Hello guys,
Is there a way to force WpDiscuz to use custom fonts? I took the default font file it comes with and modified a bit to remove fonts/icons/characters that I will never use.
The outcome is a font file with a size of 4KB down from 75KB, which results in unused CSS issues on Core Web Vitals test.
What I'm doing now is pretty stone age by replacing the default font on WpDiscuz root folder with my edited file.
But I have to repeat this all the time when developers push an update for the plugin.
How can I go around this and permanently force my font file and still be able to update the plugin without the need to replace the file.
Hi,
Please clarify a bit, which CSS file are you referring to?
The font file is huge, and Core Web Vitals lists it as a cause for unused CSS. Once I use my stripped-down font version, the unused CSS issue on Core Web Vitals doesn't show up.
So, I want to use my stripped-down font without the need to replace it on the WpDicuz root folder.
Is there a way I can achieve this?
Any idea how to do it?