Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • abdullah canipek Friend
    #195264

    Hi,

    i have already put code of google extended-latin in before </head> but Turkish chars is still wrong. (like ş,ğ).

    (<link href=’http://fonts.googleapis.com/css?family=Roboto&subset=latin,latin-ext’ rel=’stylesheet’ type=’text/css’>)

    How i can fix this problem?

    (P.S. : But article titles <h1> are true 🙂 🙁 )

    Ninja Lead Moderator
    #524600

    You can change the (Roboto) google font in JA Fixel template to another font that supports Turkish Characters as follows:

    + Open the templates/ja_fixel/etc/assets.xml file and change Roboto in red:


    <stylesheets>
    <file>http://fonts.googleapis.com/css?family=Roboto:400</file>
    <file>http://fonts.googleapis.com/css?family=Roboto:100</file>
    <file>http://fonts.googleapis.com/css?family=Roboto:100italicc</file>
    <file>http://fonts.googleapis.com/css?family=Roboto:300</file>
    <file>http://fonts.googleapis.com/css?family=Roboto:300italic</file>
    <file>http://fonts.googleapis.com/css?family=Roboto:400italic</file>
    <file>http://fonts.googleapis.com/css?family=Roboto:500</file>
    <file>http://fonts.googleapis.com/css?family=Roboto:700</file>
    <file>http://fonts.googleapis.com/css?family=Roboto:500italic</file>
    <file>http://fonts.googleapis.com/css?family=Roboto:700italic</file>
    <file>http://fonts.googleapis.com/css?family=Roboto:900</file>
    <file>http://fonts.googleapis.com/css?family=Roboto:900italic</file>
    <file>fonts/novecentowide/stylesheet.css</file>
    </stylesheets>

    + Open the templates/ja_fixel/less/variables.less file, find and replace Roboto with new font at your choice:


    baseFontFamily: 'Roboto', @sansFontFamily;
    headingsFontFamily: 'Roboto', @sansFontFamily; // empty to use BS default, @BaseFontFamily

    + Open the templates/ja_fixel/less/megamenu.less file, find and replace Roboto with new font above.


    // The caption
    // -----------
    .mega-caption {
    color: @grayLight;
    font-size: @T3smallFontSize;
    margin-top: 3px;
    font-weight: normal;
    text-transform: none;
    font-family: 'Roboto',sans-serif;
    }

    Once done, click Compile LESS to CSS button in Admin of JA Fixel Template

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

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

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