"Offering free computer help, hints, and tips to the Internet populace." Now with over 3,820 tips!

Web Development - Fonts

Can I Use a List of Fonts From Which Browsers May Choose?


 

Since it is highly unlikely that everyone else will have the fonts you have, you can put, in your FONT tag, code to let browsers choose from a list of given fonts. For example, if you use Arial in your webpage, but you know that Helvetica or Geneva would be ok, you can just create a comma-separated list of fonts that you would like the page to use. Use your primary font choice first, then provide secondary choices.

For this example, we would use:

<FONT FACE="arial,helvetica,geneva">

When you want to stop using one of these fonts, again, just use this tag:

</FONT>.



Print This Tip

Get E-Mail When New Tips are Online

Return to the Web Development - Fonts page.

 


New in MalekTips:

RSS Feeds- Subscribe!

You want the latest tech tips and tricks in your e-mail Inbox - FREE? Type your e-mail address below and click 'Get Tips!'.
 


( sample / details )
( opt-out instructions )