From e86bcc87b56da6ce202ad3d9f44b73458344ff16 Mon Sep 17 00:00:00 2001 From: Yusaku Mandai Date: Sun, 26 Jan 2025 10:35:14 +0900 Subject: [PATCH] alacritty: change font to hackgen --- README.md | 9 +++++++++ alacritty/alacritty.toml | 12 ++---------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b713528..a2f4d97 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,12 @@ Then reload ``.tmux.conf`` (``bind + shift + I`` in tmux) and the plugins specif | Variable | Description | |----------|-------------| | `NVIM_PYTHON_PATH` | Path to Python interpreter to be used in neovim | + +### fonts + +This repository uses HackGen35 Console font. +Download it via homebrew: +``` +$ brew tap homebrew/cask-fonts +$ brew install font-hackgen font-hackgen-nerd +``` diff --git a/alacritty/alacritty.toml b/alacritty/alacritty.toml index 4b50508..23cf944 100644 --- a/alacritty/alacritty.toml +++ b/alacritty/alacritty.toml @@ -1,16 +1,8 @@ [font] -size = 14.0 - -[font.bold] -family = "Hack Nerd Font" -style = "Bold" - -[font.italic] -family = "Hack Nerd Font" -style = "Regular Italic" +size = 16.0 [font.normal] -family = "Hack Nerd Font" +family = "HackGen35 Console" style = "Regular" [window]