mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-07 22:23:45 +08:00
Added Urdu 5k & Added font for languages with Arabic script e.g Arabic, Persian and Urdu. (#2378) by rizwanmustafa
* Fixed typo * Added Noto Naskh Arabic font for languages with Arabic script * Added Urdu 5k
This commit is contained in:
parent
fd778d0669
commit
e5ce6014b2
5 changed files with 4997 additions and 2 deletions
|
@ -10,6 +10,7 @@
|
|||
@import url("https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css2?family=Lalezar&display=swap");
|
||||
@import url("https://fonts.googleapis.com/css?family=Noto+Naskh+Arabic&display=swap");
|
||||
|
||||
:root {
|
||||
--roundness: 0.5rem;
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
{
|
||||
"name": "Roboto Mono"
|
||||
},
|
||||
{
|
||||
"name": "Noto Naskh Arabic"
|
||||
},
|
||||
{
|
||||
"name": "Source Code Pro"
|
||||
},
|
||||
|
@ -60,4 +63,4 @@
|
|||
{
|
||||
"name": "Lalezar"
|
||||
}
|
||||
]
|
||||
]
|
|
@ -234,7 +234,7 @@
|
|||
},
|
||||
{
|
||||
"name": "urdu",
|
||||
"languages": ["urdu", "urdu_1k"]
|
||||
"languages": ["urdu", "urdu_1k", "urdu_5k"]
|
||||
},
|
||||
{
|
||||
"name": "albanian",
|
||||
|
|
|
@ -127,6 +127,7 @@
|
|||
,"esperanto_h_sistemo_36k"
|
||||
,"urdu"
|
||||
,"urdu_1k"
|
||||
,"urdu_5k"
|
||||
,"albanian"
|
||||
,"albanian_1k"
|
||||
,"japanese_hiragana"
|
||||
|
|
4990
static/languages/urdu_5k.json
Normal file
4990
static/languages/urdu_5k.json
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue