Я все подключил, целую библиотеку иконок и если вводить то все отображается и работает, но псевдоэлементом не работает:
.ale_fa-skype::before {
content: "\f17e";
font-family: "Font Awesome 5 Free";
font-style: normal;
font-variant-caps: normal;
font-variant-ligatures: normal;
font-weight: 900;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
line-height: 16px;
color: $light_gray;
font-size: 14px;
position: absolute;
top: 3px;
left: 0;
}
-
Вопрос задан
-
383 просмотра