From e9db9f945c745ea100dc13702c4bb29b42ae392d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Feb 2014 02:50:02 +0400 Subject: [PATCH] add dejavu sans to heading font list --- css/cdm.css | 8 ++++---- css/tt-rss.css | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/css/cdm.css b/css/cdm.css index 353fe2e7..70ed6d73 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", Ubuntu, "Helvetica Neue", + "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "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", Ubuntu, "Helvetica Neue", + "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "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", Ubuntu, "Helvetica Neue", + "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "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", Ubuntu, "Helvetica Neue", + "Segoe UI Web Semibold", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } diff --git a/css/tt-rss.css b/css/tt-rss.css index 3fe90bf1..eb6a7d05 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; } -- 2.39.2