LoginSignup
4
0

More than 5 years have passed since last update.

"Fontconfig warning: line 146: blank doesn't take any effect anymore. please remove it from your fonts.conf" というエラーがRictyを入れ直したときに出たのでその対処法

Posted at

brew upgradeでRictyのフォントが更新されたのですが、指示通り以下のコマンドを打った時に

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

2番目のfc-cache -vfFontconfig warning: line 146: blank doesn't take any effect anymore. please remove it from your fonts.confというエラーが出てしまいました。

fontconfigをbrewで入れている人は、/usr/local/etc/fontsfont.confがあると思うので、そこの86行目と146行目の<blank>および</blank>を消すと、fc-cache -vfが通るようになると思います。

参考:Fontconfig warning on OSX when running Octave - Super User

4
0
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
4
0