Y
Y
Yuri2019-04-11 10:54:29
css
Yuri, 2019-04-11 10:54:29

Why can't he see fontawesome icons?

<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">

The link sees, does not cover anything.
I use a free icon as an example: But it displays as a white square
<i class="fas fa-user-astronaut"></i>

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
khomaldi, 2019-04-11
@khomaldi

Yuri , try to remove https:and leave only slashes.
//use.fontawesome.com/releases/v5.8.1/css/all.css

A
Anton Usachov, 2019-04-11
@rockfeeler

Something is overwriting the font rule. Perhaps there is a construct like font-family: Arial !important.
Option for debugging: write font-family directly in the icon tag, give !importantand check. If that doesn't work, well...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question