Hi,
when you choose a font in “enfold settings > styling”, I recognized that you create a reference in the file “dynamic_avia/enfold.css”.
So far so good.
What I don’t understand is that you don’t add an import code to the css file, like this:
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
Isn’t that necessary?
Hey robinson-kruse!
No, the font is pulled via a link which is set to get spit out in wp_head. It’ll be something like:
<link href='http://fonts.googleapis.com/css?family=Sniglet' rel='stylesheet' type='text/css'>
Best regards,
Devin
Hi Devin,
thanks for the quick reply.
That’s great!
Sven