My font theme not working

Solved

My font theme not working

jaynsa
Tourist
4 0 1

Hi

I have added below code to theme-d.css in Shella theme but font is not changing.

jaynsa_1-1717418612867.png

 

 

and I have uploaded WOFF and WOFF2 and TTF but its not working...

 

Is there anybody to help me out?

Thank you

Accepted Solution (1)

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @jaynsa 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Just I uploaded the fonts to my file folder (Admin > Settings > Files ), and put then in my code:

@font-face {
font-family: 'Baloo Paaji';
src: url('url') format('woff2'),
url('url') format('woff'),
url'('url) format('truetype');
font-weight: normal;
font-style: normal;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Reply 1 (1)

PageFly-Amelia
Shopify Partner
626 165 238

This is an accepted solution.

Hello @jaynsa 

This is Amelia at PageFly - Shopify Advanced Page Builder app.

 

You can try the following steps I have provided to help you solve the problem you are facing:

Just I uploaded the fonts to my file folder (Admin > Settings > Files ), and put then in my code:

@font-face {
font-family: 'Baloo Paaji';
src: url('url') format('woff2'),
url('url') format('woff'),
url'('url) format('truetype');
font-weight: normal;
font-style: normal;
}

 

Hoping my solution helps you solve your problem.

Best regards,

Amelia | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


➜ Optimize your Shopify store with PageFly Page Builder (Free plan available) 
➜ Weekly updated Shopify tutorials on YouTube 


All features are available from Free plan. Live Chat Support is available 24/7.