Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- @font-face Question


lucy24 - 11:23 pm on Jan 30, 2012 (gmt 0)


General principle for all browsers: If the html calls for a variant such as <i>, and the current font doesn't come with the variant, the browser will automatically generate one. (Or, horrible alternative, it will go to the nearest available sans-serif font and use that instead.) This is generally OK for boldface, but questionable for italics. In most font families-- especially serif fonts-- the italic version isn't simply slanted. It uses different letterforms.

Anyway, font embedding really should be restricted to display types such as headers. Definitely not for body text, where it is more likely to annoy the user. In headers, you shouldn't need a variety of letterforms.


Thread source:: http://www.webmasterworld.com/css/4412455.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com