From: Andrew Dolgov Date: Mon, 10 Feb 2014 10:16:24 +0000 (+0400) Subject: main css: add missing font families X-Git-Tag: 1.12~51 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=42072427e24f0ccf193e2a9d235129cde844f5d1;p=tt-rss.git main css: add missing font families --- diff --git a/css/tt-rss.css b/css/tt-rss.css index eb6a7d05..96992d0e 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; }