Hello,
I’m planning a re-design of my site and want to use the @font-face tag in my CSS. My concern is should @font-face files fail to load and my fallback font is enabled, how would I go about controlling the the fallback font’s CSS styling (i.e. font-size, line-height, etc). Instead of the fallback fonts inheriting the styling set for the @font-face font.
I’m aware of the js plugin"Modernizr", although as I understanding, the js detects whether the browser supports @font-face tag and is not enabled should the font not load.
Any suggestions/thoughts???
Cheers
Tej