diff options
author | Vitaly Takmazov | 2018-12-07 09:38:46 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 2c4a86c3b23036e027ff9be23730b7c2aeff6e9a (patch) | |
tree | 793ad22c3ca32c29ed05369a006cede31e8b6a1b | |
parent | eec635f81e645b80120dfc8cfb0d6e25a21c7d68 (diff) |
font-size fix
-rw-r--r-- | vnext/src/style/main.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 9ee29f74..a1889209 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -19,6 +19,7 @@ textarea { html, input, textarea { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; -webkit-font-smoothing: subpixel-antialiased; + font-size: 12pt; } h1, h2 { |