From 26ee47374d06a9bef69b461da03821b62f0511a9 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 17 Mar 2025 19:52:41 +0900 Subject: [PATCH] added noto-fonts --- install-scripts/fonts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-scripts/fonts.sh b/install-scripts/fonts.sh index 6fe217d..6934be1 100755 --- a/install-scripts/fonts.sh +++ b/install-scripts/fonts.sh @@ -7,8 +7,7 @@ # and also, ensure that packages are present in AUR and official Arch Repo fonts=( - adobe-source-code-pro-fonts - noto-fonts + adobe-source-code-pro-fonts noto-fonts-emoji otf-font-awesome ttf-droid @@ -17,6 +16,7 @@ fonts=( ttf-jetbrains-mono ttf-jetbrains-mono-nerd ttf-victor-mono + noto-fonts )