Font issue on the checkout page (WOO COMMERCE CARD PAYMENT)
-
Hi, i have an issue with the font displayed on the credit card information font displayed. Can anyone knows how to fix this ?

-
oh do you have a link please
-
Here you are : https://www.gatheringstuff.com/checkout/
-

the creditcard payment method is inside an iframe.
that means its basically a different website that is embedded in your website. that means the styling cant be controlled from within lay theme.the styling css is inside the iframe.
am i correc to assume you are using this plugin: "Stripe WooCommerce Extension"?
it seems like there is a chance of changing the font style:
https://woocommerce.com/document/stripe/customization/style-payment-form/maybe i can include this in lay theme, as this is some php code which you cant really include by yourself too easily