From aae2f475e487db12e1a481489ad9aef0ccb5e31b Mon Sep 17 00:00:00 2001 From: fluffycloud <68042667+fluffycloud331@users.noreply.github.com> Date: Fri, 24 Dec 2021 10:51:57 -0500 Subject: [PATCH] add vista and Microsoft fonts added vista fonts and microsoft fonts to archtitus --- 2-user.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2-user.sh b/2-user.sh index 881a28d..f383ac3 100755 --- a/2-user.sh +++ b/2-user.sh @@ -47,6 +47,8 @@ PKGS=( 'ttf-hack' 'ttf-meslo' # Nerdfont package 'ttf-roboto' +'ttf-ms-fonts' # microsoft fonts +'ttf-vista-fonts' # vista fonts 'zoom' # video conferences 'snap-pac' )