Shella font theme not working

Solved

Shella font theme not working

Linda38
Tourist
12 1 0

Hi

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

 

Untitled.jpg

 

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)

Linda38
Tourist
12 1 0

This is an accepted solution.

I founded  the solution here in the Shopify discussion. The solution is:

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('https://cdn.shopify.com/........') format('woff2'),
url('https://cdn.shopify.com,,,,,,,,,,') format('woff'),
url'(https://cdn.shopify.com.......) format('truetype');
font-weight: normal;
font-style: normal;
}

Thank you

View solution in original post

Reply 1 (1)

Linda38
Tourist
12 1 0

This is an accepted solution.

I founded  the solution here in the Shopify discussion. The solution is:

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('https://cdn.shopify.com/........') format('woff2'),
url('https://cdn.shopify.com,,,,,,,,,,') format('woff'),
url'(https://cdn.shopify.com.......) format('truetype');
font-weight: normal;
font-style: normal;
}

Thank you