Hello Gokul
,
I found out that you use a special variable "
$is-inter-loaded" to check if a font should be load or not.
Setting this scss variable to true prevents loading the "Inter" font for "tailwind" scheme.
$is-inter-loaded: true; // this prevents loading of Inter font in browser :)
I found this is a nice pattern. It would be very good if this would be available for the icon font.
For suggestions & discussing:
- remove base64 coded inline icon font from scss code
- add an variable "load-icon-font", set default to true
- load icon font like other fonts too
That would be an very good option to reduce bundle size and opt-out icon font and use our own :)
Regards
René