I'd like to add a new font from my "Styles" folder, of type .ttf to a page. What is the CSS code to change all the text font to that one?
I think it is just a matter of syntax becuase I know this works fine:
body {font-family: verdana;}
So basically, how to point that to my font file?