N
N
Neuro2019-04-19 19:19:20
css
Neuro, 2019-04-19 19:19:20

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";
          }
}

Maybe someone had such a problem?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
F
FlyNeko, 2019-04-20
@Riveran

content: "grade grade grade grade grade";
That's how it works. Looks like they screwed something up with the font.

F
FullTwo, 2019-04-19
@FullTwo

Is the font installed?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question