From c7e6e5163689ae87d75c93c80937c711c066474f Mon Sep 17 00:00:00 2001 From: Satish B Date: Wed, 4 Jan 2023 13:21:42 +0000 Subject: [PATCH] Fix syriac URL --- url.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/url.sh b/url.sh index b2ca9a5..2393ed4 100644 --- a/url.sh +++ b/url.sh @@ -136,7 +136,7 @@ declare -A font_urls=( ["NotoSansSylotiNagri-Regular.ttf"]=https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansSylotiNagri/hinted/ttf/NotoSansSylotiNagri-Regular.ttf ["NotoSansSymbols2-Regular.ttf"]=https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansSymbols2/hinted/ttf/NotoSansSymbols2-Regular.ttf ["NotoSansSymbols-Regular.ttf"]=https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansSymbols/hinted/ttf/NotoSansSymbols-Regular.ttf - ["NotoSansSyriac-Regular.ttf"]=https://notofonts.github.io/syriac/fonts/NotoSansSyriac-Regular/hinted/ttf/NotoSansSyriac-Regular.ttf # TODO + ["NotoSansSyriac-Regular.ttf"]=https://notofonts.github.io/syriac/fonts/NotoSansSyriac/hinted/ttf/NotoSansSyriac-Regular.ttf # TODO ["NotoSansTagalog-Regular.ttf"]=https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansTagalog/hinted/ttf/NotoSansTagalog-Regular.ttf ["NotoSansTagbanwa-Regular.ttf"]=https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansTagbanwa/hinted/ttf/NotoSansTagbanwa-Regular.ttf ["NotoSansTaiLe-Regular.ttf"]=https://cdn.jsdelivr.net/gh/notofonts/notofonts.github.io/fonts/NotoSansTaiLe/hinted/ttf/NotoSansTaiLe-Regular.ttf