Sha256: 6a3fb5b02bb52719c1551c3034b41d7fe98c88613fba4e5e888e0345f414bb1b
Contents?: true
Size: 1020 Bytes
Versions: 5
Compression:
Stored size: 1020 Bytes
Contents
# lato-rails lato-rails provides the Lato web fonts and stylesheets as a Rails engine for use with the asset pipeline. ## Installation Add this line to your application's Gemfile: ```ruby gem 'lato-rails' ``` And then execute: $ bundle Or install it yourself as: $ gem install lato-rails ## Usage For example, import all lato fonts inside your `application.scss`, with Sprockets: ```css /* *= require lato */ ``` ### Sass Support If you prefer [SCSS](http://sass-lang.com/documentation/file.SASS_REFERENCE.html), add this to your `application.css.scss` file: ```scss @import "lato"; ``` If you use the [Sass indented syntax](http://sass-lang.com/docs/yardoc/file.INDENTED_SYNTAX.html), add this to your `application.css.sass` file: ```sass @import lato ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/chinshr/lato-rails. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
lato-rails-1.0.5 | README.md |
lato-rails-1.0.4 | README.md |
lato-rails-1.0.3 | README.md |
lato-rails-1.0.2 | README.md |
lato-rails-1.0.1 | README.md |