Fine-tuning font-weight
-
I have a quick question concerning font weights.
I have the 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
<strong>
text spans as well, and make it slightly less “strong”, which I have (sort of) accomplished through the following Custom CSS:body:not(.pique-frontpage) .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,
400 makes it slightly bolder, but 500 looks exactly the same as 400,
and then 600 and above are yet bolder but, there’s no difference between them (i.e., 900 looks exactly the same as 600).So I assume something here is overriding something else, but I have no clue what.
Is this something about the Pique theme, that restricts the possible font weights?
Is this some setting in Google Fonts plugin?
Or maybe something about the Montserrat font?
When adjusting the number for the general default in the customizer, each value gives different output – so I know the font has these different weights …If anyone has an idea, I would appreciate some help where the problem might lie, and if it’s not about Pique, maybe someone has a suggestion for the appropriate forum where I should be asking this question … Thanks much!
The page I need help with: [log in to see the link]
- The topic ‘Fine-tuning font-weight’ is closed to new replies.