1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 12:21:08 +01:00

feat(fonts): hello noto

This commit is contained in:
2022-08-21 01:01:47 +02:00
parent 2493206ff9
commit af3c018cc1

View File

@@ -21,7 +21,6 @@
gentium gentium
gfs-fonts gfs-fonts
gyre-fonts gyre-fonts
ia-writer-duospace
ibm-plex ibm-plex
jetbrains-mono jetbrains-mono
libertinus libertinus
@@ -31,6 +30,7 @@
ocr-a ocr-a
roboto roboto
roboto-mono roboto-mono
noto-fonts
noto-fonts-emoji noto-fonts-emoji
roboto-slab roboto-slab
scheherazade-new scheherazade-new
@@ -43,13 +43,11 @@
vollkorn vollkorn
zilla-slab zilla-slab
]; # google-fonts league-of-moveable-type ]; # google-fonts league-of-moveable-type
fontconfig.defaultFonts = let fontconfig.defaultFonts = {
emojiFont = "Noto Emoji"; monospace = ["Noto Sans Mono"];
in { serif = ["Noto Serif" "Noto Naskh Arabic" "Noto Serif Devanagari"];
monospace = ["JetBrains Mono" emojiFont]; sansSerif = ["Noto Sans Display" "Noto Kufi Arabic" "Noto Sans Devanagari"];
serif = ["Merriweather"]; emoji = ["Noto Color Emoji" "Noto Emoji"];
sansSerif = ["Cantarell" emojiFont];
emoji = [emojiFont];
}; };
}; };
} }