Skip to content

readme: homebrew-cask-fonts의 deprecation에 따른 brew install 명령어 업데이트 #220

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/pretendard-jp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,11 +228,10 @@ font-family: "Pretendard JP Variable", "Pretendard JP", Pretendard, -apple-syste

Pretendard JP를 기기에 설치해 시스템 폰트로 사용할 수 있습니다.

- [homebrew-cask-fonts](https://github.com/Homebrew/homebrew-cask-fonts)
- [Homebrew Cask](https://formulae.brew.sh/cask/font-pretendard-jp)

```bash
brew tap homebrew/cask-fonts
brew install font-pretendard-jp
brew install --cask font-pretendard-jp
```

- [NixOS](https://nixos.org)
Expand Down
5 changes: 2 additions & 3 deletions packages/pretendard-jp/docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,11 +230,10 @@ font-family: "Pretendard JP Variable", "Pretendard JP", Pretendard, -apple-syste

Pretendard JP can be installed on the machine and used as a system font.

- [homebrew-cask-fonts](https://github.com/Homebrew/homebrew-cask-fonts)
- [Homebrew Cask](https://formulae.brew.sh/cask/font-pretendard-jp)

```bash
brew tap homebrew/cask-fonts
brew install font-pretendard-jp
brew install --cask font-pretendard-jp
```

- [NixOS](https://nixos.org)
Expand Down
5 changes: 2 additions & 3 deletions packages/pretendard-jp/docs/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -231,11 +231,10 @@ font-family: "Pretendard JP Variable", "Pretendard JP", Pretendard, -apple-syste

Pretendard JPはデバイスにインストールしてシステムフォントとして使用できます。

- [homebrew-cask-fonts](https://github.com/Homebrew/homebrew-cask-fonts)
- [Homebrew Cask](https://formulae.brew.sh/cask/font-pretendard-jp)

```bash
brew tap homebrew/cask-fonts
brew install font-pretendard-jp
brew install --cask font-pretendard-jp
```

- [NixOS](https://nixos.org)
Expand Down
5 changes: 2 additions & 3 deletions packages/pretendard-std/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,11 +232,10 @@ font-family: "Pretendard Std Variable", "Pretendard Std", Pretendard, -apple-sys

Pretendard Std를 기기에 설치해 시스템 폰트로 사용할 수 있습니다.

- [homebrew-cask-fonts](https://github.com/Homebrew/homebrew-cask-fonts)
- [Homebrew Cask](https://formulae.brew.sh/cask/font-pretendard-std)

```bash
brew tap homebrew/cask-fonts
brew install font-pretendard-std
brew install --cask font-pretendard-std
```

- [NixOS](https://nixos.org)
Expand Down
5 changes: 2 additions & 3 deletions packages/pretendard-std/docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,11 +234,10 @@ font-family: "Pretendard Std Variable", "Pretendard Std", Pretendard, -apple-sys

Pretendard Std can be installed on the machine and used as a system font.

- [homebrew-cask-fonts](https://github.com/Homebrew/homebrew-cask-fonts)
- [Homebrew Cask](https://formulae.brew.sh/cask/font-pretendard-std)

```bash
brew tap homebrew/cask-fonts
brew install font-pretendard-std
brew install --cask font-pretendard-std
```

- [NixOS](https://nixos.org)
Expand Down
5 changes: 2 additions & 3 deletions packages/pretendard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,10 @@ yarn add pretendard

Pretendard를 기기에 설치해 시스템 폰트로 사용할 수 있습니다.

- [homebrew-cask-fonts](https://github.com/Homebrew/homebrew-cask-fonts)
- [Homebrew Cask](https://formulae.brew.sh/cask/font-pretendard)

```bash
brew tap homebrew/cask-fonts
brew install font-pretendard
brew install --cask font-pretendard
```

- [NixOS](https://nixos.org)
Expand Down
5 changes: 2 additions & 3 deletions packages/pretendard/docs/en/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,10 @@ yarn add pretendard

Pretendard can be installed on the machine and used as a system font.

- [homebrew-cask-fonts](https://github.com/Homebrew/homebrew-cask-fonts)
- [Homebrew Cask](https://formulae.brew.sh/cask/font-pretendard)

```bash
brew tap homebrew/cask-fonts
brew install font-pretendard
brew install --cask font-pretendard
```

- [NixOS](https://nixos.org)
Expand Down
5 changes: 2 additions & 3 deletions packages/pretendard/docs/ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,10 @@ yarn add pretendard

Pretendardはデバイスにインストールしてシステムフォントとして使用できます。

- [homebrew-cask-fonts](https://github.com/Homebrew/homebrew-cask-fonts)
- [Homebrew Cask](https://formulae.brew.sh/cask/font-pretendard)

```bash
brew tap homebrew/cask-fonts
brew install font-pretendard
brew install --cask font-pretendard
```

- [NixOS](https://nixos.org)
Expand Down