Hi Rikard,
Thank you for your advice regarding the @font-face call.
It turns out, the .ttf that I was using was corrupt – bah! I have replaced it and all is working as it should!
Apologies for wasting your time!
best regards,
Joe
I forgot to say what I have done so far.
I created a folder called font in my Enfold directory, and moved in Futura-Book.ttf, so: enfold/font/Futura-Book.ttf
I added the following to the Quick CSS under “General Styling > Fonts” tab
p, a {
font-family: 'Futura-Book' !important;
font-weight: normal;
font-style: normal;
}
And the following to my Custom.CSS file
@font-face {
font-family: Futura-Book;
src: url('../font/Futura-Book.ttf');
}
Can someone tell me what I am doing incorrectly here!
thanks