alacritty: Set font
This commit is contained in:
parent
263f40e132
commit
3eb69963d0
1 changed files with 2 additions and 17 deletions
|
|
@ -59,26 +59,11 @@ draw_bold_text_with_bright_colors: true
|
||||||
# * https://wiki.archlinux.org/index.php/font_configuration#Fontconfig_configuration
|
# * https://wiki.archlinux.org/index.php/font_configuration#Fontconfig_configuration
|
||||||
# * file:///usr/share/doc/fontconfig/fontconfig-user.html
|
# * file:///usr/share/doc/fontconfig/fontconfig-user.html
|
||||||
font:
|
font:
|
||||||
# The normal (roman) font face to use.
|
|
||||||
normal:
|
normal:
|
||||||
family: monospace # should be "Menlo" or something on macOS.
|
family: Input Mono Narrow Light
|
||||||
# Style can be specified to pick a specific face.
|
|
||||||
# style: Regular
|
|
||||||
|
|
||||||
# The bold font face
|
|
||||||
bold:
|
|
||||||
family: monospace # should be "Menlo" or something on macOS.
|
|
||||||
# Style can be specified to pick a specific face.
|
|
||||||
# style: Bold
|
|
||||||
|
|
||||||
# The italic font face
|
|
||||||
italic:
|
|
||||||
family: monospace # should be "Menlo" or something on macOS.
|
|
||||||
# Style can be specified to pick a specific face.
|
|
||||||
# style: Italic
|
|
||||||
|
|
||||||
# Point size of the font
|
# Point size of the font
|
||||||
size: 11.0
|
size: 10
|
||||||
|
|
||||||
# Offset is the extra space around each character. offset.y can be thought of
|
# Offset is the extra space around each character. offset.y can be thought of
|
||||||
# as modifying the linespacing, and offset.x as modifying the letter spacing.
|
# as modifying the linespacing, and offset.x as modifying the letter spacing.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue