Skip to content

Commit bd2d4cd

Browse files
committed
Update Junicode to v2, v1 sources offline
Besides being dated, the SourceForge mirror being offline is breaking our CI. The current release of the v2 series seems compatibly with the existing example in that it has the same stylistic sets.
1 parent 4d56f57 commit bd2d4cd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Makefile-fonts

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ EXAMFONTFILES += DejaVuSansCondensed-Bold.ttf DejaVuSans-Bold.ttf DejaVuSans-Obl
2121
EXAMFONTFILES += EBGaramond-Regular.ttf
2222
EXAMFONTFILES += Estonia-Regular.ttf
2323
EXAMFONTFILES += Jomolhari-alpha3c-0605331.ttf
24-
EXAMFONTFILES += Junicode.ttf
24+
EXAMFONTFILES += Junicode-Regular.ttf
2525
EXAMFONTFILES += LateefGR-Regular.ttf
2626
EXAMFONTFILES += LibertinusSerif-Bold.otf
2727
EXAMFONTFILES += NotoSans-Regular.ttf
@@ -96,8 +96,8 @@ notobase = $(shell sed -e 's/-.*//' <<< $(notdir $1))
9696
.sources/Jomolhari-alpha003.zip: | .sources
9797
curl -fsSL https://collab.its.virginia.edu/access/content/group/26a34146-33a6-48ce-001e-f16ce7908a6a/Tibetan%20fonts/Tibetan%20Unicode%20Fonts/$(notdir $@) -o $@
9898

99-
.sources/junicode-1.002.zip: | .sources
100-
curl -fsSL https://netix.dl.sourceforge.net/project/junicode/junicode/junicode-1.002/$(notdir $@) -o $@
99+
.sources/Junicode_2.209.zip: | .sources
100+
curl -fsSL https://github.com/psb1558/Junicode-font/releases/download/v2.209/$(notdir $@) -o $@
101101

102102
.sources/LateefGR-1.200.zip: | .sources
103103
curl -fsSL https://software.sil.org/downloads/r/lateef/$(notdir $@) -o $@
@@ -143,8 +143,8 @@ notobase = $(shell sed -e 's/-.*//' <<< $(notdir $1))
143143
bsdtar -x -f $< -C $(dir $@) $(notdir $@)
144144
touch $@
145145

146-
.fonts/Junicode%: .sources/junicode-1.002.zip | .fonts
147-
bsdtar -x -f $< -C $(dir $@) $(notdir $@)
146+
.fonts/Junicode%: .sources/Junicode_2.209.zip | .fonts
147+
bsdtar -x -f $< -C $(dir $@) --strip-components 2 Junicode/TTF/$(notdir $@)
148148
touch $@
149149

150150
.fonts/LateefGR%: .sources/LateefGR-1.200.zip | .fonts

0 commit comments

Comments
 (0)