mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
🖌 Remove "Fira Sans" system font (#666)
closes TryGhost/Ghost#8136 - the "Fira Sans" system font looks - even on a retina display - not very readable for users.
This commit is contained in:
parent
2e91baf058
commit
2f83a1a4fa
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
--green: #a4d037;
|
--green: #a4d037;
|
||||||
/* Style values */
|
/* Style values */
|
||||||
--border-radius: 4px;
|
--border-radius: 4px;
|
||||||
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Droid Sans", "Helvetica Neue", sans-serif;
|
||||||
--font-family-mono: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
--font-family-mono: Consolas, "Liberation Mono", Menlo, Courier, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue