0
Font Awesome Error
i was searching for a “chevron” in Font Awesome (Version 6) i tried this: <i class="fa-regular fa-chevron-right"></i> But it only shows a circled Question Mark and an Exclamation Mark. I’m using a latest Fa Kit and Fa Version 6.4.0, here’s what i used: <script src="https://kit.fontawesome.com/PRIVATE-CLAIM" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
3 ответов
+ 2
Octocat all you need is
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<i class="fa fa-chevron-right" aria-hidden="true"></i>
And the chevron works without errors
+ 1
To be honest BroFar , i don’t think the version change. But as always, Thank you!!
- Octocat
0
Octocat
6.4.0 is
<i class="fa-solid fa-chevron-right"></i>
Where as early versions
is
<i class="fa fa-chevron-right" aria-hidden="true">