From 3007b6c7d0e57e65717347899d95642803e58850 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 29 Jul 2023 15:44:42 +0200 Subject: [PATCH] Add Noto font, useful when using electron app --- arch_wsl.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arch_wsl.sh b/arch_wsl.sh index c6ae308..ff26748 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -35,7 +35,8 @@ main() { rsync doxygen emacs-nox otf-fira-sans ttf-fira-code \ otf-fira-mono mingw-w64-gcc otf-font-awesome \ soundfont-fluid fluidsynth pulseaudio-alsa \ - texlive-latexextra texlive-langfrench texlive-luatex + texlive-latexextra texlive-langfrench texlive-luatex \ + noto-fonts # === Rustup ==