diff options
author | Vitaly Takmazov | 2018-09-10 19:59:34 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | e42036bcb665f0a9aded48938d1513b5a82c1550 (patch) | |
tree | 76f1e767614370be86df5f0ffc6167d84c8d514f /vnext/src/style/main.css | |
parent | 7fae382c1708f0a8957ad01b8028bfa2670b2e73 (diff) |
fix font-weight
Diffstat (limited to 'vnext/src/style/main.css')
-rw-r--r-- | vnext/src/style/main.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index 7eef911b..6d78c7eb 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -21,7 +21,6 @@ textarea, button { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 1em; - font-weight: 300; line-height: 1.2em; -webkit-font-smoothing: subpixel-antialiased; } |