Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter kramarama

    (@kramarama)

    I’ve tried adding http: to the href attribute in link tag but it didn’t change anything. This code still doesn’t show cyrillic fonts correctly in Firefox & IE:
    <link rel='stylesheet' id='ttfmake-google-fonts-css' href='http://fonts.googleapis.com/css?family=Marck+Script%3Aregular%7CTenor+Sans%3Aregular%7CLora%3Aregular%2Citalic%2C700%26subset%3Dlatin%2Ccyrillic&ver=1.4.8' type='text/css' media='all' />

    Well, then I’ve added another link tag into header:
    <link href='http://fonts.googleapis.com/css?family=Lora:400,700|Marck+Script|Tenor+Sans&subset=cyrillic' rel='stylesheet' type='text/css'>

    This hack seems to have fixed issue with cyrillic fonts on my web site — now they do show correctly.

    But still, the link tag inserted by theme doesn’t produce correct fonts for cyrillic, therefore I’d like to have it fixed in some time. As for now, my site downloads double set of fonts from google’s fonts…

    Thread Starter kramarama

    (@kramarama)

    Looks like this is the root of the problem:

    <link rel='stylesheet' id='ttfmake-google-fonts-css' href='//fonts.googleapis.com/css?family=Marck+Script%3Aregular%7CTenor+Sans%3Aregular%7CLora%3Aregular%2Citalic%2C700%26subset%3Dlatin%2Ccyrillic&ver=1.4.8' type='text/css' media='all' />

    The theme renders href attribute within the link tag without http://

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