Hi, I have installed the adobe fonts style sheet into our tag of the theme using this guide:
https://fuelmade.com/blogs/news/add-adobe-fonts-shopify-store
But I cannot find a tutorial on how to make the fonts show on the SENSE theme. Any help would be appreciated!
1 Like
Hello @OliviaAnn
- Upload the font file as woff or woff2 format on store settings → files.
- copy the URL
- call the font on theme.liquid file
for example
I uploaded a font file on settings->files and add below code to theme.liquid file
@font-face {
font-family: "Geomatik";
src: url('[https://cdn.shopify.com/s/files/1/0584/1593/9754/files/Geomatik.woff2?v=1666585878](https://cdn.shopify.com/s/files/1/0584/1593/9754/files/Geomatik.woff2?v=1666585878)') format("WOFF2");
}
It means now I can use “Geomatik” ont where ever want on the store