Font-Awesome/meteor/README.md
Dan Dascalescu ea0298788a Move compatibility font files into separate package
Also improve tests, publishing, README

Link in the main README to the Meteor README after the Component section
2014-11-27 22:54:41 -08:00

1.7 KiB

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

This package efficiently only loads the woff font file, which is the only requirement for modern browsers. All wrapper packages you might still find on Atmosphere bloat the client with unnecessary font files (SVG, EOT, TTF).

If you need those files for compatibility with old browsers that still somehow run Meteor (IE8, iOS < 5 or Android < 4.4), please see the fontawesome-compat package.

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

  • Tests that font(s) are downloadable
  • Visual check

TODO