Change font of all elements to Google Font.
Hi there, @Nick_Wells ![]()
I’ve checked your widget and see that you’ve applied a CSS code to change the font of each element individually and it’s working great.
However, if you wanted a simpler solution that changes the font of all elements right away, this CSS code will do the trick:
* {
font-family: Lexend;
}
If you have any questions left, we’re always here to help ![]()
Font choices in app really should be a choice of google/ web safe fonts.
Your CSS suggestion is fine for one font use but what about using different fonts for the header and sub head text areas?
Hi there and welcome to the Community, @Erica ![]()
Yes, it’s possible to apply separate fonts for different widget elements. Could you please specify the widget, where you’d like to achieve this?