alacritty: use fira code font
This commit is contained in:
@@ -24,8 +24,8 @@ window:
|
|||||||
# Units are physical pixels; this is not DPI aware.
|
# Units are physical pixels; this is not DPI aware.
|
||||||
# (change requires restart)
|
# (change requires restart)
|
||||||
padding:
|
padding:
|
||||||
x: 2
|
x: 3
|
||||||
y: 2
|
y: 3
|
||||||
|
|
||||||
# Window decorations
|
# Window decorations
|
||||||
# Setting this to false will result in window without borders and title bar.
|
# Setting this to false will result in window without borders and title bar.
|
||||||
@@ -44,21 +44,21 @@ draw_bold_text_with_bright_colors: true
|
|||||||
font:
|
font:
|
||||||
# The normal (roman) font face to use.
|
# The normal (roman) font face to use.
|
||||||
normal:
|
normal:
|
||||||
family: Monaco
|
family: Fira Code
|
||||||
# Style can be specified to pick a specific face.
|
# Style can be specified to pick a specific face.
|
||||||
# style: Regular
|
style: Retina
|
||||||
|
|
||||||
# The bold font face
|
# The bold font face
|
||||||
bold:
|
bold:
|
||||||
family: Monaco
|
family: Fira Code
|
||||||
# Style can be specified to pick a specific face.
|
# Style can be specified to pick a specific face.
|
||||||
# style: Bold
|
style: Bold
|
||||||
|
|
||||||
# The italic font face
|
# The italic font face
|
||||||
italic:
|
italic:
|
||||||
family: Monaco
|
family: Fira Code
|
||||||
# Style can be specified to pick a specific face.
|
# Style can be specified to pick a specific face.
|
||||||
# style: Italic
|
style: Light
|
||||||
|
|
||||||
# Point size of the font
|
# Point size of the font
|
||||||
size: 14.0
|
size: 14.0
|
||||||
@@ -198,10 +198,10 @@ live_config_reload: true
|
|||||||
# You can set shell.program to the path of your favorite shell, e.g. /bin/fish.
|
# You can set shell.program to the path of your favorite shell, e.g. /bin/fish.
|
||||||
# Entries in shell.args are passed unmodified as arguments to the shell.
|
# Entries in shell.args are passed unmodified as arguments to the shell.
|
||||||
#
|
#
|
||||||
# shell:
|
shell:
|
||||||
# program: /bin/bash
|
program: /bin/bash
|
||||||
# args:
|
args:
|
||||||
# - --login
|
- --login
|
||||||
|
|
||||||
# Key bindings
|
# Key bindings
|
||||||
#
|
#
|
||||||
|
|||||||
Reference in New Issue
Block a user