Font Awesome 5, warum css-Inhalt wird nicht angezeigt?

Ich versuche, mit FontAwesome in den Inhalt der css.

Scheint es mit dem code für das Symbol anstelle des symbols. Ich habe in der online-Hilfe, aber es funktioniert immer noch nicht

css
  @font-face {
  font-family: 'FontAwesome';
  src: url('https://use.fontawesome.com/releases/v5.0.6/css/all.css'); 
}


.fp-prev:before {
    color:#fff;
    content: '/f35a';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
InformationsquelleAutor happycoding | 2018-04-06
Schreibe einen Kommentar