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