How to add third party font to shopify theme

Hi Shopify Team!

We would like to add the font we bought to shopify theme (studio), the font is GT-Pressura-Pro. Since it’s a third party font, it requires coding. Anyone hel? Thank you!!

Have a great day!

celine

@celine173 May this help you. Click Here.

Hi Celine173.

This is PageFly - Free Landing Page Builder. I would love to provide my advice for your store based on 6 years of providing solutions for about 100.000+ active Shopify merchants.

About your problem, you can refer to the video link and instructions below

I hope the above information can help you

If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.

Kind regards,

PageFly

Great! I put the follow code, it worked except for texts in forms, but not quite important that part. Thank you so much guys for your quick support!!

@font-face {
font-family: “GT-Pressura-Pro-Regular”;
src: url(“GT-Pressura-Pro-Regular.woff”) format(“woff”),
url(“GT-Pressura-Pro-Regular.woff”) format(“woff”);
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a, body,p,a { font-family: “GT-Pressura-Pro-Regular” !important; }

Hi @celine173 ,

Thanks for reaching out. This is a great question, and I can certainly see the desire to add a specific font that may not be readily available on our platform.

Have you thought about utilizing a third-party app for a more straightforward solution? I would be happy to provide you with a couple of examples from our App Store you can look into if you are curious:

  • Fontify: Free to install, additional charges may apply. You can install your Google font by choosing one from a dropdown menu. You can download your custom font from anywhere. Then, by uploading it in Fontify, assign your elements, which will now be your default font.

  • FontBox: Free to install, additional charges may apply. Similar to Fontify, You can easily choose and add fonts from 1000+ google fonts.

Alternatively, if you are not interested in utilizing an app, you can follow this guide that walks you through the process of manually adding a custom font to your Shopify theme. If you are still having issues, you could always reach out to a local developer or a Shopify Expert, who may be able to help you out.

Let me know if that helps!