File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ tmp.dir=tmp
15
15
dist.dir =dist
16
16
17
17
# 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
20
20
21
21
# The root directory of the image server
22
22
# The trailing slash is obligatory; filenames will simply be appended to this URL
Original file line number Diff line number Diff line change 80
80
81
81
<target name =" download-smufl-metadata" depends =" init" >
82
82
<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 } " />
86
85
</target >
87
86
88
87
<target name =" download-smufl-font" depends =" init" >
You can’t perform that action at this time.
0 commit comments