How to change font size? #208
Answered
by
vincerubinetti
SakaizaRajery
asked this question in
General
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
vincerubinetti
Aug 22, 2023
Replies: 1 comment 1 reply
-
You can add a This should affect all text on your site because the text styles in this template use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
SakaizaRajery
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can add a
font-size
style to thehtml
element, e.g.font-size: 14pt;
:https://github.com/greenelab/lab-website-template/blob/main/_styles/body.scss#L11
This should affect all text on your site because the text styles in this template use
rem
as units, which means relative to the font size of the root element (html
).