alacritty: use fira code font

This commit is contained in:
2019-01-26 16:13:04 +02:00
parent d14a1fb4f7
commit 830add6f7b
2 changed files with 12 additions and 14 deletions

View File

@@ -24,8 +24,8 @@ window:
# Units are physical pixels; this is not DPI aware.
# (change requires restart)
padding:
x: 2
y: 2
x: 3
y: 3
# Window decorations
# 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:
# The normal (roman) font face to use.
normal:
family: Monaco
family: Fira Code
# Style can be specified to pick a specific face.
# style: Regular
style: Retina
# The bold font face
bold:
family: Monaco
family: Fira Code
# Style can be specified to pick a specific face.
# style: Bold
style: Bold
# The italic font face
italic:
family: Monaco
family: Fira Code
# Style can be specified to pick a specific face.
# style: Italic
style: Light
# Point size of the font
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.
# Entries in shell.args are passed unmodified as arguments to the shell.
#
# shell:
# program: /bin/bash
# args:
# - --login
shell:
program: /bin/bash
args:
- --login
# Key bindings
#