Font change not working on calculator

This isn’t working when I add it to the CSS for the Calculator.

[class*=‘WidgetBackground’] * {
font-family: ‘Poppins’, sans-serif !important;
}

1 Like

Hi there and welcome to the Community, @user24967 :waving_hand:

I’ve tried to use this code instead and it’s working fine now:

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap');

* {
font-family: 'Poppins';
}

Please check it out and let me know if the correct font has been applied :slightly_smiling_face: