mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-02 19:47:40 +08:00
add backup font-family "sans-serif" (#3943) ShriramKhandbahale
In some cases when the styles are not loaded yet, the fonts are rolled back to the default 'serif' family which looks very ugly
This commit is contained in:
parent
1e60dc53cd
commit
7adbccf7db
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
:root {
|
||||
--roundness: 0.5rem;
|
||||
--font: "Roboto Mono", "Vazirmatn";
|
||||
--font: "Roboto Mono", "Vazirmatn", sans-serif;
|
||||
// scroll-behavior: smooth;
|
||||
scroll-padding-top: 2rem;
|
||||
font-weight: 400;
|
||||
|
|
Loading…
Add table
Reference in a new issue