Hi again,
Thanks for getting back to us.
We have got access to your website then add the Custom CSS segment on Customizer > Custom Code > Custom CSS to change the price font on the single product and checkout page. It works fine.
Here is Custom CSS segment we added:
.woocommerce-cart .woocommerce table.cart td.product-price span{
font-family: 'Arial', serif !important;
}
.woocommerce-cart .woocommerce table.cart td.product-subtotal span{
font-family: 'Arial', serif !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .cart-subtotal td .amount{
font-family: 'Arial', serif !important;
}
.woocommerce-cart .cart-collaterals .cart_totals .car_totals_wrap table .order-total td .amount{
font-family: 'Arial', serif !important;
}
.woocommerce-checkout .order_review_wrap #order_review table.shop_table tfoot .order-total .amount{
font-family: 'Arial', serif !important;
}
.single-product div.product div.summary .price{
font-family: 'Arial', serif !important;
}
Please check, then feedback to us soon.
Best Regards,
YoloTheme