Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Pinpoint › Ciryllic Google font showing only at english letters
New Landing › How can we help? › Themeforest Theme Support › Pinpoint › Ciryllic Google font showing only at english letters
- This topic has 17 replies, 3 voices, and was last updated 11 years by Swift Ideas – Ed.
-
Posted in: Pinpoint
-
September 25, 2013 at 8:14 am #23693
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?
September 26, 2013 at 2:26 pm #23898If 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
September 26, 2013 at 6:17 pm #23994yes, 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 chapterslink: http://bdvdmd.com/
September 27, 2013 at 8:00 am #24084Body text is looking good from here; it uses PT Serif as it should: click.
Regards,
————————————————————————————————————Cosmin – Support
October 1, 2013 at 5:59 pm #24690yes, 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) 🙁October 3, 2013 at 11:21 am #25101I’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
October 3, 2013 at 11:22 am #25102P.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
October 4, 2013 at 6:16 pm #25408Cosmin, 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 bugi am not programmer – but maybe you this bug becouse i use WP_lang ru_RU in Wp Config.php?
October 4, 2013 at 6:27 pm #25412i 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" />';
October 8, 2013 at 2:52 pm #25766You 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
October 8, 2013 at 6:28 pm #25804i check this code. don’t work
October 8, 2013 at 6:45 pm #25806i 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”
October 9, 2013 at 12:57 pm #25973Have you tried @import with just the Cyrillic subset?
Regards,
————————————————————————————————————
Cosmin
Support AssistantOctober 9, 2013 at 5:54 pm #26035yes, 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?
October 10, 2013 at 1:34 pm #26156Hi,
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 -
Posted in: Pinpoint
You must be logged in and have valid license to reply to this topic.