Fine-tuning font-weight
-
I have an issue with fine tuning font weights. I have the Easy Google Fonts plugin installed and use “Montserrat” as my main font.
In the Typography panel of the Customizer, I can select any font weight from 100 up to 900 as general paragraph font.Since I have selected 300 there, I wanted to change the weight of text spans as well, and make it slightly less “strong”, which I have (sort of) accomplished through the following Custom CSS:
.entry-content strong {
font-weight: 500;
}However, as I was playing around with settings, I noticed that not all weights are possible to select:
100, 200, and 300 all don’t have any effect on how the text is displayed, and instead all result in it being displayed as “300”
400 and 500 both result in “500”
and then everything between 600 and 900 results in it being displayed as “600”It seems that the plugin may not be not loading all of the weights of the font so I can’t select them with Custom CSS (despite the fact that in the Customizer “Typography” panel I am able to select all the different weights.
Any idea what could be the issue?
The page I need help with: [log in to see the link]
- The topic ‘Fine-tuning font-weight’ is closed to new replies.