View Single Post
Old 03-06-2012, 04:26 AM   #25
Toxaris
Wizard
Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.Toxaris ought to be getting tired of karma fortunes by now.
 
Toxaris's Avatar
 
Posts: 4,520
Karma: 121692313
Join Date: Oct 2009
Location: Heemskerk, NL
Device: PRS-T1, Kobo Touch, Kobo Aura
Quote:
Originally Posted by grumbles View Post
A clarification:
the css on the other hand contains:

@font-face {
font-family: math2;
font-style : normal, italic;
src : url(../Fonts/Math2Regular.ttf);
}
.infinity { font-family : "math2";
font-weight : 600;
font-size : 125%; }
You font-family in your @font-face must be between quotes. Otherwise it is not valid. If you don't put it between quotes, it must be either a family like Arial, Georgia, etc or a type like serif, non-serif.
Toxaris is offline   Reply With Quote