Custom font for menubar / headings ? #3806
Answered
by
squidfunk
Ishan95014
asked this question in
Q&A
-
Hello, it says here that "The font can then be applied to specific elements, e.g. only headlines," Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
squidfunk
Apr 11, 2022
Replies: 1 comment 6 replies
-
For customizing specific elements, some CSS knowledge is required. The main headline for example can be styled with: .md-typeset h1 {
font-family: "<font>";
} Edited after last comment. |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
squidfunk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For customizing specific elements, some CSS knowledge is required. The main headline for example can be styled with:
Edited after last comment.