Reduced the required Alacritty font config YAML

Removed additional styles from the "MesloLGS NF" family, they are implied and not necessary to include.
This commit is contained in:
Stephen 2020-08-08 10:39:05 -06:00 committed by GitHub
parent d36929579b
commit 001da9bed0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 10 deletions

View File

@ -561,16 +561,6 @@ applications on your system. Configure your terminal to use this font:
font:
normal:
family: "MesloLGS NF"
style: Regular
bold:
family: "MesloLGS NF"
style: Bold
italic:
family: "MesloLGS NF"
style: Italic
bold_italic:
family: "MesloLGS NF"
style: Bold Italic
```