mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Move to jetbrains mono font for alacritty
This commit is contained in:
parent
bb0d435321
commit
4dd86fe4cd
|
@ -111,11 +111,10 @@ font:
|
|||
# - (macOS) Menlo
|
||||
# - (Linux/BSD) monospace
|
||||
# - (Windows) Consolas
|
||||
family: monospace
|
||||
#family: Source Code Pro
|
||||
family: JetBrains Mono
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
style: Regular
|
||||
style: Medium
|
||||
|
||||
# Bold font face
|
||||
#bold:
|
||||
|
@ -135,7 +134,7 @@ font:
|
|||
#
|
||||
# If the italic family is not specified, it will fall back to the
|
||||
# value specified for the normal font.
|
||||
family: monospace
|
||||
#family: monospace
|
||||
#family: Source Code Pro
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
|
|
|
@ -110,6 +110,7 @@ pacman:
|
|||
- noto-fonts-cjk
|
||||
- noto-fonts-emoji
|
||||
- ttf-font-awesome
|
||||
- ttf-jetbrains-mono
|
||||
|
||||
# Printer
|
||||
- cups # Daemon for printing
|
||||
|
|
Loading…
Reference in a new issue