-
AuthorPosts
-
August 17, 2015 at 11:14 am #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 10 years, 2 months ago by
dsgnbuero.
August 18, 2015 at 6:47 am #489282Hi!
Can you post a screenshot of your view? here’s how it looks on my end – http://screencast.com/t/U1O5nZrF
Regards,
JosueAugust 18, 2015 at 12:45 pm #489462Hallo!
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
August 18, 2015 at 10:56 pm #489751Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueAugust 21, 2015 at 12:47 pm #491340Have you got admin login from me? I have sent you for 2 days (Private Content)
August 21, 2015 at 12:58 pm #491347Hi!
I cannot see admin logins in private content field of any of your replies. Please post it here again.
Best regards,
YigitAugust 21, 2015 at 1:01 pm #491349Here you are! I copy in Private Content field. o.k?
August 21, 2015 at 9:04 pm #491604Hey!
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 -
This topic was modified 10 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
