added noto-fonts

This commit is contained in:
JaKooLit
2025-03-17 19:52:41 +09:00
parent 14711bacd3
commit 26ee47374d

View File

@@ -7,8 +7,7 @@
# and also, ensure that packages are present in AUR and official Arch Repo # and also, ensure that packages are present in AUR and official Arch Repo
fonts=( fonts=(
adobe-source-code-pro-fonts adobe-source-code-pro-fonts
noto-fonts
noto-fonts-emoji noto-fonts-emoji
otf-font-awesome otf-font-awesome
ttf-droid ttf-droid
@@ -17,6 +16,7 @@ fonts=(
ttf-jetbrains-mono ttf-jetbrains-mono
ttf-jetbrains-mono-nerd ttf-jetbrains-mono-nerd
ttf-victor-mono ttf-victor-mono
noto-fonts
) )