Skip to content

Increase the global font size, at least 10% #7041

Answered by squidfunk
jonaprieto asked this question in Q&A
Discussion options

You must be logged in to vote

You can add an additional CSS file with the following CSS:

html {
  font-size: calc(125% * 1.1); /* <- 1.1 equals + 10% – adjust to taste */
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jonaprieto
Comment options

Answer selected by jonaprieto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants