1. buffu
  2. Commercial Templates
  3. Monday, 26 October 2015
  4.  Subscribe via email
Hi,
I'm using enlighten template, and i have problem with Cyrillic font.
As you see in attachment file, the cyrillic font is not same as the menu font.
How can i fix it ?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

In your templates styles.php (../templates/j51_central/php/styles.php) try replacing the following (line41)...


echo '<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family='.$v.':300,400" /> ';


With...


echo '<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family='.$v.':300,400&subset=latin,latin-ext" /> ';


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Ciarán , but it is not working, it is same.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

May I suggest sending temporary administration access to your Joomla installation to info@joomla51.com and we will examine this issue further. For our reference please paste a link to this post in your email.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you buffu

Cryrillic font should be now displaying correctly.


echo '<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family='.$v.':300,400&subset=latin,cyrillic-ext" /> ';


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you ciaran, now it is works.
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
Maybe you can add to yours templates a script chooser, like this:




---
regards
Rafał
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Rafal

This is indeed something we will need to add to the options. The plan is to add a field within the parameters to include the subset information if needed (Eg.. &subset=latin,cyrillic-ext). We hope to add this very shortly as it is a query that is coming up more and more.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 7
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!