diff options
author | ZachIR <zachir@librem.one> | 2025-07-15 22:25:05 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-15 22:25:05 -0500 |
commit | 39ea7d809ca39b690dce058e8010c036477d52b9 (patch) | |
tree | 27a8f7ff084ad0d4ec286b131f7e8145b15a6594 /alacritty | |
parent | ac58746a49e1b7e8559cff1ed4522c3584caa026 (diff) | |
parent | 8ffbd91ea6ea8a7ef823ffd6705cb2aee2a33ade (diff) |
Merge branch 'master' into car
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 |