It would be awesome to be able to use custom fonts in the header. Or the option to upload a font. I missing the font Poppins.
1 Like
Hi there, @Albin_Edin ![]()
Thanks a lot for the feedback!
I agree that it would be great to have a separate setting for the header with the Poppins font available in the list. We’ll try to consider this option in the future, especially if more users upvote this request.
As for now, you can apply the Poppins font to the header, using this code in the Custom CSS field on the Styles tab of your widget’s settings:
[class*="WidgetTitle__Header-sc"] {
font-family: Poppins;
}