Hi, I was customizing this debut theme today and wanted to add my custom font family for a particular page only ( Password Page ). First off, i was confused about the right practice to introduce my own font family for only one particular page so i went to the layouts/passwordDOTliquid file and started there. I first looked how the fonts are being imported in the section of the liquid layout file and then tried importing my custom font the same way. It was doing it something as follows:
{%- assign header_font = settings.type_header_font -%}
and then in the styles:
{{ header_font | font_face: font_display: 'swap' }}
so what i did was that i uploaded my custom font .woff2 file inside the assets folder and followed the same way and end up getting the following error in the DOM developer chrome tools:
I googled about what this font drop thing is but got no results… Please help!!! thanks
