Move alacritty and emacs back to FuraCode

This commit is contained in:
Colin Powell
2020-03-25 17:24:34 -04:00
parent 4764b9111c
commit d86ff737da
2 changed files with 8 additions and 8 deletions

View File

@ -74,24 +74,24 @@ tabspaces: 8
font:
# Normal (roman) font face
normal:
family: Go Mono
family: FuraCode Nerd Font Mono
# The `style` can be specified to pick a specific face.
#style: Regular
# Bold font face
bold:
family: Go Mono
family: FuraCode Nerd Font Mono
# The `style` can be specified to pick a specific face.
#style: Bold
# Italic font face
italic:
family: Go Mono
family: FuraCode Nerd Font Mono
# The `style` can be specified to pick a specific face.
#style: Italic
# Point size
size: 8.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 spacing.