Quote:
Originally Posted by grumbles
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.