diff options
| author | nsfisis <nsfisis@gmail.com> | 2021-11-20 09:34:37 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2021-11-20 09:34:37 +0900 |
| commit | 718247eac35fa0cf749a19bf36df961f7269b2db (patch) | |
| tree | 1acf23aaa6073c9f976b62c485a9e013f34793f6 | |
| parent | bd845d4ce78b7bde020cf1efb541ad7d2b42f40e (diff) | |
| download | dotfiles-718247eac35fa0cf749a19bf36df961f7269b2db.tar.gz dotfiles-718247eac35fa0cf749a19bf36df961f7269b2db.tar.zst dotfiles-718247eac35fa0cf749a19bf36df961f7269b2db.zip | |
alacritty: change font to Source Han Code JP
| -rw-r--r-- | .config/alacritty/alacritty.yml | 4 | ||||
| -rw-r--r-- | INSTALL.txt | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index fae49a6..1f12a21 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -104,14 +104,14 @@ window: # Font configuration font: # Normal (roman) font face - #normal: + normal: # Font family # # Default: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - #family: monospace + family: Source Han Code JP # The `style` can be specified to pick a specific face. #style: Regular diff --git a/INSTALL.txt b/INSTALL.txt index 68034b1..8961aaa 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -28,4 +28,9 @@ $ brew install --cask \ emacs \ keepassxc \ ; + +# Latest version: https://github.com/adobe-fonts/source-han-code-jp/releases/latest +$ curl -fLo ~/Library/Fonts/SourceHanCodeJP.ttc --create-dirs https://github.com/adobe-fonts/source-han-code-jp/releases/download/2.012R/SourceHanCodeJP.ttc +$ sudo atsutil databases -remove +# Restart your machine. ``` |
