Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Flexform › Problem with latin-extendet Google Fonts
New Landing › How can we help? › Themeforest Theme Support › Flexform › Problem with latin-extendet Google Fonts
Tagged: characters, computer, display, Font, fonts, funny, google, helvetica, ipad, latin, narrow, oppositek, problem, properly, ptsans, whats
- This topic has 24 replies, 6 voices, and was last updated 10 years by Swift Ideas – Ed.
-
Posted in: Flexform
-
June 6, 2013 at 12:27 pm #7335
Hi,
I have a problem with Google fonts. For the font “PT-Sans Narrow” Polish characters (latin extended) display properly only on the computer and not on the iPad. What’s funny, for the Helvetica font is opposite.
K.
June 6, 2013 at 3:38 pm #7372Hi,
This isn’t really an issue with the theme, it’s how those fonts were made and how different browsers handle them. Unfortunately, there isn’t something we can do about such things.
Regards,
————————————————————————————————————Cosmin
Support AssistantJune 10, 2013 at 9:49 am #7672I’m not so convinced. Until now, I had no problem with that font in the other templates. It was enough to add “latin-ext” and on all devices and browsers Polish characters display them properly. After adding “<link href=’http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,latin-ext’ rel=’stylesheet’ type=’text/css’>” to the header.php problem go away, but that’s not the point.
K.
June 11, 2013 at 7:53 am #7790Ah sorry, misunderstood.
The Google Fonts selector in the theme doesn’t have that option for subsets.
But you don’t need to edit header.php (you’ll lose that when updating the theme). Instead, add it in the theme options as custom CSS:
@import url('http://fonts.googleapis.com/css?family=PT+Sans+Narrow&subset=latin,latin-ext');
Regards,
————————————————————————————————————Cosmin
Support AssistantJuly 10, 2013 at 1:37 pm #10997July 10, 2013 at 1:39 pm #11000July 11, 2013 at 12:22 pm #11171Hi,
As you can see, that font doesn’t have the character you’re using, not even in the latin extended subset: example.
Regards,
————————————————————————————————————Cosmin – Support
July 13, 2013 at 4:26 pm #11423Yes, you are right, I didn’t check carefu enough, I am sorry. But still the problem persists;
I have Open Sans Latin-Ext for regular paragraph text and Dosis Latin-ext for headers.
– putting the @import code into the custom.css as suggested doesn’t affect the site at all.
– putting it in header.php works only for Dosis but not for Open Sans. Yet this solution is inconvenient for future updates.
– as a result in body / paragraph text (Open Sans font) the extended are not displayed.
I have practically completed the site but still can’t show it my customer because of this fonts issue.
Usually I sort it out one way or another, but on this one I’m helpless…
P.S.
I would also recommend for your future work to implement the option of selecting the cyrillic / latin-ext subsets because a lot of people are not making pages in English and it takes you more support time…July 16, 2013 at 4:05 pm #11791Can you paste here the exact CSS you tried with those other fonts, in the Theme Options?
When you placed it in header.php, you placed it in the wrong spot; it must be inside the < head > tags, not above everything else.
Regards,
————————————————————————————————————Cosmin – Support
August 6, 2013 at 5:50 pm #14780Hi,
i have same problem with diacritics, but no only with google fonts. When i try set other font than Times (Helvetica or some of Google Web Font) some letters with accent (Ď, ť, ľ, …) appears in different font. http://www.stanica.sk/novanovasynagoga/thank you
August 9, 2013 at 1:03 pm #15447That happens when the font you’re using does not have those characters.
Regards,
————————————————————————————————————
Cosmin
Support AssistantAugust 9, 2013 at 2:20 pm #15477I don’t think so. When i try use Source Code Pro from Google fonts (which have all these characters) my webpage doesn’t show that characters at all.
August 9, 2013 at 2:45 pm #15492It doesn’t show them on Chrome, it shows the fallbacks on Firefox, which is weird anyway.
Ed, any ideas?
Regards,
————————————————————————————————————
Cosmin
Support AssistantAugust 9, 2013 at 4:20 pm #15511I found this comment in another forum:
The problem is that changing the font used for the list, which is stored in JSON and loading using Webfont loader. And in that list, probably not links to files with Latin Extended. I noticed that a lot of people have problems with this on premium themes.
maybe it will help
August 12, 2013 at 11:15 pm #16003True, the webfont loader doesn’t seem to play nicely with latin-extended fonts. We’ll see what we can do in the future to improve it. For now, you’d be best off to implement the fonts manually.
– Ed
-
Posted in: Flexform
You must be logged in and have valid license to reply to this topic.