I have found several mentions 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?