diff options
author | zachir <zachir@librem.one> | 2025-07-15 23:06:57 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-15 23:06:57 -0500 |
commit | 2623300a06d7b8fd5f40bad1fdec72c726946aa0 (patch) | |
tree | 7b6a5b27af4ed61a7734a8d3500d554978e97025 /alacritty | |
parent | 79a7b127db8dda34461b4d85ee7145cc839b5024 (diff) | |
parent | 6de2c675cffe6ff398ec435dee281a140a5cf34f (diff) |
Merge branch 'master' into cas
Diffstat (limited to 'alacritty')
-rw-r--r-- | alacritty/alacritty.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/alacritty/alacritty.yml b/alacritty/alacritty.yml index 25af5d4..1bd8532 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -115,7 +115,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: mononoki Nerd Font Mono + family: FiraCode Nerd Font Mono # The `style` can be specified to pick a specific face. style: Regular @@ -126,7 +126,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: mononoki Nerd Font Mono + family: FiraCode Nerd Font Mono # The `style` can be specified to pick a specific face. style: Bold @@ -137,7 +137,7 @@ font: # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - family: mononoki Nerd Font Mono + family: FiraCode Nerd Font Mono # The `style` can be specified to pick a specific face. style: Italic @@ -148,7 +148,7 @@ font: # # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. - family: mononoki Nerd Font Mono + family: FiraCode Nerd Font Mono # The `style` can be specified to pick a specific face. style: Bold Italic |