]> git.wh0rd.org - tt-rss.git/commitdiff
main css: add missing font families
authorAndrew Dolgov <noreply@fakecake.org>
Mon, 10 Feb 2014 10:16:24 +0000 (14:16 +0400)
committerAndrew Dolgov <noreply@fakecake.org>
Mon, 10 Feb 2014 10:16:24 +0000 (14:16 +0400)
css/tt-rss.css

index eb6a7d05f7974bca0314b56ae7e6f4cf6259bdbe..96992d0e74c566bf36ade879c5325a6940f06c86 100644 (file)
@@ -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;
 }