Quote:
Originally Posted by Ballory
This is from the CSS, if this is what you want to see.
font-family: "Times New Roman", serif;
font-style: italic;
font-weight: bold;
font-family: "Calibri", sans-serif;
font-weight: bold;
|
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
}