First of all, thank you for this plugin!
I'm finishing setting up my forum, and when I try to use the CSS code I found on this forum to change the font, some icons break. Do you know how I can fix this? This problem is driving me crazy.
Code I use:
#wpforo #wpforo-wrap *:not(.fa):not(.fas):not(.far):not(fab) {
font-family: "Poppins", Poppins, Poopins !important;
}
