So I followed several guides on how to install a new font using @font-face. I have added the birch.ttf file to /wp-content/themes/zenon-lite and added the following to my Style.css:
@font-face {
font-family: Birch;
src: url('birch.ttf');}
font-family: Birch, Georgia, Arial, Helvetica, sans-serif;
And for each font-family I have listed Birch as the first option, yet I never get it. Any ideas on why it isn't working?
Edit: It's a stupid error. Replaced font files and it worked ...