Hi,
I’m trying to get the same font on the pop up as on the web page, can anyone point me in the rigth direction?
It’s the ITC Avantgarde font (From Adobe, I have a license if needed)
CSS file
@font-face {
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 500;
font-style: normal;
}
.klaviyo-bis-trigger {
width: 100% !important;
margin-bottom: 1rem !important;
}
#klaviyo-bis-modal .btn.btn-success {
border-radius: 25px;
}
#klaviyo-bis-modal .product-name {
font-family: 'itc-avant-garde-gothic-pro' !important;
}
@font-face {
font-family: "itc-avant-garde-gothic-pro", sans-serif;
font-weight: 500;
font-style: normal;
}
}
#klaviyo-bis-modal p {
font-family: 'itc-avant-garde-gothic-pro' !important;
}
Thanks so much!
