Add custom font to button

I would like to change the font on this button to Poppins. Could I have the Custom CSS code for this?

https://widget-57f367351249413f9a5447ff71fa22c7.elfsig.ht

1 Like

Hi there :wave:

Sure, here is the code you need to add to the Custom CSS field on the Design tab:

.global-styles,
.es-button-floating-button,
[class*="eapps-button"] [class*="ButtonBase__ButtonContainer"] {
  font-family: 'Poppins', sans-serif !important;
}

Keep in mind that this font should be also added to the page where the widget is installed.

Check it out and let me know how it worked :wink: