mkhairi / materialize-sass

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

icon it dont't work #131

Closed marcosvicente closed 7 years ago

marcosvicente commented 7 years ago

I have a project in rails 4.2.5.1, and don't work a icon anybody can help me?

drzhnin commented 7 years ago

@marcosvicente show code plz

ttrmw commented 7 years ago

Hey, I'm having a similar issue. In slim:

i.material-icons
  | playlist_add

No icon shows, just the text playlist_add.

drzhnin commented 7 years ago

@ttrmw do you added stylesheet_link_tag 'http://fonts.googleapis.com/icon?family=Material+Icons' in layout?

marcosvicente commented 7 years ago

I can solve the problem thank guys.

ttrmw commented 7 years ago

Hi @andrewdruzhinin nope, is there a way to get this working without hitting an external API?

ttrmw commented 7 years ago

eh, disregard that - seen the material_icons gem recommended on other issues, thanks anyway :)

marcosvicente commented 7 years ago

I use the material_icons for solve the problem thanks for help me