It’s definitely not the same font. New fonts are more wide and there’s a lot of words and numbers are bolded. It’s annoying.
1 Like
There is no need to revert font: lol.
In Chrome > Menu > Settings > Appearance > Font size, you have a choice of ‘very small’, ‘small’, ‘medium’, ‘large’ and very ‘large’.
- On line 631 of the mixins css file, they have a rule: font-size 16px;
This rule overwrite the default font size set by the user in their browser.
In HTML, font size is a multiplier of a default font size OR browser user default font size.
To fix this, they simply need to say font-size:100%; instead of 16px. 100% will be the size defined by the user in the settings.
There is also a lot of reasons why you would want a define font size (16px).
They choose the 16px for reasons.
Eh, I’m not in love with it. It’s trying just a little too hard to be a ‘fun’ font, but without really committing to it. So all it’s really doing is very vaguely hurting legibility.
Having said that… it’s a font. I think we can get over it.