From e5c0fb651869118e8e3bfcd46b07448911cb46fd Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Thu, 14 Jul 2022 13:13:36 -0700 Subject: font fix --- font-setup.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'font-setup.sh') diff --git a/font-setup.sh b/font-setup.sh index da8dd9e..a799d7c 100644 --- a/font-setup.sh +++ b/font-setup.sh @@ -2,3 +2,5 @@ echo "Making fonts directory..." mkdir -p ~/.local/share/fonts/ echo "Moving Meslo fonts to ~/.local/share/fonts ..." mv Meslo* ~/.local/share/fonts + +sudo ln -s /usr/share/fontconfig/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d -- cgit