diff options
author | Vitaly Takmazov | 2018-12-12 16:34:04 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:54 +0300 |
commit | 959e700efa487ca430f113ecf8ea798c2ae8f20e (patch) | |
tree | 9125010e1e7cc88990b41db1e45736bd88660f16 /vnext/src/style | |
parent | 9d4aeefdcad6968c1c24a6f123f375e11c950cd1 (diff) |
Message style fixes
Diffstat (limited to 'vnext/src/style')
-rw-r--r-- | vnext/src/style/main.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index e5b4d5c6..e6e40dfb 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -17,7 +17,7 @@ textarea { overflow: auto; } -html, input, textarea, button, span { +html, input, textarea, button { 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; |