summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-07-19 18:02:22 +0300
committerDevaev Maxim <[email protected]>2020-07-19 18:02:22 +0300
commit51437ca8032facf9ba4f6e11056391fac3b9e371 (patch)
treec72a5ce8d77a808cb8b8a91a57576fa80aae82e0 /web
parent0d9edb277ff2c9f3c898a0fda427afb33ece1dc9 (diff)
arial
Diffstat (limited to 'web')
-rw-r--r--web/share/css/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/share/css/main.css b/web/share/css/main.css
index 92959f25..cf117c5d 100644
--- a/web/share/css/main.css
+++ b/web/share/css/main.css
@@ -25,7 +25,7 @@ body {
overflow: hidden;
color: var(--cs-page-default-fg);
background-color: var(--cs-page-default-bg);
- font-family: sans-serif !important;
+ font-family: arial, sans-serif !important;
}
body.body-no-select {
-webkit-user-select: none;
@@ -97,6 +97,7 @@ select {
display: block;
width: 100%;
height: 30px;
+ font-family: inherit;
font-size: 16px;
outline: none;
cursor: pointer;