Skip to content

Instantly share code, notes, and snippets.

@4aficiona2
Last active August 29, 2015 14:09
Show Gist options
  • Save 4aficiona2/88caeb40024461aa9626 to your computer and use it in GitHub Desktop.
Save 4aficiona2/88caeb40024461aa9626 to your computer and use it in GitHub Desktop.
Webfont Loader rake command
# build a custom webfont loader
cd ~/Projects/yokai-playground/webfontloader/target;
rm webfont.js;
cd ..;
#rake compile['typekit'];
#rake compile['monotype'];
rake compile['google'];
# How to
# no param for compile means all fontservice providers
# fontservice provider options: google typekit monotype fontdeck custom
# single provider, run `sh webfontloader_build.sh`
# copy created file in ./target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment