From ad9d1f0d2cc0b34143b5b60138c4fd073f777757 Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sun, 3 Sep 2023 13:05:12 +0530 Subject: alaritty: use cartograph font Signed-off-by: Brahmajit Das --- .config/alacritty/alacritty.yml | 10 +++++----- 1 file 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 -- cgit v1.2.3