Иконочный шрифт не отображается

Не могу подключить иконочный шрифт

Сначала подключил файл.

@font-face {
    font-display: swap;
    font-family: "i-icon";
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/icon.woff2) format("woff2"),
}

потом в стилях прописал

.....i:before {
    font-family: 'i-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    line-height: 1
}

.header-top-menu__info-phone:before {
    content: "\e92f"
}

на выходе получаю введите сюда описание изображения

В консоле светится только предупреждение

The resource .../assets/fonts/icon.woff2 was preloaded using link preload but not used within a few seconds from the window's load event. Please make sure it has an appropriate `as` value and it is preloaded intentionally.

Ответы (0 шт):