How To Use CSS For This Custom Font

I have found several mentions (had to make the link broken to post, just copy/paste to see the article) (https:// studiok40. com/add-custom-css-in-wix-websites/) of ways to add custom CSS code to a page (I’m not a dev, so pardon if I am mistaken regarding some things).

I am trying to add this webfont (woff) that dynamically changes according to the css. Here are the instructions for how to use the font.


I have tried adding the code as suggested in the article linked above (by going to “settings”, “custom code”, both at “Body - Start” and “Body - End”) but it didn’t work.

.calt { font-variant-ligatures: contextual; -moz-font-feature-settings: "calt" 1; -webkit-font-feature-settings: "calt" 1; font-feature-settings: "calt" 1; }

Can someone please tell me what I’m doing wrong?
I’m not a coder so I’m trying to figure out how to get this to work

Hi almost 1 yr later and I finally figured this out:
You need to use the horizontal character spacing option.
Hopefully this will be helpful for someone in the future