From 252c139698fa0aedd83bebbb961e125c36261f46 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 13 Dec 2017 17:39:00 -0500 Subject: [PATCH] Remove the Liberation fonts from packages.sh --- install/packages.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install/packages.sh b/install/packages.sh index 76ad9e66..f705d283 100644 --- a/install/packages.sh +++ b/install/packages.sh @@ -110,5 +110,4 @@ i minted # Install minted, used for syntax highlighting in LaTeX i ttf-hack # Install Hack, our primary terminal font of choice i ttf-fira-mono # Install Fira Mono, our secondary terminal font of choice -i noto-fonts # Install the Noto fonts, our primary fonts used for everything else -i ttf-liberation # Install the Liberation fonts, our secondary fonts used for everything else +i noto-fonts # Install the Noto fonts, used for everything else