Comments Husame KILICKAYA started the conversationJuly 18, 2016 at 12:30amHi. Some turkish letters are broken on mobile. How can i fix it? Please see images. [deleted] repliedJuly 19, 2016 at 2:19pmHi Husame,The font is not including latin extended subset, so add the following code in functions.php (end of file): add_filter( 'aurum_primary_google_font_subset', laborator_immediate_return_fn( 'latin,latin-ext' ) ); add_filter( 'aurum_secondary_google_font_subset', laborator_immediate_return_fn( 'latin,latin-ext' ) );The above code needs to be saved for future use.Also you need to replace this file:Download this file and replace it in this directory (of the theme): /incHusame KILICKAYA repliedJuly 19, 2016 at 7:07pmThank you very much. [deleted] repliedJuly 20, 2016 at 11:16amHi Husame, I am glad that it worked for you. Cheers Sign in to reply ...
Hi. Some turkish letters are broken on mobile. How can i fix it? Please see images.
Hi Husame,
The font is not including latin extended subset, so add the following code in functions.php (end of file):
The above code needs to be saved for future use.
Also you need to replace this file:
Download this file and replace it in this directory (of the theme): /inc
Thank you very much.
Hi Husame,
I am glad that it worked for you. Cheers