mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:19:41 +00:00
Add material-symbols & jost fonts
This commit is contained in:
parent
042514bb3a
commit
217cf71d43
|
@ -25,6 +25,7 @@ in {
|
||||||
sansSerif = [
|
sansSerif = [
|
||||||
"Lexend"
|
"Lexend"
|
||||||
"Noto Sans"
|
"Noto Sans"
|
||||||
|
"Jost"
|
||||||
]
|
]
|
||||||
++ common;
|
++ common;
|
||||||
|
|
||||||
|
@ -63,6 +64,7 @@ in {
|
||||||
inter
|
inter
|
||||||
lato
|
lato
|
||||||
lexend
|
lexend
|
||||||
|
jost
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
noto-fonts
|
noto-fonts
|
||||||
noto-fonts-cjk
|
noto-fonts-cjk
|
||||||
|
@ -73,6 +75,7 @@ in {
|
||||||
openmoji-color
|
openmoji-color
|
||||||
openmoji-black
|
openmoji-black
|
||||||
font-awesome
|
font-awesome
|
||||||
|
material-symbols
|
||||||
|
|
||||||
# defaults worth keeping
|
# defaults worth keeping
|
||||||
dejavu_fonts
|
dejavu_fonts
|
||||||
|
|
Loading…
Reference in a new issue