summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-02-09 01:40:17 +0400
committerAndrew Dolgov <[email protected]>2014-02-09 01:40:17 +0400
commit92d9e4f5623ee67265d0ce5425589992fc02942c (patch)
treebb9dd1c0f4052a3c5e4f87480a186a8eb86333a0 /css
parentbad135bdd6712713044e4eab24f2d11552068079 (diff)
use ubuntu fontset as one of the alternatives for headings
Diffstat (limited to 'css')
-rw-r--r--css/cdm.css8
-rw-r--r--css/tt-rss.css2
2 files changed, 5 insertions, 5 deletions
diff --git a/css/cdm.css b/css/cdm.css
index c4f9111c9..353fe2e71 100644
--- a/css/cdm.css
+++ b/css/cdm.css
@@ -141,7 +141,7 @@ div.cdm.expandable div.cdmHeader a.title {
transition : color 0.2s;
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, "Helvetica Neue",
Helvetica, Arial, sans-serif;
}
@@ -155,7 +155,7 @@ div.cdm.expandable.active div.cdmHeader a.title {
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, "Helvetica Neue",
Helvetica, Arial, sans-serif;
}
@@ -171,7 +171,7 @@ div.cdm.expanded div.cdmHeader a.title {
transition : color 0.2s;
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, "Helvetica Neue",
Helvetica, Arial, sans-serif;
}
@@ -312,7 +312,7 @@ div#floatingTitle a.title {
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, "Helvetica Neue",
Helvetica, Arial, sans-serif;
}
diff --git a/css/tt-rss.css b/css/tt-rss.css
index 676e7ba3e..3fe90bf11 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", "Helvetica Neue",
+ font-family : "Segoe UI Web", "Segoe UI", Ubuntu, "Helvetica Neue",
Helvetica, Arial, sans-serif;
}