Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #650080

    bnorsa
    Participant

    Hi thanks for the great theme.

    I wish to add Lato “light” font weight for my headings style however X only seems to have “Ultra Light” then steps up to “Regular”.

    I would be grateful if you could instruct me how to do this. Note: I have reviewed forums but they don’t seem to cover adding a font weight to an existing font family.

    The website I’m attempting to change is bennorsaphotography.com

    Thanks, Ben

    #650214

    Lely
    Moderator

    Hello Ben,

    This is Google link for the Lato Light:https://www.google.com/fonts#UsePlace:use/Collection:Lato
    Based on the link Light is font-weight 300.
    So to used that, you can add the following CSS via Appearance > Customize > Custom > CSS:

    .lato-light{
        font-family: 'Lato',"Helvetica Neue",Helvetica,sans-serif;
        font-weight: 300;
    }

    Then add the class lato-light for every element you want it to applied.

    Hope this helps.