Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #698577

    Hi,
    We are constructing our Chinese website with Enfold theme and we’d like to import Noto Sans TC (Chinese Traditional) from Google font.

    How to make it show in styling session so that we could choose it?

    Thank you.

    #699227

    Hey latias333,

    Please refer to this post – http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/

    Best regards,
    Yigit

    #700446

    Hi Yigit

    Thank you! I just figured it out!

    #700507

    Hey!

    Thanks for letting us know.
    Please consider to also rate our theme at themeforest, it help us a lot.

    Thanks for your time and patience, we do appreciate it.

    Cheers!
    Basilis

    #786073

    Hello Enfold Team,
    I am also the same problem that. I have tried to add code in functions.php in child theme , but still does not work.

    add_filter( 'avf_google_heading_font', 'avia_add_heading_font');
    function avia_add_heading_font($fonts)
    {
    $fonts['Noto Sans TC'] = 'Noto Sans TC:400,700';
    return $fonts;
    }
    
    add_filter( 'avf_google_content_font', 'avia_add_content_font');
    function avia_add_content_font($fonts)
    {
    
    $fonts['Noto Sans TC'] = 'Noto Sans TC:400,700,400italic,700italic';
    return $fonts;
    }

    Noto Sans TC (Chinese Traditional) is not at “fonts.google.com”
    Google Font link is @import url (// fonts.googleapis.com/earlyaccess/notosanstc.css);

    what should I do?

    thank you.

    • This reply was modified 7 years, 8 months ago by AShinLiu.
    #786370

    Hi,


    @AShinLiu
    Can you please start a new thread under Enfold sub forum and attach temporary admin logins in private content field so we can look into it?
    If you post them here, they will be visible to creator of this thread as well :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to add Noto Sans TC (Chinese Traditional) to Enfold styling session?’ is closed to new replies.