Font-Awesome/meteor
2014-11-28 14:32:00 -08:00
..
package.js Update comment for EOT re. IE9+ 2014-11-28 14:32:00 -08:00
publish.sh Bulletproof fonts, rm compatibility package 2014-11-28 06:19:09 -08:00
README.md Bulletproof fonts, rm compatibility package 2014-11-28 06:19:09 -08:00
runtests.sh Move compatibility font files into separate package 2014-11-27 22:54:41 -08:00
test.js Bulletproof fonts, rm compatibility package 2014-11-28 06:19:09 -08:00

Packaging Font Awesome for Meteor.js, the most popular full-stack JavaScript framework on GitHub.

Meteor

If you're new to Meteor, here's what the excitement is all about - watch the first two minutes; you'll be hooked by 1:28.

That screencast is from 2012. In the meantime, Meteor has become a mature JavaScript-everywhere web development framework with numerous advantages over all other single-page application frameworks.

Issues

If you encounter an issue while using this package, please CC @dandv when you file it in this repo.

DONE

  • No need for CSS override files - Meteor will automatically "convert relative URLs to absolute URLs when merging CSS files" since v0.8.1 so CSS @font-face src url('../fonts/...') will be resolved to the correct /packages/.../fonts/... path
  • Tests that font(s) are downloadable
  • Visual check

TODO