Hi
After moving the website from claritymatters.nl/2024 to claritymatters.nl on the same server, h2 displays a different color on the telephone and the h4 displays a different font on the telephone.
Can you please help me with a solution?
Best regards, Woutski
Hey Woutski,
Did you clearing all caches on your site and local device? You can set h2 and h4 styling under Enfold->Advanced Styling.
Best regards,
Rikard
Ha Rikard,
h2 and h4 are off course set. That is the problem. On a telephone they give a different font
Best regards,
Woutski
Hi,
The Helvetica font doesn’t seem to be installed on Android devices, see links:
https://www.google.com/search?q=helvetica+font+android+support
https://stackoverflow.com/questions/29384114/what-fonts-are-installed-by-default-on-android
You can try including it via CSS if you want to serve that font to Android devices: https://www.w3schools.com/cssref/atrule_font-face.php
Best regards,
Rikard
Hi,
I added to the quick css
body {
font-size: 16px;
letter-spacing: .04rem;
font-family: univers, ‘univers’, ‘Univers LT Std’;
font-weight: 400;
font-style: normal;
}
And added a link in the header
<link rel=”preload” href=”UniversLTStd-LightCn.woff2″ as=”font” type=”font/woff2″ crossorigin>
This works
Thank you for thinking with me
Best regards, Wouter