-
AuthorPosts
-
October 1, 2015 at 2:12 pm #694555
Now I have some trouble with the fonts.
I need extended latin for Serbian latin “?ćč?đ”. You can see the problem on the pictureNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 2, 2015 at 4:09 am #694660Hi,
If your language uses Serbian latin font, you have to change the font-family on your site to Bree Serif font
+ Open templates/ja_sugite/etc/assets.xml file
find and change
<stylesheets>
<file>fonts/font-awesome/css/font-awesome.min.css</file>
<file>http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700c</file>
</stylesheets>to
<stylesheets>
<file>fonts/font-awesome/css/font-awesome.min.css</file>
<file>http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700c</file>
<file>http://fonts.googleapis.com/css?family=Bree+Serif</file>
</stylesheets>and this config will apply new font on your site
+ Create templates/ja_sugite/css/custom.css file and add new
body {
font-family: "Bree Serif", sans-serif !important;
}Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 2, 2015 at 4:09 am #750381Hi,
If your language uses Serbian latin font, you have to change the font-family on your site to Bree Serif font
+ Open templates/ja_sugite/etc/assets.xml file
find and change
<stylesheets>
<file>fonts/font-awesome/css/font-awesome.min.css</file>
<file>http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700c</file>
</stylesheets>to
<stylesheets>
<file>fonts/font-awesome/css/font-awesome.min.css</file>
<file>http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,600,700c</file>
<file>http://fonts.googleapis.com/css?family=Bree+Serif</file>
</stylesheets>and this config will apply new font on your site
+ Create templates/ja_sugite/css/custom.css file and add new
body {
font-family: "Bree Serif", sans-serif !important;
}Regards
October 2, 2015 at 8:27 am #694769Hi 🙂
Fonts are ok, but now I have this after loading a website in browser:
Warning
Failed loading XML file.
/home/uromedic/public_html/templates/ja_sugite/etc/assets.xml
Opening and ending tag mismatch: stylesheets line 10 and assets
Premature end of data in tag assets line 2
October 2, 2015 at 8:27 am #750403Hi 🙂
Fonts are ok, but now I have this after loading a website in browser:
Warning
Failed loading XML file.
/home/uromedic/public_html/templates/ja_sugite/etc/assets.xml
Opening and ending tag mismatch: stylesheets line 10 and assets
Premature end of data in tag assets line 2
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 5, 2015 at 3:16 am #695229Hi,
Have you solved this bug on your site? I checked the URL of your site from my browser and templates/ja_sugite/etc/assets.xml file, but I can see it’s working fine.
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
October 5, 2015 at 3:16 am #750509Hi,
Have you solved this bug on your site? I checked the URL of your site from my browser and templates/ja_sugite/etc/assets.xml file, but I can see it’s working fine.
Regards
-
AuthorPosts
This topic contains 7 replies, has 2 voices, and was last updated by Ninja Lead 9 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum