Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #488765

    Hallo!
    Font Fira Sans don`t work on Mobile and Tablet Version. Check http://www.haus-trocken.at/

    What’s wrong?

    • This topic was modified 9 years, 7 months ago by dsgnbuero.
    #489282

    Hi!

    Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/U1O5nZrF

    Regards,
    Josue

    #489462

    Hallo!
    Here you have the screenshot! Desktop and Tablet view. As I told Font Fira Sans also dont work on Mobile Version.

    https://www.dropbox.com/s/a2pswpeudcjem4j/dsgnbuero-desktop-fira-sans.jpg?dl=0

    Fira Sans Font Look you can check by yourselve: https://www.google.com/fonts/specimen/Fira+Sans

    #489751

    Hi,

    Can you please create us a WordPress administrator account? post it here as a private reply.

    Regards,
    Josue

    #491340

    Have you got admin login from me? I have sent you for 2 days (Private Content)

    #491347

    Hi!

    I cannot see admin logins in private content field of any of your replies. Please post it here again.

    Best regards,
    Yigit

    #491349

    Here you are! I copy in Private Content field. o.k?

    #491604

    Hey!

    In your theme functions.php, change this code:

    # add google fonts
    add_filter('avf_google_heading_font','kriesi_add_fonts');
    add_filter('avf_google_content_font','kriesi_add_fonts');
    
    function kriesi_add_fonts($fonts)
    {
        $fonts['Fira Sans'] = 'Fira Sans:700italic:latin';
        $fonts['Open Sans Enhanced'] = 'Open Sans:300,400,600';
        return $fonts;
    }
    

    To:

    # add google fonts
    add_filter('avf_google_heading_font','kriesi_add_fonts');
    add_filter('avf_google_content_font','kriesi_add_fonts');
    
    function kriesi_add_fonts($fonts)
    {
        $fonts['Fira Sans'] = 'Fira Sans:300,400,500,700';
        $fonts['Open Sans Enhanced'] = 'Open Sans:300,400,600';
        return $fonts;
    }
    

    Don’t forget to re-select Fire Sans in the Theme Options after the change.

    Cheers!
    Josue

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