@jasminsharp97 change to this and check, also make sure that you have added woff files to assets folder
@font-face {
font-family: "Magic Flavour";
src: url({{ 'MagicFlavour' | asset_url }}) format("woff");
}
@jasminsharp97 change to this and check, also make sure that you have added woff files to assets folder
@font-face {
font-family: "Magic Flavour";
src: url({{ 'MagicFlavour' | asset_url }}) format("woff");
}