• I am running two sites which I updated to WordPress 3.8. Another one is working without problem but it seems that the other website has a problem which is related to Open Sans.

    The website which is working properly fetches the CSS related to Open Sans as follows:

    <link id="open-sans-css" media="all" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans%3A300italic%2C400italic%2C600italic%2C300%2C400%2C600&subset=latin%2Clatin-ext&ver=3.8" rel="stylesheet"/>

    The website which isn’t working tries to fetch the CSS as follows:

    <link media="all" type="text/css" href="//fonts.googleapis.com/css" id="open-sans-css" rel="stylesheet">

    A request to fonts.googleapis.com/css returns HTTP status code 400.

    I have disabled all plugins and the issue was still present. Any idea what could be the problem?

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Open Sans Font causes problems with WordPress 3.8’ is closed to new replies.