mkhairi / materialize-sass

Materializecss rubygem for Rails Asset Pipeline / Sprockets
http://materialize.labs.my/
MIT License
805 stars 243 forks source link

Can u include material icon #94

Closed DRAKUN closed 8 years ago

DRAKUN commented 8 years ago

Material Design Lite uses a font called 'Material Icons'. You can either load this font from google, or host it yourself.

mkhairi commented 8 years ago

@DRAKUN see material_icons

DRAKUN commented 8 years ago

its cool really but i use scss file then i dont know how do implement

mkhairi commented 8 years ago

@DRAKUN just follow the gem read me, you should get it.

  1. add gem 'material_icon' in gem file
  2. bundle install and restart rails server
  3. add @import 'material_icons'; in your application.scss file
  4. ready to use `face face``
DRAKUN commented 8 years ago

cool im ok thanks bro