Resolved

list of fonts to choose from

Ultra Theme started by rinoa3108 Dec 8, 2019 9 replies
rinoa3108 Dec 8, 2019 · 10:59 am #13627

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?

Andrew Misplon Puro Dec 8, 2019 · 11:02 am #13628

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.

rinoa3108 Dec 8, 2019 · 11:08 am #13630

Hi Andrew,
Thanks for the quick reply.
It would be the whole site – All navigation, headers and paragraph text.

Andrew Misplon Puro Dec 8, 2019 · 4:30 pm #13640

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/.

rinoa3108 Jan 8, 2020 · 11:29 am #13806

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?

Andrew Misplon Puro Jan 8, 2020 · 11:46 am #13807

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.

rinoa3108 Jan 11, 2020 · 10:05 am #13844

Hi Andrew,
Where do I adjust the rule?

Andrew Misplon Puro Jan 12, 2020 · 1:18 pm #13847

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;.

rinoa3108 Jan 19, 2020 · 2:18 am #13859

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

Andrew Misplon Puro Feb 9, 2020 · 11:49 am #13968

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.

10 posts