Klaviyo Back in Stock - Pop up font

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;
}

Website

Thanks so much!

Hi @INFRA

I have checked your website. It seems that the issue has been resolved. If you have any other questions, don’t hesitate to let me know — I’m happy to help.

hi there,

the font in the pop up has not changed, so I still need help :slightly_smiling_face: