Hello guys, I was searching for a new font and I found one that I liked, and I was trying to add it to my shopify store and it choose another font that basically I don’t like and I cant change it.
This is my webiste:https://www.houseofmate.com/
And this is the font I want to add to my store
Any solutions??
Hi Tomas
I’m not sure if you added this code in your base.css
@font-face {
font-family: "Dublin-Regular";
src: url("Dublin-Regular.woff2") format("woff2"),
url("Dublin-Regular.woff") format("woff");
}
Try changing the text inside the “url()” into actual links. You can access the links of your fonts via the Shopify admin > Content > Files > Copy link button
Then paste the link inside the “”(double quotes) inside the url()
Let me know if you have any questions. I’ll be doing my best to help you out 
Thank you Paul for your help