<style>
@font-face {
font-family: "{{ fontfamily }}";
font-weight: {{ fontWeightSe }};
font-style: {{ fontstyle }};
font-display: swap;
src: url("{{ urlWoff }}") format("woff"), url("{{ urlWoff2 }}") format("woff2"), url("{{ urlTtf }}") format("truetype"), url("{{ urlOtf }}") format("opentype")
}
:root { --fontFamily: "{{ fontfamily }}"; --hFontFamily: "{{ fontfamily }}"; --logoFontFamily: "{{ fontfamily }}"!important;}
</style>
Copy and Paste the generated code inside your global-fonts.liquid file.