Web Design Forum: Font question? - Web Design Forum

Jump to content

WDF
WDF Premium Memberships Reseller Hosting
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Font question?

#1 User is offline   MyshMash 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 138
  • Joined: 06-December 09
  • Reputation: 3
  • Gender:Female
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Web Designer

Posted 03 January 2010 - 12:15 PM

I read that if you specify a font in css that a visitor doesn't have installed on his/her computer it won't show on the website and will show a alternative font instead. Is there anyway of working around that or should I just pick a common font?

Thanks
0

#2 User is offline   dangreaves92 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 376
  • Joined: 25-September 08
  • Reputation: 2
  • Gender:Male
  • Location:Essex, UK
  • Experience:Intermediate
  • Area of Expertise:Designer/Coder

Posted 03 January 2010 - 12:32 PM

You have the choice of using common fonts for example:
font-family: arial, verdana, tahoma, sans;

Each of these fonts will be searched for in order, if it's not found, the next will be searched for until you reach "sans" which will display the default sans font set by the users browser.

It's usually best to use this method for body text as it's much easier for search engines to index and for your users to do things like copy and paste information.

However, for fancy headings etc, you may wish to use a method such as siFR which wraps up your heading in a flash movie enabling you to display any font you wish. There is also a version of this that wraps the text up in an image but can't remember the name off the top of my head.

CSS3 includes the @font-face attribute which enables you to display text using any font that resides on your server although I don't believe this is fully supported as of yet. Your best best is the first two options.

Dan
0

#3 User is offline   Wickham 

  • Web Guru
  • View gallery
  • Group: Moderators
  • Posts: 2,875
  • Joined: 11-June 09
  • Reputation: 257
  • Gender:Male
  • Location:Salisbury UK
  • Experience:Intermediate
  • Area of Expertise:Web Developer

Posted 03 January 2010 - 12:33 PM

Cufon seems to be the current favorit, read about alternatives here:-
http://www.dezinerfo...ement-solutions
0

#4 User is offline   MyshMash 

  • Dedicated Member
  • PipPip
  • Group: Members
  • Posts: 138
  • Joined: 06-December 09
  • Reputation: 3
  • Gender:Female
  • Location:UK
  • Experience:Beginner
  • Area of Expertise:Web Designer

Posted 03 January 2010 - 09:46 PM

I think I'll stick to a common font.

Thanks for the replies!
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users