Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Icons don't render #20

Closed
dragGH102 opened this issue Sep 23, 2015 · 1 comment
Closed

Icons don't render #20

dragGH102 opened this issue Sep 23, 2015 · 1 comment

Comments

@dragGH102
Copy link

I tried both menu (which on official Material Design web site, to Materializecss refer to, is present) and toc

 <i class="material-icons">menu</i>
 <i class="material-icons">toc</i>

as explained at: http://materializecss.com/icons.html

I understand that it may be need to add

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

but where? (since I'm not using Materializecss directory but as a Meteor module. Also I'm using iron:router which doesn't let me put tag anywhere)

This renders instead

<i class="mdi-navigation-menu"></i>

from the example at: http://materializecss.com/side-nav.html

However this is documented nowhere (as far as I know).

@nigelpasco
Copy link

The link to the google icons api should go between the section of your meteor project, generally found in index.html, or main.html.
You should have a section as part of any meteor project to reference any meta tags, icons, project title etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants