Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #524201

    Hi!

    I would like to use the font “Open Sans” with the font weight “Book” for my body and footer text elements.

    I guess Enfold is always using the default weight, and I can’t find a way to change it.

    Is there a way to change the font weight right from the dashboard? If not, could you supply a custom code that I can enter somewhere? :-)

    Thanks a lot!
    Benny

    #524246

    Hi BennySanDiego!

    Not sure what you mean by font weight “book”. The Open Sans should already have normal and bolded weights. Send us a link to your page and let us know the exact elements and we’ll give you some CSS to bold them.

    Cheers!
    Elliott

    #524269

    Hi!

    Thanks for your response.

    The weight was called “book” in another theme I used previously :-).
    I think this is the same weight as the “light 300”-weight which Google mentions in the open sans specifications here:
    https://www.google.com/fonts/specimen/Open+Sans

    I prefer to have this lighter weight (light 300) especially in the footer section.

    Can I use this weight with the Enfold theme?
    It would be awesome if you could provide the code to change the weight to “open sans light 300” for the body text and the footer text elements.

    Thanks a lot!

    Benny

    #525383

    Hi!

    The 300 weight version is already included when you select the Open Sans font. Try to modify the font weight with this:

    body, body p {
    font-weight: 300;
    }

    Cheers!
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.