Font in widgets
-
On our site in widgets, numbers and Latin letters are shown bold. Can I make them customary without changing the font?
The blog I need help with is: (visible only to logged in users)
-
Hi there, that is actually part of the design of the Museo Sans font, the latin characters and numbers are more bold so the boldness of numbers is not something we can change. My only suggestion, if you do not want this, is to change to a different base font that does not have this as part of the font design since we cannot change the font design itself, and there is no way to make it less bold with CSS. Right now in the CSS, it is set to “lighter”.
We could set the entire font to bolder so that it all looked the same with the following.
ol li, ul li, a, .confit-phone, .confit-hours { font-weight: normal; } -
-
- The topic ‘Font in widgets’ is closed to new replies.