I cannot get the banner font to change on Dawn theme.
I have uploaded VarsityTeam-Bold.woff2 to to Assets folder,
added this code to the theme.liquid
{% style %}
@font-face {
font-family: “VarsityTeam-Bold”;
src: url({{ “VarsityTeam-Bold.woff2” | asset_url }}) format(“woff2”);
}
{% endstyle %}
and this code to base.css
.banner__box h2 {
font-family: ‘VarsityTeam-Bold’ !important;
}
It is working when I change to other custom fonts installed locally, but as soon as I choose this font it doesn’t work.