diff options
author | Brahmajit Das <brahmajit.xyz@gmail.com> | 2023-09-03 13:05:12 +0530 |
---|---|---|
committer | Brahmajit Das <brahmajit.xyz@gmail.com> | 2023-09-03 13:05:12 +0530 |
commit | ad9d1f0d2cc0b34143b5b60138c4fd073f777757 (patch) | |
tree | adf209b8f1f274eb86aa7f20706a5c0876f50437 | |
parent | 7cda00c6edcccab4eb7abf440ad7459e7f57512b (diff) |
alaritty: use cartograph font
Signed-off-by: Brahmajit Das <brahmajit.xyz@gmail.com>
-rw-r--r-- | .config/alacritty/alacritty.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index 178f3d0..f50fde5 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -131,7 +131,7 @@ font: # - (macOS) Menlo # - (Linux/BSD) monospace # - (Windows) Consolas - family: UW Ttyp0 + family: Cartograph CF # The `style` can be specified to pick a specific face. style: Regular @@ -142,7 +142,7 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: UW Ttyp0 + family: Cartograph CF # The `style` can be specified to pick a specific face. style: Bold @@ -153,7 +153,7 @@ font: # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - family: UW Ttyp0 + family: Cartograph CF # The `style` can be specified to pick a specific face. style: Italic @@ -164,13 +164,13 @@ font: # # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. - family: UW Ttyp0 + family: Cartograph CF # The `style` can be specified to pick a specific face. style: Bold Italic # Point size - size: 14.0 + size: 12.0 # Offset is the extra space around each character. `offset.y` can be thought # of as modifying the line spacing, and `offset.x` as modifying the letter |