Please add an ability to select font right in the widget settings.
1 Like
Hi there and welcome to the Community @The_SimRacing_Shaoli ![]()
Yeah, font setting is something that would definitely enhance our app. We’ll try to consider this opportunity in the future updates ![]()
As for now, you can change font in your widget using this CSS code:
.global-styles, .yottie-widget-inner {
font-family: sans-serif !important;
}
which fonts can we use ?
1 Like
Hi there, @singularitybr_gic ![]()
In the CSS code you can use any font, providing it’s installed on your website and supported by your browser ![]()