View Single Post
Old 03-27-2019, 11:03 PM   #11
Ballory
Junior Member
Ballory began at the beginning.
 
Posts: 8
Karma: 10
Join Date: Mar 2019
Device: Tablet
Quote:
Originally Posted by theducks View Post
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
Ballory is offline   Reply With Quote