Skip to content

How to customize text size? #2931

Answered by Mister-Hope
Ackerven asked this question in Q&A
Discussion options

You must be logged in to vote

What do you mean with "the font of the article has become larger"

Oh I got you, font size you mean.

The font-size on pc layout is increased to 18px, and you can revert the previous outlook by adding:

// .vuepress/styles/index.scss
@media (min-width: 1440px) {
  body {
    font-size: 16px;
  }
}

Replies: 1 comment 1 reply

Comment options

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

Answer selected by Mister-Hope
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