i use GO DARK theme on my forums and theme is built on FA4 so FA5 icons and web fonts error out because they don't support them
there is a easy solution to resolve this issue.
you need to register a account on fontawesome. and start a free plan .
all you need to do is create your first pre-hosted kit
it should look something like this
Kits uses FA5version by default but its is redesigned to support FA4.
use pre-hosted kit on your forums
all you need to do this edit this template
Home » Template Sets » GoDark Templates » Edit Template: headerinclude
and add this line of code
now you can finally use FA5 icons on your forums without facing any problems
there is a easy solution to resolve this issue.
you need to register a account on fontawesome. and start a free plan .
all you need to do is create your first pre-hosted kit
it should look something like this
Kits uses FA5version by default but its is redesigned to support FA4.
use pre-hosted kit on your forums
all you need to do this edit this template
Home » Template Sets » GoDark Templates » Edit Template: headerinclude
and add this line of code
Code:
<script src="https://kit.fontawesome.com/yourID.js" crossorigin="anonymous"></script>
now you can finally use FA5 icons on your forums without facing any problems