Finding Appropriate Font Substitutes...

This is a discussion on "Finding Appropriate Font Substitutes..." within the Web Page Design section. This forum, and the thread "Finding Appropriate Font Substitutes... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 26th, 2007, 13:35
Junior Member
Join Date: Jan 2007
Location: UK
Age: 23
Posts: 45
Thanks: 0
Thanked 0 Times in 0 Posts
Finding Appropriate Font Substitutes...

First off, if this is in the wrong place, shame on me. It was however, to me, the most 'apt' forum I felt as in its own way it is a matter of usability.


H'okay.

So I have a website that's being designed, it's been made all pretty but one of the fonts suggested has been Copperplate. Now this isn't as far as I'm aware, a natural internet font and so rather than use images of the text which immediately restricts the usability as far as sizing is concerned, I'd rather find a 'web-safe' alternative that can be written into my code and can be sized according to the user's needs.

So, does anyone know if there's any good 'comparison' sites that offers alternatives to various fonts, or, does anyone have any thoughts on what web-safe fonts could be used in its place?

Thanks!
Reply With Quote

  #2 (permalink)  
Old Oct 26th, 2007, 13:38
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Finding Appropriate Font Substitutes...

See the September issue of the Newsletter. I touched this in the FAQ

I'm using a font that I downloaded off the internet but when I view my site on someone else's computer, that font doesn't show up, what can I do about this?
Reply With Quote
  #3 (permalink)  
Old Oct 26th, 2007, 13:42
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Finding Appropriate Font Substitutes...

Don't forget that you can use CSS to specify a list of possible fonts:

Code: Select all
 font-family: Copperplate, Verdana, san-serif;
The browser will display Copperplate if it's installed; otherwise, it will display Verdana. If neither is installed, it will display the generic system san-serif font.
Reply With Quote
  #4 (permalink)  
Old Oct 26th, 2007, 13:47
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Finding Appropriate Font Substitutes...

There is also the @font-face rule that never caught on because of poor cross-browser support but ... this could change according to Roger Johansson

The resurrection of downloadable Web fonts
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Finding Developers LordRaiden Job Opportunities 1 Jul 2nd, 2007 20:42
finding cursor position bahy JavaScript Forum 4 Jun 26th, 2007 14:07
Finding email of webmaster? atlaskid Webforumz Cafe 7 Dec 19th, 2006 10:18
code is not finding all 'bots' ! Jason3107 PHP Forum 1 Dec 3rd, 2006 16:52
finding links in a web page Don Logan PHP Forum 4 Jul 9th, 2006 11:26


All times are GMT. The time now is 19:59.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43