summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-02-09 02:50:02 +0400
committerAndrew Dolgov <[email protected]>2014-02-09 02:50:02 +0400
commite9db9f945c745ea100dc13702c4bb29b42ae392d (patch)
tree4fcdf794569afa687e01b7075d1707bc70abc141 /css/tt-rss.css
parent92d9e4f5623ee67265d0ce5425589992fc02942c (diff)
add dejavu sans to heading font list
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 3fe90bf11..eb6a7d05f 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -1008,7 +1008,7 @@ body#ttrssMain #feedTree {
height : 100%;
overflow-x : hidden;
text-rendering: optimizelegibility;
- font-family : "Segoe UI Web", "Segoe UI", Ubuntu, "Helvetica Neue",
+ font-family : "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
Helvetica, Arial, sans-serif;
}