How to change fonts?

Gravatar

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