Skip to content

Commit 9fb4905

Browse files
committed
reverting to SMuFL stable
1 parent 2a47e2b commit 9fb4905

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

build.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ tmp.dir=tmp
1515
dist.dir=dist
1616

1717
# Download locations
18-
smufl.metadata=https://github.com/w3c/smufl/raw/c20330a858a6297ed5da45491a9c177531190a7c/metadata
19-
smufl.font=http://www.smufl.org/files/bravura-1.204.zip
18+
smufl.metadata=http://www.smufl.org/files/smufl-metadata-1.18.zip
19+
smufl.font=http://www.smufl.org/files/bravura-1.18.zip
2020

2121
# The root directory of the image server
2222
# The trailing slash is obligatory; filenames will simply be appended to this URL

build.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@
8080

8181
<target name="download-smufl-metadata" depends="init">
8282
<description>Download SMuFL metadata from the official website</description>
83-
<get src="${smufl.metadata}/classes.json" dest="${tmp.dir}" skipexisting="yes"/>
84-
<get src="${smufl.metadata}/glyphnames.json" dest="${tmp.dir}" skipexisting="yes"/>
85-
<get src="${smufl.metadata}/ranges.json" dest="${tmp.dir}" skipexisting="yes"/>
83+
<get src="${smufl.metadata}" dest="${tmp.dir}/metadata.zip" skipexisting="yes"/>
84+
<unzip src="${tmp.dir}/metadata.zip" dest="${tmp.dir}"/>
8685
</target>
8786

8887
<target name="download-smufl-font" depends="init">

0 commit comments

Comments
 (0)