I’m Simone and I would like to ask if there is a way to add custom Google font to mail notification.
I mean, I have created some mail template (Like order confirmed mail) on Klaviyo, and in Klaviyo I’ve add a code snippet that actually works, but just in Klaviyo, in fact if I export the code and copy/paste it in Shopify notification section, the custom font doesn’t show correctly.
This is the code snippet that actually works in Klaviyo (I’ve add this code in a text section) but not on Shopify:
@import url('[https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@700&family=Open+Sans:ital,wght@0,300;1,300&display=swap](https://fonts.googleapis.com/css2?family=Bodoni+Moda:wght@700&family=Open+Sans:ital,wght@0,300;1,300&display=swap)');
p, a {
font-family: 'Open Sans', sans-serif!important;
}