We can change the fonts of the texts in the widget with this CSS code:
.global-styles, [class*="RootLayout__RootComponent-sc"] {
font-family: "Arial" !important;
}
However, it would be nice if we can set the font right in the widget settings.
We can change the fonts of the texts in the widget with this CSS code:
.global-styles, [class*="RootLayout__RootComponent-sc"] {
font-family: "Arial" !important;
}
However, it would be nice if we can set the font right in the widget settings.