1
2

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 3 years have passed since last update.

ターミナルからフォントをインストールする

Last updated at Posted at 2020-11-18

状況

homebrewからフォントをインストールしたかったのですが、brew install rictyでエラーが出て行き詰まりました。

解決策

brew update

brew tap homebrew/cask

brew tap homebrew/cask-fonts

# ”ricty”の部分にはインストールしたいフォント
brew search ricty

# ”font- (フォント名)”が出てくるので、それをインストールする
brew cask install font-ricty-diminished

MacでFont Bookを開き、インストールしたフォントがあるか確認。

参考

Install Mac Fonts on Terminal - Fastest Way to Add Mac Fonts (Youtube)

1
2
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
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?