Get fonts working properly in alacritty.
This commit is contained in:
parent
10a2f9cd4f
commit
daa349b559
|
|
@ -5,7 +5,7 @@ window:
|
||||||
# Blank space added around the window in pixels. This padding is scaled
|
# Blank space added around the window in pixels. This padding is scaled
|
||||||
# by DPI and the specified value is always added at both opposing sides.
|
# by DPI and the specified value is always added at both opposing sides.
|
||||||
padding:
|
padding:
|
||||||
x: 0
|
x: 4
|
||||||
y: 0
|
y: 0
|
||||||
|
|
||||||
dynamic_padding: true
|
dynamic_padding: true
|
||||||
|
|
@ -25,25 +25,25 @@ scrolling:
|
||||||
|
|
||||||
# Font configuration
|
# Font configuration
|
||||||
font:
|
font:
|
||||||
# Point size
|
|
||||||
size: 13
|
size: 13
|
||||||
# Normal (roman) font face
|
|
||||||
normal:
|
normal:
|
||||||
family: monospace
|
family: FiraCode Nerd Font
|
||||||
style: Bold
|
style: Regular
|
||||||
|
|
||||||
bold:
|
bold:
|
||||||
family: monospace
|
family: FiraCode Nerd Font
|
||||||
style: Bold
|
style: Bold
|
||||||
|
|
||||||
italic:
|
italic:
|
||||||
family: monospace
|
family: VictorMono Nerd Font
|
||||||
style: Italic
|
style: Medium Italic
|
||||||
|
|
||||||
bold_italic:
|
bold_italic:
|
||||||
family: monospace
|
family: VictorMono Nerd Font
|
||||||
style: Bold Italic
|
style: Bold Italic
|
||||||
|
|
||||||
|
|
||||||
draw_bold_text_with_bright_colors: true
|
draw_bold_text_with_bright_colors: true
|
||||||
|
|
||||||
colors:
|
colors:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue