Change font weight for all H1, H2, H3, H4 etc

Hello,

I am using the theme Showcase. I uploaded successfully a custom font for all headings, and body.

However for the headings the weight is very heavy and looks bold. I want to reduce the weight of all headings.

Could anyone help please?
Thanks

Georgia

Hi @kindredpeople ;

Just add this code on your base or theme CSS file under the Asset folder.

h1, h2, h3, h4, h5, h6, {
font-weight: normal !important;
}

OMG IT WORKED!! THANK YOU SOOOO MUCH!!! I SPENT HOURS LOOKING FOR THIS
CODE AND YOU JUST GAVE IT TO ME LIKE THAT!!

1 Like

Good to hear (",). Please accept as a solution. Thank you