Another newbie question…
I am preparing kind of a footer block in the </body> section. I would like to add a Font Awesome Icon, but neither
<i class="fa fa-chevron-right" aria-hidden="true"></i>
does work, nor the CSS equivalent
font-family: "FontAwesome";
font-weight: 900;
content: "\f054";
What’s the right way to solve this?
1 post - 1 participant