Hello, working on a site and set the font to Lato. I want it to have a font weight of 100, but I cant seem to get it to go that thin. I tried “thin” under advanced styling but it doesn’t go thin enough. I then tried editing CSS with no luck either… Any idea how to get it to 100 font weight?
Trying to apply this to H1 and H2.
h1.av-special-heading-tag {
font-weight: 100;
}
Hey Kyle,
h1.av-special-heading-tag {
font-weight: 100 !important;
}
Try the important rule and let us know if that works
Best regards,
Basilis
Nope, I may need to install the light version of the font, it just doesn’t seem to have the ability to go 100. Are all the google fonts in Enfold supposed to have every font weight available?
Hi Overhaulics,
That would take a lot more space, so you can install the ones that you really need.
Best regards,
Victoria