Viewing 5 replies - 1 through 5 (of 5 total)
  • Why do you want to remove it – it’s adding the fonts used in the twentytwelve theme.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Aren’t you worried you’ll lose your fonts?

    Thread Starter toofast

    (@toofast)

    Well, i haven’t seen it till i added the <?php wp_head ?> function in the head.

    I’ve got a recommandation from google which says:
    The following external CSS files were included after an external JavaScript file in MYSITELINK. To ensure CSS files are downloaded in parallel, always include external CSS before external JavaScript.

    http://fonts.googleapis.com/css
    /style.css

    What do you mean you added that function? It’s already in the header.php file. What is it that you are trying to do?

    At any rate, you should not be changing any default theme files. To make any modifications, create a Child Theme:

    http://codex.ww.wp.xz.cn/Child_Themes

    Thread Starter toofast

    (@toofast)

    Thanks for the answer!

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Strange CSS Code in head’ is closed to new replies.