This isn’t working when I add it to the CSS for the Calculator.
[class*=‘WidgetBackground’] * {
font-family: ‘Poppins’, sans-serif !important;
}
This isn’t working when I add it to the CSS for the Calculator.
[class*=‘WidgetBackground’] * {
font-family: ‘Poppins’, sans-serif !important;
}
Hi there and welcome to the Community, @user24967
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