- This topic has 7 replies, 2 voices, and was last updated 8 years, 10 months ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.
Home › Forums › All Other Themes › Web Fonts on Mobile
Any idea why some of the webfonts won’t show up on mobile? Specifically my H3 headers?
oxford.amandastrademark.com
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
ul.our_team li h3 { font-family: ‘Great Vibes’, cursive !important;}
Regards,
Shri
That fixes the issue on mobile, but when viewed on desktop now, it looks as though that font is Comic Sans? Also, what custom CSS should I be using the force the Great Vibes font for other sections – IE: the services section.
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
ul.our_team li h3 { font-family: ‘Great Vibes’, cursive !important;}
}
Remove this code:
ul.our_team li h3 { font-family: ‘Great Vibes’, cursive !important;}
Regards,
Shri
Thank you. This fixes the problem only on the Our Team section. Is there a way to do this universally for the entire theme?
I believe most of the fonts and styles are given in basic settings. So do you mean you want to apply same font for all of the website?
Regards,
Shri
Yes, but those defaults don’t appear to be working. The only way to get them to appear is if I go into the custom CSS window and override the default settings.
Okay then you can override the settings via Custom CSS and use your own custom fonts.
Regards,
Shri
Are you looking for the best WooCommerce based plugins for your WooCommerce Website? Here’s a list of the best WooCommerce based plugins. These are suitable […]
When talking about WordPress, you may get curious about the plugins used by WordPress, shortcodes, page builder, etc., in the same way, SEO optimized WordPress […]
Are you looking best freelancer WordPress themes and templates? Here’s a list of the best freelancer WordPress themes for all individuals and freelancers. Premium Freelancer […]