LoginSignup
17
17

More than 5 years have passed since last update.

MacにRictyフォントをインストール

Last updated at Posted at 2014-10-19

RictyフォントについてはGithubを参照。

1.InconsolataとMigu 1Mをインストール

Rictyはラテン文字にはInconsolata、それ以外の文字にはMigu 1Mが適用される。

それぞれ、以下からDLし、インストール。

2. FontForgeをインストール

fontforgeインストールにはCommand Line Tools for Xcodeが必要。

$ xcode-select --install

FontForgeをインストール。

$ brew install fontforge

3. Ricty のインストールと生成

$ git clone https://github.com/yascentur/Ricty.git
$ cd Ricty
$ ./ricty_generator.sh auto

これで、Ricty- Regular.ttfRicty-Bold.ttfRictyDiscord-Regular.ttfRictyDiscord-Bold.ttfが生成される。

あとは、Font Bookで以上の4つのファイルを追加。

参照

17
17
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
17
17