How can I modify the font and size of my ATC button?

Hi @michaelhopper17 welcome to the Shopify Community,

Please add the below code to your theme customizer and adjust the font size according to your requirement.

product-form .quick-add__submit span, product-form .product-form__submit span {
    font-size: 22px !important;
}

Theme Customizer:

![2024-02-02 10_21_57-.png|1340x607](upload://cnM7NVNVR9qnN9kSsvaag0J7Vep.png)

Results:

Thanks