How can I change product names to a custom font?

Hi all,

I would like to change my product names to a custom font (i.e. the font of my logo). How would I go about this?

For example: I would like to change the “Aquamarine Necklace” and “Puff Earrings” to a custom font called Antro Vectra Bolder

1 Like

@zvincent

oh sorry for that issue, can you please share store url so i will check and let you know

Hi @zvincent ,

This is Victor from PageFly - Landing Page Builder App.

You can try this code by following these steps:

  • Go to Online Store->Theme->Edit code
  • Asset-> theme.scss
  • Paste the below code at the bottom of the file

@font-face {

font-family: ‘Antro Vectra Bolder’;

src: url(‘https://cdn.shopify.com/s/files/1/0612/7756/9224/files/Antro_Vectra_Bolder.woff2?v=1670471843’)

}

.product-card__title{

font-family:‘Antro Vectra Bolder’ !important

}

Hope my solution works perfectly for you!

Regards,

Victor | PageFly

Hello @zvincent ,

It’s GemPages support team and glad to support you today.

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