-
How can I change the size of the text of the blog post? |
Beta Was this translation helpful? Give feedback.
Answered by
kdkasad
Feb 3, 2021
Replies: 1 comment 5 replies
-
You can add a custom CSS file which changes the size of text. E.g. main div.post-content p {
font-size: 14pt;
} |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
mzfr
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add a custom CSS file which changes the size of text. E.g.