For some reason I can't seem to get this working.
In my css I have:
.styled-ul-list.media-nav {
li:before {
content: "\f02e";
font-family: "Font Awesome 5 solid";
}
}
and then i have added this script:
<script>
window.FontAwesomeConfig = {
searchPseudoElements: true
}
</script>