Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
I know that wpForo uses my site fonts, but I want to change the font specifically for the forum since I need it to have a different font.
I have used the CSS from this thread Change font – How-to and Troubleshooting – wpForo Support Forum
#wpforo #wpforo-wrap *:not(.fa):not(.fas):not(.far):not(fab) { font-family: "Arial Rounded MT Std", Arial, sans-serif !important; }
It has worked really well, but it breaks the TinyMCE icons as per the attached image. The TinyMCE icons are not Font Awesome (far) fonts, and so they are not excluded by the "not" clauses in the CSS.
Is there a workaround that would allow me to have both a custom font and working MCE?
Try
#wpforo #wpforo-wrap *:not(.fa,.fas,.far,fab,.mce-ico) { font-family: "Arial Rounded MT Std", Arial, sans-serif !important; }
Hi, thanks for the quick response, but unfortunately the icons remain the same with that css update.
It works perfectly! Not sure what happened the first time. I really appreciate your help on this.
Merry Christmas!