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