![]() |
| | #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. |
| | |
| | #2 (permalink) |
| Member Follower Join Date: Apr 2006
Posts: 32
![]() | I use a default font, but if you do use a custom font it's always good to make that code that allows you to display the content in a default font for people without that font.
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
| | #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... To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. <--- 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
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
| | #8 (permalink) | |
| Member Enthusiast | Quote:
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. 'Visualize what u cannot see...' | |
| | |
| | #9 (permalink) | |
| Senior Member Aficionado | Quote:
A question for all though, how do you make your own fonts?
__________________ Visit my portfolio at: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Great Webmaster Resource: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | |
| | |
| | #11 (permalink) |
| Senior Member Aficionado | Sounds like a plan! I'll put it in the tutorial request part, thank you!
__________________ Visit my portfolio at: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Great Webmaster Resource: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
| | #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: 31
Posts: 147
![]() | Quote:
__________________ Misc Tutorials: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Tutorial on Flash Interval Managers To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Simple Ajax tutorial for beginners To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Tutorial on creating CSS tabs To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. - Some things you should read before posting | |
| | |
| | #17 (permalink) |
| Senior Member Aficionado | You can always have people download it or something from your site? And you could use it in the form of an image, instead of a font right?
__________________ Visit my portfolio at: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Great Webmaster Resource: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
| | #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.
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
| | |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP: Custom user authentication | johnboulder | Tutorials | 6 | 01-03-2007 07:18 PM |
| Favorite fonts | danielmichel | Website Design & Layout | 12 | 05-11-2006 06:09 PM |
| Custom Fonts The Easy Way | chameleon | Website Design & Layout | 2 | 05-08-2006 12:00 AM |