Skip to content

Instantly share code, notes, and snippets.

@goeroeku
Last active January 29, 2018 23:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goeroeku/e5368a3321762b308dbd0ec3fbe0914b to your computer and use it in GitHub Desktop.
Save goeroeku/e5368a3321762b308dbd0ec3fbe0914b to your computer and use it in GitHub Desktop.

install missing font

# sudo pacman -S ttf-bitstream-vera ttf-inconsolata ttf-ubuntu-font-family ttf-dejavu ttf-freefont ttf-linux-libertine ttf-liberation --noconfirm
# yaourt -S otf-ipafont ttf-amiri ttf-ancient-fonts ttf-ms-fonts ttf-monaco ttf-noto ttf-vista-fonts --noconfirm

optimize font with load default font if there are missing font

# sudo ln -s /etc/fonts/conf.avail/70-no-bitmaps.conf /etc/fonts/conf.d

link

http://www.techrapid.co.uk/2017/04/improve-fonts-rendering-quality-on-arch-linux.html

install windows font on debian family

https://www.cyberciti.biz/faq/howto-debian-install-use-ms-windows-truetype-fonts-under-xorg/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment