How to override article-font-size? #418
-
Hi, I wanna override article-font-size and/or article-font-style, try to override global-font-size and it also changed toc-font-size. Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
Lruihao
Feb 23, 2024
Replies: 1 comment 1 reply
-
Try this in #content {
font-size: 14px; // any size you expect
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adduserwyw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Try this in
assets/css/_custom.scss
: