Okay
  Public Ticket #833524
broken Fonts on mobile
Closed

Comments

  • Husame KILICKAYA started the conversation

    Hi. Some turkish letters are broken on mobile. How can i fix it? Please see images. 

  • [deleted] replied

    Hi 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): /inc

  • Husame KILICKAYA replied

    Thank you very much. 

  • [deleted] replied

    Hi Husame, 

    I am glad that it worked for you. Cheers