working for me but generalyl please don't use font icons, use svg, font icons will drain your performance to inacceptable levels, they need to download the entire font before they can render a single icon
It's a weird issue. So I tried multiple ways and it turns out that when you search the font and click on it, it does not change. You need to click on the cloud icon on the right and then select the font.
And yes. Thanks for the tips. I understand it decreases the website load time a little but it's much easier to implement than exporting and importing icons.
You're right, I understand but I did some tests and it turns out the font file is only taking 62ms to load the font which could be 8-10ms per icon. So I just choose efficiency over performance because my clients always change their minds about few icons and the cycle of finding new ones, extracting SVGs and importing them hurts my efficiency.
@The Panwadi Ji trust me if I say this is wrong. Its not taking 62ms, its taking 62ms in your test. Latency and bandwiddth is unpredictable and your rendering depends on a call to a remote server.
And its not per icon. Font file fetches all icons, its one big thing, especially if you didn't optimize it for the icons you use and cut out icons you don't use.