![]() |
| |
#1 (permalink)
|
| Junior Member Casual Browser Join Date: Apr 2006
Posts: 21
![]() | Do you use custom fonts for your site? I would say it is better to use a font that comes installed with Windows, as there is no guarantee that your visitors have the custom font installed on their system. |
| | |
| | #3 (permalink) | |
| Member Enthusiast Join Date: Nov 2004
Posts: 97
![]() | Quote:
| |
| | |
| | #4 (permalink) |
| Senior Member Aficionado | i said this in the topic about backgrounds, but if you want to use a font that is easiest to read and for the eye to follow then you should use a serif font. this is a font that has the little flicks at the top and bottom of each letter, which draws the eye along and is easier for it to flow onto the next letter in the word. if you learn graphic design at a higher level than at school they should teach you stuff like this. i didnt know that before, but it makes sense now :) |
| | |
| | #5 (permalink) |
| Senior Member Fanatic | This is where CSS comes well into play. With CSS you define a hierarchy of fonts, in any font definition. What this does is allows you to specify fonts in the order of what you'd like, so if you say... Code: body
{
font-family: Arial, Verdana, serif;
}
I think it's a good idea to use clean easy to read fonts that the end user is likely to have. As far as identity goes I'd use custom fonts, you can't have images such as headers or logos with a Times New Roman font :). TakeCare. _Michael
__________________ Actionscript Developer :P ...Dope... http://www.createage.com http://www.myspace.com/michaelxxoa <--- yeah I'm a nooob, so what |
| | |
| | #7 (permalink) |
| Moderator Aficionado Join Date: Feb 2006
Posts: 123
![]() | I always start off my font families with arial. I do like verdana though. I have noticed that font preferences are also sometimes a cultural this. I read the thread on fonts here on the forums and I happen to know that Amit is Indian. I have run into many Indians that prefer Georgia like he does. I think it resembles their hand written text. http://www.infitechdesign.com/forums...highlight=font
__________________ |
| | |
| | #8 (permalink) | |
| Member Enthusiast | Quote:
| |
| | |
| | #9 (permalink) | |
| Senior Member Aficionado | Quote:
A question for all though, how do you make your own fonts? | |
| | |
| | #12 (permalink) |
| Junior Member Casual Browser Join Date: Apr 2006
Posts: 21
![]() | I prefer Verdana or Arial for my main text, I tend not to use Times New Roman though, it doesn't look too good since it is often considered the "default" font when a particular font is missing on someone's computer. |
| | |
| | #14 (permalink) | |
| Moderator Aficionado Join Date: Mar 2003 Age: 33
Posts: 147
![]() | Quote:
__________________ Misc Tutorials: Interval Manager - Tutorial on Flash Interval Managers Ajax Tutorial - Simple Ajax tutorial for beginners CSS Tabs - Tutorial on creating CSS tabs Posting Guide - Some things you should read before posting | |
| | |
| | #19 (permalink) |
| Member Enthusiast | I couldn't imagine using a custom font in the body of a website. Custom fonts should be used for images only, in my opinion. Like most of you have said already, the text on a website should be something that everyone ought to have already. The 3-second rule for catching people's attention is butchered if they have to download a font first.
__________________ |
| | |
![]() |
LinkBacks (?)
LinkBack to this Thread: http://forums.ny-dev.com/f290/custom-fonts-581/ | ||||
| Posted By | For | Type | Date | |
| PHP: Custom user authentication - New York Design & Development Forums | This thread | Refback | 06-06-2010 08:07 PM | |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Favorite fonts | danielmichel | Website Design & Layout | 16 | 10-25-2011 03:27 AM |
| PHP: Custom user authentication | johnboulder | Tutorials | 6 | 01-03-2007 07:18 PM |
| Custom Fonts The Easy Way | chameleon | Website Design & Layout | 2 | 05-08-2006 12:00 AM |