Open olpalu opened 2 months ago
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.
thanks @BernatBC can you provide a full example please ? what to put exactly in assets/styles/override.scss ?
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?