Search code examples
materialize

Materializecss icons not working?


I am using materializecss. But I can't get the icons to work it says the word but doesn't show the icon?

I included the materializecss and the js but still not working...

Anyone know how to fix this?


Solution

  • you have to include the icons with this link:

    <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
    

    place this somewhere in your head and it will work!