Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

7
  • Which version of fontawesome are you using? The new version requires you to set the weight which is different per glyph, for chevron left that'sfont-weight: bold; Commented Aug 21, 2020 at 13:21
  • @AlexanderDeSousa I'm using version 5 and tried it with hte font-weight, but there's no change.
    – Tobi Smith
    Commented Aug 21, 2020 at 13:23
  • @AlexanderDeSousa You can check that here: vacationy.siteholder.de (Bottom)
    – Tobi Smith
    Commented Aug 21, 2020 at 13:24
  • When I insert <i class="fas fa-chevron-left"></i> before your button via dev tools and then inspect it, it shows the font-family for the i element as "Font Awesome 5 Free" - you used FontAwesome for your button ::before element instead.
    – CBroe
    Commented Aug 21, 2020 at 13:30
  • I have FontAwesome installed locally so my computer is finding and displaying the right icon, it feels like you're missing the font on your site, are you sure you're including it? Commented Aug 21, 2020 at 13:30