Replies: 1 comment 1 reply
-
|
Well, how about this? html {
font-size: 20px;
} |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I notice that the
font-sizewould be changed with screen width.< 1600 px>= 1600 px>= 2000 pxThe
font-sizeis too large on my 27-inch screen. I want to use a fixed font-size. I find the code in_base.scssbut I'm not familiar with SCSS and any frontend skills. How could I set a fixed
font-size?Beta Was this translation helpful? Give feedback.
All reactions