Using icomoon in webflow

To use icomoon, I followed the tutorial from the thread :
tutorial

Now the font weight is not working as even when I change the it from 400 to 300 or 200, it looks like normal(400). I only uploaded the 200(very light) version in webflow and yet it appears as normal in design.

Any ideas how to correct this?

Maybe this code works. I also had the same problem with the style of my fonts.

Place it in the ‘Inside head tag’ of your page

<style>
body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    }

Hope it works

Hi @wouterjesse,

I tried this. But it’s still not working. I’ve installed 300 light font-weight and selected that in the editor. Still after publishing it does not affect the icons at all.

Here is the link to my design: Site

The icons are in the third section with yellow background (You need to scroll down a bit).

Thanks a lot for you help.