Hi,
The fonts are not displaying correctly on mobile (and some desktops) for our site. They are supposed to be sans-serif (PT Sans and some others) but on an iPhone it is showing a serif font. What could be the issue?
Our site: http://zerozendesign.com/
Hey David!
Can you disable your caching/minification for a moment so i can try to debug it?
Cheers!
Josue
Hey Josue. Are you online right now? Want us to turn it off?
Sure.
Best regards,
Josue
Hey Josue, it is off…go ahead and let me know your findings.
Hey!
It’s still cached/minified for me but the root of the problem is that you are defining PT sans in your css but it’s not being included anywhere (it will work on systems where the font its installed):
.header_intro p {
font-size: 49px!important;
font-weight: 600!important;
font-family: "pt sans"!important;
line-height: 49px!important;
color: #434343!important
}
You need to include either via Theme Options or using a plugin like WP Google Fonts.
Cheers!
Josue
We figured it was already included since it is a font available through the theme already. Is this not the case?
Hey!
It is available (Enfold > General Styling) but it’s not included by default, the default font is Open Sans.
Regards,
Josue