From 4820616625994f65cf6e07158e03e6eab1c69b42 Mon Sep 17 00:00:00 2001 From: Stefan Crain Date: Mon, 7 Jun 2021 12:49:42 -0400 Subject: [PATCH] Adding SemiBold to manual install instructions --- Linux-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-instructions.md b/Linux-instructions.md index 773fcf1..e816f33 100644 --- a/Linux-instructions.md +++ b/Linux-instructions.md @@ -58,7 +58,7 @@ else echo "Found fonts dir $fonts_dir" fi -for type in Bold Light Medium Regular Retina; do +for type in Bold Light Medium Regular Retina SemiBold; do file_path="${HOME}/.local/share/fonts/FiraCode-${type}.ttf" file_url="https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-${type}.ttf?raw=true" if [ ! -e "${file_path}" ]; then