Move to jetbrains mono font for alacritty

This commit is contained in:
ItsDrike 2021-12-18 00:17:13 +01:00
parent bb0d435321
commit 4dd86fe4cd
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843
2 changed files with 4 additions and 4 deletions

View file

@ -111,11 +111,10 @@ font:
# - (macOS) Menlo # - (macOS) Menlo
# - (Linux/BSD) monospace # - (Linux/BSD) monospace
# - (Windows) Consolas # - (Windows) Consolas
family: monospace family: JetBrains Mono
#family: Source Code Pro
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Regular style: Medium
# Bold font face # Bold font face
#bold: #bold:
@ -135,7 +134,7 @@ font:
# #
# If the italic family is not specified, it will fall back to the # If the italic family is not specified, it will fall back to the
# value specified for the normal font. # value specified for the normal font.
family: monospace #family: monospace
#family: Source Code Pro #family: Source Code Pro
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.

View file

@ -110,6 +110,7 @@ pacman:
- noto-fonts-cjk - noto-fonts-cjk
- noto-fonts-emoji - noto-fonts-emoji
- ttf-font-awesome - ttf-font-awesome
- ttf-jetbrains-mono
# Printer # Printer
- cups # Daemon for printing - cups # Daemon for printing