LoginSignup
8
7

More than 5 years have passed since last update.

mavericksにRictyをインストールする

Last updated at Posted at 2013-11-28

知らない間に、こんなのが。
プログラミング用フォント Ricty Diminished

下記手順は不要になるかと。


Macでhomebrewを使ってRictyを入れる

$ brew tap sanemat/font
$ brew install ricty

で、下記のように出力されるので、表示されているコマンドを入力する

To install Ricty:
  $ cp -f /usr/local/Cellar/ricty/3.2.2/share/fonts/Ricty*.ttf ~/Library/Fonts/
  $ fc-cache -vf

おしまい

下記のようなエラーが出た場合

curl: (52) Empty reply from server
Error: Failed to download resource "libpng"
Download failed: https://downloads.sf.net/project/libpng/libpng16/1.6.10/libpng-1.6.10.tar.gz
brew install libpng --universal

を実行して、再度brew install rictyを実行

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