badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Open Sans font supporting latin characters

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20453
    Robert
    Participant

    Hello,
    it looks like Open Sans font does support latin characters : ŚŁÓŃĆŹŻćźżńółś
    Characters are bigger and thicker. Pease advise.
    Thank you.

    #20472

    Hi Robert,
    If you want to add the latin character then it needs code customisation. So you need to create a child theme and unhook the functions and then only customise the code.

    The code is inside ultimate-pro -> inc -> functions -> functions.php on line no 66
    You will find the below code:
    wp_register_style( 'ultimate_google_font', '//fonts.googleapis.com/css?family='.$ultimate_google_font_load .':400,300,300italic,400italic,600,600italic');
    replace above with below code:

    wp_register_style( 'ultimate_google_font', '//fonts.googleapis.com/css?family='.$ultimate_google_font_load .':400,300,300italic,400italic,600,600italic&subset=latin,cyrillic-ext,latin-ext');
    This may help you

    Thank you!

    #20506
    Robert
    Participant

    Works very well now.thank you!

    #20512

    Ok that’s great Robert
    Did you also make the child theme to be safe from any loss while updating to our new version?

    Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.