Created
April 5, 2016 17:22
-
-
Save applecargo/54a6ff05c6201b083f48eaba42ed1990 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
xset fp+ "/usr/share/fonts/truetype/ttf-dejavu" | |
xset fp+ "/usr/share/fonts/truetype/nanum" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
check out
http://forums.debian.net/viewtopic.php?t=103877
and
http://www.linuxquestions.org/questions/slackware-14/enabling-dejavu-bitstream-vera-font-in-emacs-610347/
for more info / situation..
ubuntu does not give these fonts to be registered as xfonts by default. (while using archlinux didn't have such a problem!)
essence:
sudo mkfontscale /usr/share/fonts/truetype/ttf-dejavu
sudo mkfontdir /usr/share/fonts/truetype/ttf-dejavu
xset fp+ "/usr/share/fonts/truetype/ttf-dejavu"