-
AuthorPosts
-
January 17, 2015 at 8:24 am #381200
Hi,
When I open my site in firefox google fonts are getting pixelated and not coming properly.
Is there any work around to it?
I have found one solution to it . The solution is to add fonts locally.
Can you tell me that how to load fonts locally using font face in our theme?January 18, 2015 at 10:30 am #381412Hey infigic!
Thank you for using Enfold.
I checked the site on Firefox and texts using google fonts doesn’t seem to be pixelated:
Cheers!
IsmaelJanuary 19, 2015 at 8:13 am #381583Hi,
Attaching screenshot for the same issue.
http://www.evernote.com/shard/s497/sh/deb5767a-b5a9-46fa-9e9c-3ee14530a133/3a7773abe93c1714a8019f96e82d2626Does it depend on firefox version too?
January 19, 2015 at 9:57 am #381598Hi!
Font looks fine on my end as well – http://i.imgur.com/NF273lv.png
Which version of Firefox are you using?Best regards,
YigitJanuary 19, 2015 at 1:15 pm #381736Hi,
I am using same version as of yours.January 19, 2015 at 2:40 pm #381757Hi!
Do you have any active browser plugins/extensions? If so, please try disabling them and check if that helps. Also, which OS are you using?
Cheers!
YigitJanuary 20, 2015 at 3:02 pm #382476Hi,
I tried disabling all the addons but of no use. I am on WIndows 8.1Hope this helps.
January 22, 2015 at 9:34 pm #384012Hi!
Have you tried checking your website on another computer using Firefox?
Please see – http://justcreative.com/2013/01/22/how-to-use-custom-fonts-with-font-face-on-wordpress/
or try using this plugin http://wordpress.org/plugins/wp-font-face/Regards,
YigitMarch 24, 2015 at 9:52 am #416959I have added custom fonts in my theme functions.php
Now i uploaded a child theme file.
I want to move the code from main file to child functions.php how can it be done?add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Titillium Web'] = 'Titillium Web:300,600,400,700'; $fonts['Rokkitt'] = 'Rokkitt:400,700'; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Titillium Web'] = 'Titillium Web:300,600,400,700'; $fonts['Rokkitt'] = 'Rokkitt:400,700'; return $fonts; }
March 24, 2015 at 5:31 pm #417203Hi!
You can simply add the code to functions.php file of your child theme.
Cheers!
YigitMarch 24, 2015 at 8:31 pm #417367Hi,
I added that in my child theme functions.php but the site then shows white screen.
Regards
March 25, 2015 at 3:50 pm #417806 -
AuthorPosts
- You must be logged in to reply to this topic.