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:
GiraffeMan 2022-11-24 07:43:33 -05:00 committed by GitHub
parent 1c5b31b435
commit 0a25dfd78a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View file

@ -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";

View file

@ -69,5 +69,11 @@
},
{
"name": "Open Dyslexic"
},
{
"name": "Ubuntu"
},
{
"name": "Ubuntu Mono"
}
]
]