Specify alacritty font and size
This commit is contained in:
parent
e696f36d06
commit
6833030601
@ -122,9 +122,9 @@ window:
|
||||
#multiplier: 3
|
||||
|
||||
# Font configuration
|
||||
#font:
|
||||
font:
|
||||
# Normal (roman) font face
|
||||
#normal:
|
||||
normal:
|
||||
# Font family
|
||||
#
|
||||
# Default:
|
||||
@ -132,6 +132,8 @@ window:
|
||||
# - (Linux/BSD) monospace
|
||||
# - (Windows) Consolas
|
||||
#family: monospace
|
||||
# family: JetBrains Mono
|
||||
family: JetBrains Mono NL
|
||||
|
||||
# The `style` can be specified to pick a specific face.
|
||||
#style: Regular
|
||||
@ -170,7 +172,7 @@ window:
|
||||
#style: Bold Italic
|
||||
|
||||
# Point size
|
||||
#size: 11.0
|
||||
size: 10.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
|
||||
|
Loading…
Reference in New Issue
Block a user