kobapan@wiLiki
Login
Debian

Debian:フォントをいろいろ入れる

$ sudo apt-get install ttf-mscorefonts-installer
$ sudo apt-get install ttf-kochi-gothic ttf-kochi-mincho
$ sudo apt-get install fonts-ipaexfont 

$ mkdir FONTS && cd FONTS

$ wget "http://mksd.jp/holiday_mdjp05.zip"
$ wget "http://tanukiweb.sakura.ne.jp/download/TanukiMagic_1_10.zip"
$ for f in *.zip ; do unzip $f; done;
$ mkdir TanukiMagic_1_10 && mv TanukiMagic.ttf readme.txt TanukiMagic_1_10

$ wget http://ftp.vector.co.jp/43/55/114/HuiFont29.lzh
$ wget http://ftp.vector.co.jp/43/55/114/HuiFontP29.lzh
$ lha e HuiFont29.lzh
$ lha e HuiFontP29.lzh

$ sudo mv holiday_mdjp05 TanukiMagic_1_10 HuiFont29 HuiFontP29 /usr/local/share/fonts/
$ sudo fc-cache -f -v /usr/local/share/fonts/*

 

Debian
Emacs
Firefox
Gauche
JavaScript
Linux
Scheme
org-mode/latex

More ...