Quote:
Originally Posted by theducks
you never told it where to find them
Code:
@font-face {
font-style: italic;
font-family: "Times New Roman", serif;
src: url(../Fonts/Times.ttf) <<the actualfilename: case sensitive
}
|
Got it, I think this fixes it!
Thanks