Answer the question
In order to leave comments, you need to log in
Why doesn't Material Icons Outlined work?
The tag should have 5 stars with Outlined styles, but I can’t understand why nothing works, it just returns 5 squares instead of stars
, here is the code
<link href="https://fonts.googleapis.com/css?family=Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp" rel="stylesheet">
<i class="material-icons-inner"></i>
.material-icons-inner {
display: inline-block;
position: relative;
font-family: 'Material Icons Outlined';
margin-right: 25px;
&:before {
content: "\e885 \e885 \e885 \e885 \e885";
}
}
Answer the question
In order to leave comments, you need to log in
content: "grade grade grade grade grade";
That's how it works. Looks like they screwed something up with the font.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question