- This topic has 9 replies, 2 voices, and was last updated 4 years, 9 months ago by Andrew Misplon.
Tagged: fonts
- AuthorPosts
- December 8, 2019 at 10:59 am #13627
rinoa3108ParticipantHello,
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?December 8, 2019 at 11:02 am #13628
Andrew MisplonKeymasterHi, 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.
December 8, 2019 at 11:08 am #13630
rinoa3108ParticipantHi Andrew,
Thanks for the quick reply.
It would be the whole site – All navigation, headers and paragraph text.December 8, 2019 at 4:30 pm #13640
Andrew MisplonKeymasterYou 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/.
January 8, 2020 at 11:29 am #13806
rinoa3108ParticipantHi 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?January 8, 2020 at 11:46 am #13807
Andrew MisplonKeymasterHi, 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.
January 11, 2020 at 10:05 am #13844
rinoa3108ParticipantHi Andrew,
Where do I adjust the rule?January 12, 2020 at 1:18 pm #13847
Andrew MisplonKeymasterHi, 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;
.January 19, 2020 at 2:18 am #13859
rinoa3108ParticipantHello,
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.comFebruary 9, 2020 at 11:49 am #13968
Andrew MisplonKeymasterHi, 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.
- AuthorPosts
You must be logged in to reply to this topic.