summaryrefslogtreecommitdiff
path: root/themes/light/utility.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/utility.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/utility.less')
-rw-r--r--themes/light/utility.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/light/utility.less b/themes/light/utility.less
index c88e89ba9..89675ac13 100644
--- a/themes/light/utility.less
+++ b/themes/light/utility.less
@@ -21,7 +21,7 @@ body.ttrss_utility {
h2, h3, h4 {
color : @color-accent;
- font-family: @fonts-ui-bold;
+ font-family: @fonts-ui;
}
h2 {
@@ -46,7 +46,7 @@ body.ttrss_utility {
h1 {
color : gray;
- font-family: @fonts-ui-bold;
+ font-family: @fonts-ui;
font-size : 18px;
margin : 10px 0 0 0;
}