Skip to content

Commit

Permalink
reverting to SMuFL stable
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Mar 19, 2018
1 parent 2a47e2b commit 9fb4905
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ tmp.dir=tmp
dist.dir=dist

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

# The root directory of the image server
# The trailing slash is obligatory; filenames will simply be appended to this URL
Expand Down
5 changes: 2 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@

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

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

0 comments on commit 9fb4905

Please sign in to comment.