From fa53c3689b7b858100b1c027b9f39d70116a5e59 Mon Sep 17 00:00:00 2001 From: Satish B Date: Thu, 4 May 2023 12:30:20 +0000 Subject: [PATCH] Fix URL of Noto Sans Math --- url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/url.sh b/url.sh index f9f4284..4a9a65e 100644 --- a/url.sh +++ b/url.sh @@ -82,7 +82,7 @@ declare -A font_urls=( ["NotoSansManichaean-Regular.ttf"]=https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansManichaean/hinted/ttf/NotoSansManichaean-Regular.ttf ["NotoSansMarchen-Regular.ttf"]=https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansMarchen/hinted/ttf/NotoSansMarchen-Regular.ttf ["NotoSansMasaramGondi-Regular.ttf"]=https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansMasaramGondi/hinted/ttf/NotoSansMasaramGondi-Regular.ttf - ["NotoSansMath-Regular.ttf"]=https://notofonts.github.io/math/fonts/NotoSansMath/hinted/ttf/NotoSansMath-Regular.ttf + ["NotoSansMath-Regular.ttf"]=https://notofonts.github.io/math/fonts/NotoSansMath/unhinted/ttf/NotoSansMath-Regular.ttf # TODO ["NotoSansMayanNumerals-Regular.ttf"]=https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansMayanNumerals/hinted/ttf/NotoSansMayanNumerals-Regular.ttf ["NotoSansMedefaidrin-Regular.ttf"]=https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansMedefaidrin/hinted/ttf/NotoSansMedefaidrin-Regular.ttf ["NotoSansMeeteiMayek-Regular.ttf"]=https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansMeeteiMayek/hinted/ttf/NotoSansMeeteiMayek-Regular.ttf