mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-28 07:14:20 +00:00
tweak Fira Code to be a bit smaller to pair better with Inter.
Yes, i know i'm going to typography hell for this, but while Fira Code's x-height matches Inter's, in practice it feels way bigger as the pitch is substantially larger. So, to try to make it feel more balanced, we reduce Fira Code's point size to be 95% of Inter's.
This commit is contained in:
parent
60c2482819
commit
d61f476a01
@ -113,7 +113,7 @@ body {
|
||||
pre,
|
||||
code {
|
||||
font-family: $monospace-font-family;
|
||||
font-size: 100% !important;
|
||||
font-size: 95% !important;
|
||||
}
|
||||
|
||||
.error,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user