I would like to add our font, Poppins, to all text on this banner. Just need the right CSS code
- Link to the page with the widget in question:
https://widget-606e58254a15400da173a9177a5f99d9.elfsig.ht
I would like to add our font, Poppins, to all text on this banner. Just need the right CSS code
Sure, we’ve added this code to the Custom CSS field:
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
[class^='Banner__Container-sc'] * {
font-family: 'Poppins', sans-serif;
}
Check it out and let me know if it helped