From d0bf0819f73c5bd39be34011678f30aa29648286 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 13 Dec 2020 17:07:33 +0200 Subject: [PATCH] .config/alacritty/alacritty.yml: Use Source Code Pro I'm using Source Sans Pro for my Sway UI so it somehow feels right. --- .config/alacritty/alacritty.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml index c7540f7..560ad2f 100644 --- a/.config/alacritty/alacritty.yml +++ b/.config/alacritty/alacritty.yml @@ -110,7 +110,7 @@ font: # - (macOS) Menlo # - (Linux) monospace # - (Windows) Consolas - family: Fira Mono + family: Source Code Pro # The `style` can be specified to pick a specific face. style: Medium @@ -121,10 +121,10 @@ font: # # If the bold family is not specified, it will fall back to the # value specified for the normal font. - family: Fira Mono + family: Source Code Pro # The `style` can be specified to pick a specific face. - style: Medium + style: Semibold # Italic font face italic: @@ -132,7 +132,7 @@ font: # # If the italic family is not specified, it will fall back to the # value specified for the normal font. - family: Fira Mono + family: Source Code Pro # The `style` can be specified to pick a specific face. style: Italic @@ -143,13 +143,13 @@ font: # # If the bold italic family is not specified, it will fall back to the # value specified for the normal font. - family: Fira Mono + family: Source Code Pro # The `style` can be specified to pick a specific face. - style: Medium Italic + style: Semibold Italic # Point size - size: 11.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 spacing.