diff options
author | ZachIR <zachir@librem.one> | 2025-07-30 02:40:49 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-30 02:40:49 -0500 |
commit | 0ff1806f2c2d690238c373b8f65ba40f569301d7 (patch) | |
tree | 41d4ecbb916ff886e5df1e945669bcaff1b9d569 /alacritty | |
parent | 98d4473f1c9783c7bc8f01208f1996b2e40e53ce (diff) |
Use JetBrainsMono Nerd Font instead of Fira Code
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 1bd8532..0b30805 100644 --- a/alacritty/alacritty.yml +++ b/alacritty/alacritty.yml @@ -115,7 +115,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: FiraCode Nerd Font Mono + family: JetBrainsMono Nerd Font # 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: FiraCode Nerd Font Mono + family: JetBrainsMono Nerd Font # 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: FiraCode Nerd Font Mono + family: JetBrainsMono Nerd Font # 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: FiraCode Nerd Font Mono + family: JetBrainsMono Nerd Font # The `style` can be specified to pick a specific face. style: Bold Italic |