diff options
author | Vitaly Takmazov | 2018-06-21 15:11:55 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:53 +0300 |
commit | e35f3844e62735de9969c400a2d2fb16fde8d85d (patch) | |
tree | 4129d38d1769878d45170d0fdd1ca5ce6c9268a8 /vnext | |
parent | bc2e876c592d5b3c117108baf5a5a58905510eae (diff) |
fix button font
Diffstat (limited to 'vnext')
-rw-r--r-- | vnext/src/style/main.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/src/style/main.css b/vnext/src/style/main.css index a5b872eb..33d4f867 100644 --- a/vnext/src/style/main.css +++ b/vnext/src/style/main.css @@ -17,7 +17,8 @@ pre { } html, input, -textarea { +textarea, +button { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-size: 12pt; -webkit-font-smoothing: subpixel-antialiased; |