53
52

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ubuntu linux に プログラミング用フォント Ricty をインストールする

Posted at

ubuntu linux に プログラミング用フォント Ricty をインストールする

プログラミングに適したフォントRictyをubuntuにインストールする。
このフォントが便利なのはmacでもlinuxでも使えるので
仕事はmac os,プライベートはubuntuみたいなパターンに対応できることだと思います。

fontforgeのインストール

apt-get install fontforge

Inconsolataフォントのインストール

wget http://levien.com/type/myfonts/Inconsolata.otf
cp Inconsolata.otf ~/.fonts

Miguのダウンロード

下記リンクからMigu 1Mフォントをダウンロードする
http://mix-mplus-ipa.sourceforge.jp/migu/

unzip migu-1m-20130430.zip
cp migu-1m-20130430/*.ttf ~/.fonts

Ricty生成用のスクリプトを取得

git clone git://github.com/yascentur/Ricty.git

Ricty フォントを生成

sh ricty_generator.sh auto

Rictyフォントのインストール

cp *.ttf ~/.fonts
53
52
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
53
52

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?