Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • juhuhu Friend
    #694555

    Now I have some trouble with the fonts.
    I need extended latin for Serbian latin “?ćč?đ”. You can see the problem on the picture

    Ninja Lead Moderator
    #694660

    Hi,

    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 Moderator
    #750381

    Hi,

    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

    juhuhu Friend
    #694769

    Hi 🙂

    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

    juhuhu Friend
    #750403

    Hi 🙂

    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 Moderator
    #695229

    Hi,

    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 Moderator
    #750509

    Hi,

    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

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum