mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-11 09:34:35 +08:00
added oxygen font
This commit is contained in:
parent
9a435badb2
commit
541d084a86
2 changed files with 4 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Roboto&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca&display=swap");
|
||||
@import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');
|
||||
|
||||
:root {
|
||||
--roundness: 0.25rem;
|
||||
|
|
|
@ -28,5 +28,8 @@
|
|||
{
|
||||
"name": "Comic Sans MS",
|
||||
"display": "Helvetica"
|
||||
},
|
||||
{
|
||||
"name": "Oxygen"
|
||||
}
|
||||
]
|
Loading…
Reference in a new issue