Content/Text Font Weights

I hadn’t seen anything lately on this and wanted to see if any progress had been made or what my options were. I can choose the font weight for headings, but I want to be able to change it for the content text. Too many of the Google fonts are too heavy.

Thanks for whatever help you can offer me!

Dan

Hey Dan,

Thanks for getting in touch! This has already been requested here. Go ahead and vote for it, if you haven’t yet. The guys love strolling around that part of the site if they want to implement something new. :slight_smile:

In the meantime, you should be able to change the font-weight of the content using this CSS snippet.

.fl-page-content p {
  font-weight: 400;
}

Hope this helps!

Ben

Excellent! Thank you. This code makes all the difference for me, as Open Sans 300 is so much nicer than 400. :slight_smile:

And all three of my votes went to that feature request.

Thanks!

Dan

Awesome! Have fun with The Beaver! :slight_smile:

Ben