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:
parent
d36929579b
commit
001da9bed0
10
README.md
10
README.md
|
@ -561,16 +561,6 @@ applications on your system. Configure your terminal to use this font:
|
||||||
font:
|
font:
|
||||||
normal:
|
normal:
|
||||||
family: "MesloLGS NF"
|
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
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue