We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys,
Awesome awesome library btw - completely replaced FA in all my projects!
I would like to use this in a content in css.
content
I have downloaded the fonts and have them on the same level as the css folder and the following code does not work, what am I doing wrong?
.thing::before{ font-family: Material-Design-Icon-Font; content: "\f1f1" }
The above renders a square. Sorry for the remedial question
The text was updated successfully, but these errors were encountered:
Try this: font-family: "Material Icons";
font-family: "Material Icons";
Sorry, something went wrong.
Hey, that doesn't appear to work either
You have to use quotes.
"font-family: Material-Design-Icon-Font;" or 'font-family: Material-Design-Icon-Font;'
"font-family: Material-Design-Icon-Font;"
'font-family: Material-Design-Icon-Font;'
Is there an answer to this?
No branches or pull requests
Hi guys,
Awesome awesome library btw - completely replaced FA in all my projects!
I would like to use this in a
content
in css.I have downloaded the fonts and have them on the same level as the css folder and the following code does not work, what am I doing wrong?
The above renders a square.
Sorry for the remedial question
The text was updated successfully, but these errors were encountered: