Hi All,
I’ve searched all the current posts about this topic and couldn’t find a fix despite trying everything. I have installed these fonts successfully for Chrome / Brave but they do not load in Safari or on Mobile. My website address is www.tropicale.maison
Please help.
Code below:
@font-face {
font-family: “voyage”;
src: url({{ [voyage.woff] | assett_url }}) format(“[woff]”),
url({{ [voyage.woff2] | assett_url }}) format(“[woff2]”),
url({{ [voyage.eot] | assett_url }}) format(“[eot]”),
url({{ [voyage.ttf] | assett_url }}) format(“[ttf]”);
}
@font-face {
font-family: “kobe”, sans-serif;
src: url({{ [kobe.woff] | assett_url }}) format(“[woff]”),
url({{ [kobe.woff2] | assett_url }}) format(“[woff2]”),
url({{ [kobe.eot] | assett_url }}) format(“[eot]”),
url({{ [kobe.ttf] | assett_url }}) format(“[ttf]”);
}
@font-face {
font-family: “voyagebold”;
src: url({{ [voyagebold.woff] | assett_url }}) format(“[woff]”),
url({{ [voyagebold.woff2] | assett_url }}) format(“[woff2]”),
url({{ [voyagebold.eot] | assett_url }}) format(“[eot]”),
url({{ [voyagebold.ttf] | assett_url }}) format(“[ttf]”);
}
h1:not(.logo-h1), h2, h3, h4, .under-cart .subtotal, blockquote, h5, h6 {
font-family: “voyage”, {{ heading_font.fallback_families }};
}
body {
font-family: “kobe”, {{ base_font.fallback_families }};
}
.site-control.nav-inline-desktop .site-control__inline-links {
font-family: “kobe”, sans-serif, {{ nav_font.fallback_families }};
}
.site-control .site-control__inner .nav-account {
font-family: “kobe”, sans-serif, {{ nav_font.fallback_families }};
}
.section-heading .view-all-link {
font-weight: normal;
}
.section-footer .section-footer__title {
font-family: “kobe”, sans-serif, {{ base_font.fallback_families }};
}