How do i change my products name to my custom font?

what is the code to fix this? the rest of my website has my font except for this part of each product. thanks in advance!

Hello @emotionaldebt22

Can you give me your page URL( with pass if your store password is enabled), so I can check it and maybe give you a solution?

Kind & Best regards,
GemPages Support Team

www.psychosisglobal.com

Hi @emotionaldebt22

You can try adding the below code :

  1. Go to Online Store → Theme → Edit code. https://prnt.sc/elKuwYWlBrEo

  2. Open your base.css in the Assets folder.

  3. Paste the below code at the end of the file. https://prnt.sc/yp6U-7gjSgAs

.product__title h1{
 font-family: skeletontypeone,sans-serif!important;
}

I hope my solution can work and support for you.

Best regards,
GemPages Support Team

Hi @emotionaldebt22
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

h1, .h1 {
font-family: inherit;
}

Hi @emotionaldebt22

This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

product__title {
   font-family: skeletontypeone,sans-serif!important;
}

Hope you find my answer helpful!

Best regards,

Victor | PageFly