New Landing How can we help? Themeforest Theme Support Pinpoint Ciryllic Google font showing only at english letters

Viewing 15 posts - 1 through 15 (of 18 total)
  • Posted in: Pinpoint
  • #23693
    mixicus
    Member
    Post count: 71

    i try to use for body-text PT Serif Google font. Its professional font with full set of letters, cyrillic, english etc. I set up this font as body in theme control panel – but in posts i see this font only in english letters (look attached picts)

    how to fix this?

    #23898
    Cosmin – SUPPORT
    Member
    Post count: 3851

    If it’s set up as the body font in the theme options, then it definitely gets applied to all body text – are you sure that’s not how it actually looks?

    Can I see that page, to confirm it is being applied?

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #23994
    mixicus
    Member
    Post count: 71

    yes, its setup as body font in theme options – especially for you i return this font (for friday)
    look at first two top menu chapters – news & bdvdmd – and compare with other menu chapters

    link: http://bdvdmd.com/

    #24084
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Body text is looking good from here; it uses PT Serif as it should: click.

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #24690
    mixicus
    Member
    Post count: 71

    yes, you screenshout is right, but look at my tooday screenshout:
    i try this page at Safary & Chrome – and no PT Serif on russian texts, but is on English (on top menu) 🙁

    #25101
    Cosmin – SUPPORT
    Member
    Post count: 3851

    I’ve checked with Chrome as well and there’s no error, PT Serif gets applied in this browser as well – it just renders a bit different in Webkit browsers (Chrome, Safari) than it does in others (ex. Gecko browsers, like Firefox). If you had all the body copy in uppercase, it would look as your menu.

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #25102
    Cosmin – SUPPORT
    Member
    Post count: 3851

    P.S.: where you have English words, like in that recent posts carousel, I see you’re using PT Sans, not PT Serif.

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #25408
    mixicus
    Member
    Post count: 71

    Cosmin, i check my site at 3 different places on 4 different computers – 2 PC, iMac Ipad – and in any cases i dont see ciryllic text typed by PT Serif (Browsers – latest version Chome & Safary)

    Cyrillic fonts Google font is not working in this theme, and i need fix for this
    i attash a new screenshoot with this bug

    i am not programmer – but maybe you this bug becouse i use WP_lang ru_RU in Wp Config.php?

    #25412
    mixicus
    Member
    Post count: 71

    i find this for Joomla, but dont know as paste this in wordpress – maybe this hint can help you fix this bug

    find

    echo '<link href="http://fonts.googleapis.com/css?family='.$font_name.'" rel="stylesheet" type="text/css" />';

    and add &subset=latin,cyrillic” like below

    echo '<link href="http://fonts.googleapis.com/css?family='.$font_name.'&subset=latin,cyrillic" rel="stylesheet" type="text/css" />';

    #25766
    Cosmin – SUPPORT
    Member
    Post count: 3851

    You can use @import in the Custom CSS box from the General theme options:

    @import url(http://fonts.googleapis.com/css?family=PT+Serif&subset=latin,cyrillic);

    Regards,
    ————————————————————————————————————

    Cosmin – Support

    #25804
    mixicus
    Member
    Post count: 71

    i check this code. don’t work

    #25806
    mixicus
    Member
    Post count: 71

    i Check other google fonts with cyrillic subset (like “play”) but in any case no russian letters (but english words are changed)

    in theme font selector is no some fonts with ciryllic subset – like “Roboto slab”

    #25973
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Have you tried @import with just the Cyrillic subset?

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #26035
    mixicus
    Member
    Post count: 71

    yes, i put this code
    @import url(http://fonts.googleapis.com/css?family=PT+Serif&subset=latin,cyrillic);
    to Custom CSS box – no result (only english letters are changed)

    do you need at test user name & login for my site?

    #26156
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    When I said “only Cyrillic”, I meant something like this:

    @import url(http://fonts.googleapis.com/css?family=PT+Serif&subset=cyrillic);

    However, you will still need to override theme defaults, as only importing a font doesn’t also apply it anywhere.

    Something like:

    body {
      font-family: "PT Serif", serif !important;
    }

    Or, if you only want it applied to paragraphs and headings:

    p, h1, h2, h3, h4, h5, h6 {
      font-family: "PT Serif", serif !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

Viewing 15 posts - 1 through 15 (of 18 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register