summaryrefslogtreecommitdiff
path: root/themes/light/tt-rss.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/tt-rss.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/tt-rss.less')
-rw-r--r--themes/light/tt-rss.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/light/tt-rss.less b/themes/light/tt-rss.less
index e94aaa176..088a3c7ff 100644
--- a/themes/light/tt-rss.less
+++ b/themes/light/tt-rss.less
@@ -51,7 +51,7 @@ body.ttrss_main {
font-size : 15px;
font-weight : 600;
text-rendering: optimizelegibility;
- font-family : @fonts-ui-bold;
+ font-family : @fonts-ui;
}
}
@@ -469,7 +469,7 @@ body.ttrss_main {
font-size : 16px;
font-weight : 600;
color : @default-text;
- font-family: @fonts-ui-bold;
+ font-family: @fonts-ui;
}
section,
@@ -665,7 +665,7 @@ body.ttrss_main {
position : relative;
// Segoe UI (@fonts-ui) seems to have wrong baseline set
- top : -0.5px;
+ // top : -0.5px;
&.Unread {
font-weight : bold;