I added a font (CreativeVintage) in my shopify theme and in my pc i can see it but on my phone doesn’t.
how can it be?
the font i added i did in all of the ways that i read over here in some posts. i added it like this in base.css:
@font-face {
font-family: "CreativeVintage"
src: url ({{"CreativeVintage" | file_url }}) format("truetype")
}
@font-face {
font-family: "CreativeVintage"
src: url ({{"CreativeVintage" | file_url }}) format("woff2")
}
@font-face {
font-family: "CreativeVintage";
src: url("{{ 'CreativeVintage.ttf' | asset_url }}") format("truetype"),
url("{{ 'CreativeVintage.woff2' | asset_url }}") format("woff2");
}
and also i added the files in my shopify content → files.
in my pc i see the custom font properly:
but in my phone doesn’t:
thanks for reading. i’ll really appreciate the help.


