Possibility to change the font of the headline
1 Like
Hi there and welcome to the Community @rafabdc04
I share your point that it would be awesome to have this setting right in the configurator. We’ll try to consider this opportunity in our future updates.
As for now, you can add this code to the Custom CSS field on the Style tab of your widget’s settings:
[class*='Widget__Heading']{
font-family: Arial;
}
You are very welcome to use any other font providing it’s installed on your website and supported by your browser