diff options
author | Aaditya Dhruv <[email protected]> | 2022-07-14 13:13:36 -0700 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2022-07-14 13:13:36 -0700 |
commit | e5c0fb651869118e8e3bfcd46b07448911cb46fd (patch) | |
tree | dca22c8bc052f81c23a600e7343c43d2cd67e50a /font-setup.sh | |
parent | 123e385bbb6a266404419bc095fd3c3abc4110e4 (diff) |
font fix
Diffstat (limited to 'font-setup.sh')
-rw-r--r-- | font-setup.sh | 2 |
1 files changed, 2 insertions, 0 deletions
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 |