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