Hi there,
I am having issues with the custom fonts I’ve loaded swapping out on different devices and/or not showing at all. On my laptop and in edit mode, I cannot see the title font (Roca) but I can see the script font (Shadow). However, on mobile, I can see the title font but not the script font.
Website: https://season-house-website.myshopify.com/
Password: brandwell
Fonts: Shadow (script only added via liquid blocks) and Roca Two (Title font).
The codes I am using:
@font-face {
font-family: “roca”;
src: url(“rocatwo-rg-webfont.woff2”) format(“woff2”),
url(“rocatwo-rg-webfont.woff”) format(“woff”);
}
h1 {
font-family: ‘roca’!important;
}
h2 {
font-family: ‘roca’!important;
}
h3 {
font-family: ‘roca’!important;
}
h4 {
font-family: ‘roca’!important;
}
@font-face {
font-family: “shadow”;
src: url(“shadow-webfont.woff2”) format(“woff2”),
url(“shadow-webfont.woff”) format(“woff”);
}
