Why is my custom font not displaying after theme update?

Hi,

We recently added a new version of the theme and now, the other font is not working.

I tried uploading the custom font on the theme but it didn’t show the font on the front-end. It looks like it’s just a sans-serif

I have uploaded the font on the assets section and added this code on the theme liquid file:

{% style %}
@font-face {
font-family: “Ferttigra”;
src: url({{ “Ferttigra.woff” | asset_url }}) format(“woff”);
}

{%endstyle}

This is like a handwritten font.

Please help

Hi @INA_MSWEB

You can use the tutorial below to add the font

This is what I followed - but even on the preview, it’s not working.

Is there a problem with the font I am using?