16
17

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.

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.ttf``Ricty-Bold.ttf``RictyDiscord-Regular.ttf``RictyDiscord-Bold.ttfが生成される。

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

参照

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?