Quote:
Originally Posted by jackie_w
@Morkl,
Just a FYI. If you do plan on using @import to provide the custom CSS feature then I believe it needs to be the first thing in any internally generated CSS file, i.e. all @import rules come before any @font-face rules.
|
I found that out the hard way about an hour ago
Interestingly, since the custom CSS is loaded before the @font-face declarations, one can put @font-face declarations for font-family "serif" and "sans-serif" in the custom CSS to replace the original font, since they are overridden by the generated declarations for any non-original font.