Adding more font-weights in 'Fonts' theme panel

Posted in: Newspaper
Post count: 15

Hi,
is it possible to add more font-weights variants in dropdowns in ‘Fonts” theme panel?
Now there are only two variants: ‘Normal’ and ‘Bold’ (screenshot).
What if I’d like to use ‘Light’ or ‘Medium’ or ‘300’ or ‘900’ variant of Google Font, e.g. for Roboto (screeshot)
Thanks in advance.

Post count: 22421

Hello,

Unfortunately the theme only allows the 2 font weights to be used, but you can override this with custom css.
you can use the font-weight property for the element you want modified like for example (for excerpts):
.td-excerpt{
font-weight:900;
}

Thank you!

Post count: 15

Ok, thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.