summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-02-10 14:16:24 +0400
committerAndrew Dolgov <[email protected]>2014-02-10 14:16:24 +0400
commit42072427e24f0ccf193e2a9d235129cde844f5d1 (patch)
tree50c818e899d51d6ab52f194e621bba656f240aa3 /css/tt-rss.css
parente9db9f945c745ea100dc13702c4bb29b42ae392d (diff)
main css: add missing font families
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index eb6a7d05f..96992d0e7 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -27,7 +27,7 @@ div.postReply div.postTitle {
font-weight : 600;
text-rendering: optimizelegibility;
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
- "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+ "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
Helvetica, Arial, sans-serif;
}
@@ -196,7 +196,7 @@ a:hover {
font-weight : 600;
text-rendering: optimizelegibility;
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
- "Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
+ "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
Helvetica, Arial, sans-serif;
color : #777;
}