How can I make custom fonts less bold in the Minimal theme?

I added my custom fonts to the Theme > Minimal, but all the headings and subheadings are bolded. How can I unbold them?

Hey @zoepuno ,

Please share your website URL. I will check and provide solution here.

Thanks!

Great!

Website URL: https://healthyboba.com/

Hey @zoepuno ,

Please add the following code at the bottom of your assets/theme.scss.liquid file.

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

Let me know if this works for you.

Thanks!

1 Like

Perfect, all fonts are fixed!

Thanks for your help!

1 Like