mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-28 09:52:36 +08:00
Add Ubuntu and Ubuntu Mono fonts (#3766) GiraffeMan3125
* @import the fonts ubuntu and ubuntu mono * add ubuntu and ubuntu mono to the fonts list
This commit is contained in:
parent
1c5b31b435
commit
0a25dfd78a
2 changed files with 9 additions and 1 deletions
|
|
@ -18,6 +18,8 @@
|
|||
@import url("https://fonts.googleapis.com/css2?family=Lalezar:wght@300;400;700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@300;400;700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Vazirmatn:wght@300;400;700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;700&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Mono:wght@300;400;700&display=swap");
|
||||
|
||||
@font-face {
|
||||
font-family: "Boon";
|
||||
|
|
|
|||
|
|
@ -69,5 +69,11 @@
|
|||
},
|
||||
{
|
||||
"name": "Open Dyslexic"
|
||||
},
|
||||
{
|
||||
"name": "Ubuntu"
|
||||
},
|
||||
{
|
||||
"name": "Ubuntu Mono"
|
||||
}
|
||||
]
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue