Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #8331

    Ilya K
    Participant

    Hi!
    Thank you for the amazing theme.

    Is there any way to display in the customizer only cyrillic google fonts?
    How should i specify in settings that cyrillic fonts should be used on site? E.g. even if i choose the font that supports cyrillic encoding, it still doesn’t work.

    Thanks.

    #8347

    Rubin
    Keymaster

    Hey,

    make sure to enable the option “Enable Subsets” then pick a cyrillic font in our Customizer > Typography > Enable Custom Font settings and you should be good to go!

    #8378

    Danil T
    Participant

    It doesn’t work for me too. Subsets and Custom fonts are enabled but nothing change.

    #8391

    Rubin
    Keymaster

    Hey Danil,

    are you sure you’re using a Google Font that is supporting cyrillic? Go to: http://www.google.com/fonts and filter by script.

    #99115

    Kirillborisov
    Participant

    the same problem. English fonts work, but cyrillic dont…any ideas?

    #99116

    Darshana
    Moderator

    Hi!

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #100192

    Kirillborisov
    Participant
    This reply has been marked as private.
    #100215

    Christopher
    Moderator

    Hi there,

    You used a font called ABeeZee which does not support Cyrillic glyph. I changed the font to Roboto and it is working ok now.

    Please check the google fonts website to make sure if the font is supporting the glyph or not.

    Hope it helps.

    #101788

    Kirillborisov
    Participant

    Hi there. I’ve tried google fonts everywhere in Navbar, body etc…nothing works.

    #101953

    Cousett
    Member

    I was able to see the cyrillic fonts I believe in customizer.

    null

    Perhaps you could send us a screencast of what you are encountering so we could get a better idea.

    #104503

    Kirillborisov
    Participant

    there are two main issues…
    1)chrome, ie 11 and yandex browser(chrome based) show different fonts.

    CHROME
    https://onedrive.live.com/redir?resid=D5D7296ADCBE63A2!18415&authkey=!AE19gYvhrw2sZy8&v=3&ithint=photo%2cjpg

    YANDEX and IE 11

    https://onedrive.live.com/redir?resid=D5D7296ADCBE63A2!18414&authkey=!ALvDGGPVU4MpAdI&v=3&ithint=photo%2cjpg

    2)when i choose different Cyrillic fonts in “topography” section visually nothing changes…

    my admin information is already sent.

    Best regards Kirill

    #104527

    Christopher
    Moderator

    Hi there,

    For first issue you need to add the font type into htaccess file to be able to use it correctly in IE11. Please follow the guide below:

    http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    Are you sure that there is no cache plugin activated on your website?

    Thank you.

    #104884

    Kirillborisov
    Participant

    I even don’t know what is “cache plugin”… I did’t download any other plugins but that of X theme.

    I checked the link. It is not clear for me…

    http://www.fontsquirrel.com/blog/2010/11/troubleshooting-font-face-problems

    #104900

    Christopher
    Moderator

    Hi there,

    please try to add this code in .htaccess file located in root directory :

    <FilesMatch ".(ttf|otf|eot|woff)$">
    <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
    </IfModule>
    </FilesMatch>

    Hope it helps.