Tagged: google font
Hi there,
a friend of mine tested my website for me and said there are different types of fonts and different sizes of fonts shown – which doesn’t look good. In my options it is always the google font Arimo with 16 px – how come it looks different to him? How can I change that? Do I have to use a web save font to make sure that doesnt happen?
Best Jennifer
Hey JVW234!
Can you send us a link to your page so we can take a look? Any of the fonts you select in the Enfold settings will work fine on all computers, it doesn’t matter if it’s a google font or websafe.
Regards,
Elliott
Hi Elliott, check this:
http://wordpress.p263693.mittwaldserver.info/jennifer-withelm-ueber-mich/
We are pretty sure now that the irregular feeling of the page derives from the content elements which are transforming the font into capital letters or different sizes. Could you tell me with the message-element you see on this subsite how I can hinder it from showing the quote in capital letters?
Best
Jennifer
Hi!
Add this to your custom CSS.
.avia_message_box_content {
font-size: 14px;
text-transform: none !important;
font-weight: 600;
}
Regards,
Elliott
Perfect thank you Elliott!