You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @olpalu,
you can set any custom CSS in assets/styles/override.scss. In this file, you can set font-family attribute.
Regarding importing fonts, you can follow any guide, such as https://www.geeksforgeeks.org/how-to-include-a-font-ttf-using-css/. All your custom CSS properties will need to be included in the override.scss file mentioned before.
I hope this answers your question.
Question
How can I change the text font in the theme? For example, I'd like to use the Arial font. Where should I import the TTF font file?
The text was updated successfully, but these errors were encountered: