This tip was printed from the MalekTips Computer and Technology Help and Tips website at http://malektips.com.
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>.
Press the "print" button on your browser or select "File" - "Print" to print this tip. Then, return to Web Development - Fonts - Can I Use a List of Fonts From Which Browsers May Choose?
Standard disclaimer applies - read http://malektips.com/disclaim.html