From 001da9bed052b3b9764469a89ba4e1f16adea48a Mon Sep 17 00:00:00 2001 From: Stephen <927583+scribbles@users.noreply.github.com> Date: Sat, 8 Aug 2020 10:39:05 -0600 Subject: [PATCH] Reduced the required Alacritty font config YAML Removed additional styles from the "MesloLGS NF" family, they are implied and not necessary to include. --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index d0329a25..e331430a 100644 --- a/README.md +++ b/README.md @@ -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 ```