brew upgrade
でRictyのフォントが更新されたのですが、指示通り以下のコマンドを打った時に
$ cp -f /usr/local/Cellar/ricty/4.1.0/share/fonts/Ricty*.ttf ~/Library/Fonts/
$ fc-cache -vf
2番目のfc-cache -vf
でFontconfig warning: line 146: blank doesn't take any effect anymore. please remove it from your fonts.conf
というエラーが出てしまいました。
fontconfigをbrewで入れている人は、/usr/local/etc/fonts
にfont.conf
があると思うので、そこの86行目と146行目の<blank>
および</blank>
を消すと、fc-cache -vf
が通るようになると思います。
参考:Fontconfig warning on OSX when running Octave - Super User