Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change theme font #978

Open
olpalu opened this issue Sep 16, 2024 · 2 comments
Open

Change theme font #978

olpalu opened this issue Sep 16, 2024 · 2 comments

Comments

@olpalu
Copy link

olpalu commented Sep 16, 2024

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?

@BernatBC
Copy link
Contributor

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.

@olpalu
Copy link
Author

olpalu commented Sep 17, 2024

thanks @BernatBC
can you provide a full example please ? what to put exactly in assets/styles/override.scss ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants