How do I change fonts on all pages? #2505
-
|
Hello, I would like to choose and try different fonts for different text classes. How is this possible? Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
I'd recommended reading and watching the video here, where they explain a lot about setting fonts and how to test them in your site using the dev tools (also present on chrome-based browsers). As for where to set, probably you'll end up setting them in _sass/_base.scss. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the links. Do I have to add font-family to all items in the _base.scss ? Is there a way to set the fonts generally? I think only 2-3 fonts are used in the template. I think there is a way to add font-family variable to _variable.scss but I couldn't make it work yet. |
Beta Was this translation helpful? Give feedback.
Check this answer on stackoverflow.