alef#
Alef is an open source bilingual web-font
Installation#
Using Component:#
$ component install yields/alef
Using Bower#
$ bower install alef
Example#
body {
font-family: 'alef';
}
Rails usage#
Install via bower to your favorite directory. like /vendor/bower_components/
After you finished (you need to configure your application.rb), you should add this line in your application.css manifest:
*= require alef/alef_rails.css
that should do it.
License#
MIT