Set custom font for all elements (Calculator)

Although we do provide a list of fonts for you to choose for your widget, you might happen to need a custom code.

If that is the case, add this code to the Custom CSS field on the Settings tab of your Calculator widget’s settings:

[class*='WidgetBackground__Container-sc'] {
font-family: 'Times New Roman';
}

You’re welcome to set any other font, providing it is supported by your browser and added to your website.

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: