Shopify themes, liquid, logos, and UX
Hi
I have added below code to theme-d.css in Shella theme but font is not changing.
and I have uploaded WOFF and WOFF2 and TTF but its not working...
Is there anybody to help me out?
Thank you
Solved! Go to the solution
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
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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025