All things Shopify and commerce
How do i change the body text font. I tried in theme with typography but nothing happens. Tnx. The body text need to be different and the buttons text need to be different.
b990d6-3.myshopify.com
Hi @nijntjelover
Its Artzen Technologies! We will be happy to help you today.
You can follow the below css which I have mentioned. And check the result.
1) Go to your Online Store
2) Edit Code
3) Find CSS File
4) Add the following CSS
@font-face {
font-family: GT-America;
src: url("https://cdn.shopify.com/s/files/1/0709/6968/8338/files/GT-America-Standard-Regular-Trial.woff?v=1699255810");
}
* {
font-family: GT-America !important;
}
The above font family is for demo and you can update it according to you. I ahve just shown a demo of how to add.
If my solution helped you, then please mark it as accepted.
Let me know if need further assistance
Regards,
Artzen Technologies
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