summaryrefslogtreecommitdiff
path: root/css/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-02-10 14:23:16 +0400
committerAndrew Dolgov <[email protected]>2014-02-10 14:23:16 +0400
commit18d33ec18b5f19d73e2c150a1e6176774cfab863 (patch)
tree6fd2a4d58f708a7b9f35730903a7716f13e262b3 /css/tt-rss.css
parent42072427e24f0ccf193e2a9d235129cde844f5d1 (diff)
main css: add missing font families (2)
Diffstat (limited to 'css/tt-rss.css')
-rw-r--r--css/tt-rss.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 96992d0e7..91fc756ef 100644
--- a/css/tt-rss.css
+++ b/css/tt-rss.css
@@ -82,7 +82,7 @@ h1 {
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;
}
@@ -94,7 +94,7 @@ h2 {
border-color : #ecf4ff;
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;
}
@@ -106,7 +106,7 @@ h3 {
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;
}
@@ -115,7 +115,7 @@ h4 {
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;
}
@@ -335,7 +335,7 @@ div.prefHelp {
#main-toolbar table *,
#main-toolbar .actionChooser * {
text-rendering: optimizelegibility;
- font-family : "Segoe WP", "Segoe UI Web", "Segoe UI", "Helvetica Neue",
+ font-family : "Segoe WP", "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
Helvetica, Arial, sans-serif;
font-size : 12px;