Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #787471

    Hi,
    i don’t understand how to import a new language like Old+Standard+TT

    I Used this in Quick CSS
    @import url(https://fonts.googleapis.com/css?family=Old+Standard+TT);
    But it seems not to work.

    #787553

    Hey breezemedia,

    Try checking out this post: http://kriesi.at/documentation/enfold/register-additional-google-fonts-for-theme-options/
    Hope this helps. :)

    Best regards,
    Nikko

    #787903

    well yes, i’ve read this before i wrote this ticket. It feels a little stupid, but i don’t know what to type down in the function.php
    Probably i write something wrong, or i have to define something else. I am sorry, but i don’t have a clou.

    I use the plugin “Code Snippets” for the reason, that i don’t have to code in the function.php
    Code Snippets works well, but with this code i don’t get the fonts.

    add_filter( ‘avf_google_heading_font’, ‘avia_add_heading_font’);
    function avia_add_heading_font($fonts)
    {
    $fonts[‘Old Std. TT’] = ‘Old Standard TT’;
    return $fonts;
    }

    add_filter( ‘avf_google_content_font’, ‘avia_add_content_font’);
    function avia_add_content_font($fonts)
    {

    $fonts[‘Old Std. TT’] = ‘Old Standard TT’;
    return $fonts;
    }

    #787904

    Hi,Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #788265

    of course, here are the details.
    you have every permission

    #788269

    but i guess, i found a solution to use the fonts.
    thank you a lot. with all my projects and enfold, you are the best

    • This reply was modified 7 years, 6 months ago by breezemedia.
    #788393

    Hi,

    Thanks for the feedback, glad you found a solution. Please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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