summaryrefslogtreecommitdiff
path: root/themes/light/prefs.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/prefs.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/prefs.less')
-rw-r--r--themes/light/prefs.less2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/light/prefs.less b/themes/light/prefs.less
index 0bea00b00..27e88d601 100644
--- a/themes/light/prefs.less
+++ b/themes/light/prefs.less
@@ -4,7 +4,7 @@ body.ttrss_prefs {
font-size: @font-size-content;
h1, h2, h3, h4 {
- font-family : @fonts-ui-bold;
+ font-family : @fonts-ui;
font-weight : 600;
color : @default-text;
}