"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>.

Return to the Web Development - Fonts page.

Print this tip


Get the Newsletter

Thanks For Sharing!



Newest Tips:

Microsoft Word 2010
Make Sure Others Can See Your Fonts
Microsoft PowerPoint 2010
Animations or Video Displaying Poorly?
Google Chrome
[MODIFIED] Report a Malfunctioning Web Page, Crash, or Other Issue
Google Gmail
Show Unread Message Count as an Icon

Follow Us!

About MalekTips and the Author

The MalekTips website was created in 1998 by Andrew Malek of Envision Programming. The page's goal is to freely disperse computer-related tips, hints, and informative articles. Tips are organized to be easy to find, and are presented clearly, in easy-to-understand language. MalekTips also provides information and links to public-domain, open source, freeware, shareware, and commercial software available for download. < more >