[Resolved] list of fonts to choose from

Tagged: 

  • Author
    Posts
  • #13627

    rinoa3108
    Participant

    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?

    #13628

    Andrew Misplon
    Keymaster

    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.

    #13630

    rinoa3108
    Participant

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

    #13640

    Andrew Misplon
    Keymaster

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

    #13806

    rinoa3108
    Participant

    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?

    #13807

    Andrew Misplon
    Keymaster

    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.

    #13844

    rinoa3108
    Participant

    Hi Andrew,
    Where do I adjust the rule?

    #13847

    Andrew Misplon
    Keymaster

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

    #13859

    rinoa3108
    Participant

    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

    #13968

    Andrew Misplon
    Keymaster

    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.

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in to reply to this topic.

Scroll to top