глифы не загружаются CSS - PullRequest
0 голосов
/ 25 марта 2019

Я получаю сообщение об ошибке в консоли браузера: ::

glyphicons-halflings-regular.woff2:1 Failed to load resource: the server responded with a status of 404 (Not Found)
glyphicons-halflings-regular.woff:1 Failed to load resource: the server responded with a status of 404 (Not Found)
glyphicons-halflings-regular.ttf:1 Failed to load resource: the server responded with a status of 404 (Not Found)

Когда я проверяю элемент, я вижу: *

::before == $0

Что это значит?

элемент css in inspect показывает: *

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}

что это значит content: '\e259';?

1 Ответ

0 голосов
/ 25 марта 2019

У вас есть импортированный Bootstrap?

Убедитесь, что вы правильно импортировали загрузчик.

https://getbootstrap.com/docs/4.3/getting-started/introduction/

...