Skip to content

Instantly share code, notes, and snippets.

@applecargo
Created April 5, 2016 17:22
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 applecargo/54a6ff05c6201b083f48eaba42ed1990 to your computer and use it in GitHub Desktop.
Save applecargo/54a6ff05c6201b083f48eaba42ed1990 to your computer and use it in GitHub Desktop.
#!/bin/sh
xset fp+ "/usr/share/fonts/truetype/ttf-dejavu"
xset fp+ "/usr/share/fonts/truetype/nanum"
@applecargo
Copy link
Author

asus chromebook flip c100p / crouton / ubuntu / trusty / xfce
korean input/display environment + many goodies...

put this in autostart scripts.

@applecargo
Copy link
Author

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment