Introducing "Professional Vibe‑Coding" 🚀 From idea to real app with your code and your VM 🔥

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