I have coded an html page with a specific font that may not be available to

  • Thread starter Thread starter bipp
  • Start date Start date
B

bipp

Guest
everyone on their local PC.? Is there a way to to push the font from my web server?

Example code:
<font face= "Calibri, Verdana, Sans Serif" size=2 color=#000000>

Users without the "Calibri" font on their local machine will see text in the alternatives. I'd prefer to lock in "Calibri" but don't know how to enforce this via a server directive.

Any suggestions?

Thanks!
 
No, there has to be an alternative. Many (most?) people don't have Calibri, so if there is no alternative, the browser will just pick the next font. You might end up displaying in something stupid like Comic Sans if it chooses alphabetically. It's best to stick with fonts that people have.
 
Back
Top