I am trying to use font awesome icons in css pseudo-elements. Some of them work, and some don’t. The only thing I can guess is that I have the font family wrong, but I can’t find any other font family online.
`.cat-div::after {
content:'\f6be';
font-family: 'Font Awesome 5 Free';
font-size: 2rem;
}`
https://codepen.io/KatyaBarta/pen/rNMQPor?editors=0100