Hello,
I am trying to add a downloaded custom font to my Shopify theme
I have added the fonts and the code to the base.css file under asset.
I still can’t seem to find my font - can anyone help with pointing out what I might have done wrong?
Thank you
You must add CSS to apply your font to your elements. You can check this to know more
https://www.w3schools.com/css/css_font.asp
Hello @Yassmin_Saleh ,
You could please try adding your fonts to the Shopify File like that:
After that, you get the links and change the code to like that:
@font-face {
font-family: 'CriteriaCF-Medium';
src: url(https://cdn.shopify.com/s/files/1/0561/5409/5705/files/CriteriaCF-Medium.otf?v=1669092678);
}
Let us know how it works for you.
Best regards,
GemPages Support Team
Hello
I just tried that - it’s still not working
Do you think i have put in the information in the wrong place?
Hello
I just tried that - it’s still not working
Do you think i have put in the information in the wrong place?
Hi @Yassmin_Saleh ,
Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?
Best regards,
GemPages Support Team
Hi sorry for the delay
Sure here it is:
password: karim235594
it is the Sahara template on the theme library
Thank you!