diff options
| -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. ``` |
