Gunakan font luar biasa sebagai konten di CSS
<li>
<span class="font-awesome-icons facebook"></span> Login
</li>
.facebook::before {
font-family: "Font Awesome 5 Brands";
font-weight: 400;
content: "\f09a";
}
The Codesmith