Is it possible to change the font of elements in the "Add to cart" button?

Is it possible to change the font of elements in the "Add to cart" button?

EikasDen
Tourist
3 0 2

I'm using an Add to Cart button on my own website that is not powered by Shopify. I am able to change the colour of the different features like the button, text and the shopping basket, but I cannot seem to be able to change the font to my own. My page is already using my own imported font -

@font-face {
    font-family: Distraction;
    src: url(Distraction.ttf);
 }

 No matter how much I try to change the font, it remains as the standard one.

Replies 5 (5)

BSS-TekLabs
Shopify Partner
2350 702 827

Hello @EikasDen 
Our team is ready to help you.
Please share your website address and access password (if necessary) so that we can check and assist you.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
EikasDen
Tourist
3 0 2

Would you be able to help me if a sent you a code block relating to the button?

BSS-TekLabs
Shopify Partner
2350 702 827

Can you send me the class of this button.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.


Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)


Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page


BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Sangeetanahar
Explorer
541 36 69

hello @EikasDen 

use this code

button.add-to-cart {
    font-family: 'Distraction', sans-serif !important;
}

Buy me a Pizza


If this was helpful, hit the like button and accept the solution.
Thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
EikasDen
Tourist
3 0 2

Hi,

 

I tried to incorporate the snippet into the code, but the font remained as default.

 

Could you tell me exactly where the code should be added? Would you be able to help me if I sent you the code relating to the button?