- This topic has 7 replies, 2 voices, and was last updated 8 years, 7 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
WordPress Migration to New Server From now on, you don’t need to worry about the WordPress migration to the new server. Because it looks complex, […]
Many people look forward to creating a website using WordPress because WordPress permits all the features and functionality that online store business required. Hence, WordPress […]
Migration of e-Commerce Website If you have decided on the migration of e-commerce website, you are most probably already familiar with this. When you migrate […]