Hello,
With the list of fonts to choose from in the Customise panel, I am looking for Sans as an option. How do I go about choosing that font?
list of fonts to choose from
Hi, I’ll need to add it as a future option. If you let me know which parts of the site you’re targetting, I can assist with CSS.
Hi Andrew,
Thanks for the quick reply.
It would be the whole site – All navigation, headers and paragraph text.
You could try adding to Custom CSS:
body,
button,
input,
select,
textarea {
color: #5a5d60;
font-family: "Lato", sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 1.7857;
}Edit as required. Here is a site to help with font-stacks: https://www.cssfontstack.com/.
Hi Andrew,
I added this in to the Custom CC section and it looked like nothing changed.
Is this the correct area to add it in?
Hi, it’s one of the areas you can add CSS to. Did you adjust the rule after inserting it? The rule above is the default, you’d need to change it to see a change on the site. Please, send a link to the site if you have adjusted the rule. Thanks.
Hi Andrew,
Where do I adjust the rule?
Hi, the rule should be adjusted wherever it was inserted, Customize > Additional CSS or Appearance > Custom CSS. If you mean which part of the rule should be adjusted, the font family value needs to be changed: font-family: "Lato", sans-serif;.
Hello,
In that case yes I have adjusted the rule and the CSS has been added in to Customize>Additional CSS.
The rule is at the default which is Lato and Sans serif, and when I tried another font nothing happened. http://www.wellnesseyecare.com
Hi, please, set the rule as you require it and then let me know which part of the home isn’t the correct font family. I can investigate from there. Thanks.