-
AuthorPosts
-
riomega Friend
riomega
- Join date:
- December 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 5 times in 1 posts
August 9, 2013 at 6:21 pm #189598Hi,
i have problem with ja_beranis template. By default it works only on traditional latin charset of Robot font. I want to make it work with latin-extended, but when i add&subset=latin,latin-ext
to google font embedding link in /etc/assets.xml font is not loading…at all.
Any ideas?
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 12, 2013 at 8:44 am #501937Hi riomega,
You may need to check again the embedded code for character sets you select. For example: I select like this: http://www.google.com/fonts#UsePlace:use/Collection:Roboto
and here is code generated: <link href=’http://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext’ rel=’stylesheet’ type=’text/css’>
Regards
riomega Friendriomega
- Join date:
- December 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 5 times in 1 posts
August 12, 2013 at 9:10 am #501943this was the first thig i tried.
it doesn’t work. Anything that has &subset… is ignored and font is not loaded. it looks like template or T3 bug.riomega Friendriomega
- Join date:
- December 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 5 times in 1 posts
August 14, 2013 at 12:59 pm #502205up. still not resolved
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 16, 2013 at 2:01 am #502397Hi riomega,
Please try this way:
– Create a css file named ‘custom.css‘ in directory: /templates/ja_beranis/css
– Add this line inside to import roboto font with latin extended set:
@import url(http://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext);
If it still doesn’t work, pm me admin and ftp account of your site, I will check it for you.
Regards
riomega Friendriomega
- Join date:
- December 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 5 times in 1 posts
August 17, 2013 at 2:45 pm #502558still doesn’t work, PM sent.
riomega Friendriomega
- Join date:
- December 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 3
- Thanked:
- 5 times in 1 posts
August 21, 2013 at 8:10 pm #503049ok, since i got no useful help from support team i tried and found a workaround.
instead of loading font through .css / .xls file with assets i’ve just added it to templates/ja_beranis/tpls/blocks/header.php (at the end, just before end-tag </header>i’ve used simple google code:
<link href=’http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,400italic,500,500italic,900,700,700italic,900italic,300&subset=latin-ext,latin’ rel=’stylesheet’ type=’text/css’>Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
August 22, 2013 at 1:34 am #503063Hi
I’m sorry for the late response, I tried to access the ftp account but without success, let me know if you still need helps π
tiborto Friendtiborto
- Join date:
- September 2006
- Posts:
- 2
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 3 posts
September 10, 2013 at 9:50 pm #505263Hi, for me work this hack:
1. Open the /etc/assets.xml file
2. Replace:<stylesheets>
<file>http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic</file>
</stylesheets>
with this
<stylesheets>
<file>http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,700,500italic,700italic,900,900italic&subset=latin-ext,latin</file>
</stylesheets>
Very important: use & instead only & !
Hope this help. π
1 user says Thank You to tiborto for this useful post
palos Friendpalos
- Join date:
- January 2013
- Posts:
- 369
- Downloads:
- 37
- Uploads:
- 8
- Thanks:
- 125
- Thanked:
- 27 times in 7 posts
January 28, 2014 at 10:36 pm #520291π Fine TibortΓ³!
I would had to find out where to put it but you helped a lot now.
Open the /etc/assets.xml filepalos Friendpalos
- Join date:
- January 2013
- Posts:
- 369
- Downloads:
- 37
- Uploads:
- 8
- Thanks:
- 125
- Thanked:
- 27 times in 7 posts
March 10, 2014 at 12:15 pm #526085OMG!
How should I add latin-ext to Fixel’s downloaded Font Squirrel typeface?
<file>fonts/novecentowide/stylesheet.css</file>
Should I download from Font Squirrel the proper charset? Noooooo. :((tiborto Friendtiborto
- Join date:
- September 2006
- Posts:
- 2
- Downloads:
- 0
- Uploads:
- 0
- Thanked:
- 2 times in 3 posts
March 10, 2014 at 12:29 pm #526090“latin-ext” works only with Google Fonts. If you prefer use Font Squirrel, you need download proper files from FS website.
For example, this font support Hungarian language: http://www.fontsquirrel.com/fonts/list/language/hungarian π1 user says Thank You to tiborto for this useful post
palos Friendpalos
- Join date:
- January 2013
- Posts:
- 369
- Downloads:
- 37
- Uploads:
- 8
- Thanks:
- 125
- Thanked:
- 27 times in 7 posts
March 10, 2014 at 10:40 pm #526181Hi Tiborto π
Not especially me but JA preferred using a Google and a Font Squirrel Typeface at Fixel template.
I think there are many similar fonts at Google but it might be a love affair for the designer using NOVECENTO WIDE.
Telling the truth it is a painful decision embedding an “only-latin” subset of a font family.
Using Google fonts is not a foolproof solution but a much flexible way…
Cheers!
HU -
AuthorPosts
This topic contains 13 replies, has 4 voices, and was last updated by palos 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum