0.0.2 • Published 9 years ago

ui-fonts v0.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

#Overview This provides less files, which can simply be imported and there is no need for you to worry about the font path, which makes it great when working with Polymer.

##Usage

npm install --save custom-elements/ui-fonts.git

In your less/css source, you just import and this will inline:

@import "<root>/node_modules/ui-fonts/build/font-awesome";
@import "<root>/node_modules/ui-fonts/build/anonymous-pro";

##LESS/CSS Just to be nice, the less files in ./build are valid css, so you can use them without processing, check out it in demo.html.