Join our 2nd AppWizzy webinar🚀 on Wednesday, 25 March 2026, at 18:00 CET🚀 See how to go from idea to a working web app in minutes.

How to change fonts?

I want to change all fonts, where can I do it?

User profile image

Hello To change the font globally, put this code *{ font-family: 'your font name'; } in the file custom-theme.scss

Solved