summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-04-07 16:04:50 +0300
committerAndrew Dolgov <[email protected]>2021-04-07 16:04:50 +0300
commit49ef15f11dfbd53b27808e9a0949cf6825102126 (patch)
tree584472307bc6ef7aa62f7097d2400595a4cb0b08 /themes/light/cdm.less
parentc0fba62fa051d076768e2cba13c39ef0fe87d520 (diff)
* fonts-ui: use system font family instead of segoe, etc. by name
* disable segoe-specific baseline hack for the time being
Diffstat (limited to 'themes/light/cdm.less')
-rw-r--r--themes/light/cdm.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/light/cdm.less b/themes/light/cdm.less
index 4bb1c6064..41d789a09 100644
--- a/themes/light/cdm.less
+++ b/themes/light/cdm.less
@@ -158,7 +158,7 @@
font-weight : 600;
transition : color 0.2s, background 0.2s;
text-rendering: optimizelegibility;
- font-family : @fonts-ui-bold;
+ font-family : @fonts-ui;
}
&.active,
@@ -279,7 +279,7 @@
font-size : @font-size-content;
transition : color 0.2s, background 0.2s;
text-rendering: optimizelegibility;
- font-family : @fonts-ui-bold;
+ font-family : @fonts-ui;
}
&.Unread div.header a.title {
@@ -301,7 +301,7 @@
font-size: 16px;
font-weight: 600;
text-rendering: optimizelegibility;
- font-family: @fonts-ui-bold;
+ font-family: @fonts-ui;
}
}