mirror of
https://github.com/belluzj/fantasque-sans.git
synced 2024-10-31 22:41:32 +01:00
prepare webfonts for release
This commit is contained in:
parent
04d08a83b2
commit
3729ae1acb
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -3,4 +3,8 @@ TeX
|
|||
*.deb
|
||||
*.rpm
|
||||
*~
|
||||
Webfonts/*
|
||||
Webfonts/*.woff
|
||||
Webfonts/*.svg
|
||||
Webfonts/*.eot
|
||||
Webfonts/*.css
|
||||
|
||||
|
|
4
Makefile
4
Makefile
|
@ -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
|
||||
|
||||
|
|
3
Webfonts/README.md
Normal file
3
Webfonts/README.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user