Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #251704

    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?

    #251746

    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

    #252264

    Hi Devin,
    thanks for the quick reply.

    That’s great!

    Sven

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Try to understand to web font loading’ is closed to new replies.