Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1049370

    I noticed that in the latest 4.5.1 version there are may more font weights to choose from when customizing an element such as a heading. I often use Open Sans and love the various weights that come with it.

    With a new install of Enfold, I selected a thin weight like 100 it doesn’t work. In the source code, only 400 and 600 are loaded in the head. Is it still necessary to use @import to load all the weights and use CSS to make the customization?

    #1049535

    Hey CreativeFedora,

    Yes, that is correct. You need to import all the weights for the CSS to work. When the browser does not find the font you have defined it will load the next default font.

    Instead of a number value, you can try

    font-weight: lighter !important;

    Best regards,
    Vinay

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