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
|
# - (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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue