Custom fonts not applying to headers in dawn

@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");
}