Font questions

Well, I found out that I can't automattically install a font on a browsers pc.<br />
<br />
But, can I somehow make a script that will search to see if the user has the font installed and if he/she doesn't, will change everything to use a different font?<!--content-->yes and no. you can make a font be used on your site if you use the htaccess way. if you have permissions to use it then yes, but if you don't then you can't do anyhing but make the user Download <!--more--> it. you can't search their PC but you can give it options to load a font.<br />
<br />
font-family : Verdana, Arial, Helvetica, sans-serif;<br />
<br />
if the user doesn't Verdana it will load Arial and if they didn't have that it goes down the line. but those are defaults and everybody has those.<!--content-->Thanks scoutt!!! That's kind of what I was looking for. I thought I would have to use a javascript to do that. Just shows how much I still have to learn about HTML!:rolleyes:<!--content-->I forgot to mention that that was css and can only be treated as such.<br />
<br />
glad it will work for you.<!--content-->
 
Back
Top