.config/alacritty/alacritty.yml: Use Source Code Pro

I'm using Source Sans Pro for my Sway UI so it somehow feels right.
This commit is contained in:
Alan Orth 2020-12-13 17:07:33 +02:00
parent b11f450040
commit d0bf0819f7
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 7 additions and 7 deletions

View File

@ -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.