Hi,
The font on my checkout page is displaying in a cursive font and I can’t figure out why. I’ve selected Karla as my body text font. Anytime I try to make any changes to my cart page, shopify is not displaying the changes or updates.
My website is shopnesara.com. If you add an item to your cart, and go to checkout, you’ll see the cursive style font I’m referring to. It doesn’t happen if you checkout via shop pay, but does if you use any other methods. Any help is appreciated!
Hi, @shopnesara
You can try this code
- Go to Online Store-> Theme->Edit code
- Asset-> theme.scss ->paste the below code at the bottom of the file.
.g9gqqf1,.n8k95w3{
font-family:Karla,sans-serif !important;
{
Thanks for the reply! Tried this but it broke my entire site vs fixing the issue.
Sorry for this issue please remove the previous code and do the following.
- Go to Online Store-> Theme->Edit code
- Asset-> vendors~app.latest.en.3eb7e2a5b6708f530d30.css → find the text that is highlighted in the below picture and replace it with this
font-family:karla !important;