prepare webfonts for release

rename
Jany Belluz 2014-01-01 22:52:48 +01:00
parent 04d08a83b2
commit 3729ae1acb
3 changed files with 10 additions and 3 deletions

6
.gitignore vendored
View File

@ -3,4 +3,8 @@ TeX
*.deb
*.rpm
*~
Webfonts/*
Webfonts/*.woff
Webfonts/*.svg
Webfonts/*.eot
Webfonts/*.css

View File

@ -30,8 +30,8 @@ install: $(TTF_FILES)
fc-cache -f
zip: $(TTF_FILES) $(OTF_FILES) $(SVG_FILES) $(EOT_FILES) $(WOFF_FILES) $(SOURCES) $(CSS_FILE)
zip CosmicSansNeueMono.zip OFL.txt README.md $^
zip CosmicSansNeueMono.zip OFL.txt README.md Webfonts/README.md $^
clean:
rm -f *.ttf OTF/* TeX/* Webfonts/*
rm -f *.ttf *.zip OTF/* TeX/* Webfonts/*.eot Webfonts/*.woff Webfonts/*.svg Webfonts/*.css

View File

@ -0,0 +1,3 @@
In order to use the included CSS rules, upload in the same folder the contents
of `Webfonts/` PLUS the `.ttf` files from the archive's root PLUS the `.otf`
files from the `OTF/` folder.