-
-
Notifications
You must be signed in to change notification settings - Fork 187
shrink font size when georgia is used #680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
yeah much better - should be done for the sans-serif font as-well. |
Why? The reason to change the size of Georgia is that it has fatter glyphs than EB Garamond. If we change the size of the sans font on low res screens it'll just mess up the ratio of body copy font size to everything else. Unless you're saying we should change the sans font size across the board? That seemed to be an unpopular opinion before |
Reducing line-height would also help, |
Oh, interesting — didn't realise that we had 1.7 for low resolution screens — I assume the intent was to have 1.7 for Georgia and everything else, but you were seeing 1.7 on low res screens in sans mode. Changed it to be 1.5 across the board, I think it looks fine. I nudged the sans font size down as well |
@dummdidumm how's this?