-
AuthorPosts
-
abdullah canipek
Friend
abdullah canipek
- Join date:
- November 2014
- Posts:
- 133
- Downloads:
- 32
- Uploads:
- 22
- Thanks:
- 52
- Thanked:
- 1 times in 1 posts
February 26, 2014 at 11:26 pm #195264Hi,
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
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 27, 2014 at 9:18 am #524600You 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
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 2 replies, has 2 voices, and was last updated by
Ninja Lead 10 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum