1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:35:57 +00:00

use ubuntu fontset as one of the alternatives for headings

This commit is contained in:
Andrew Dolgov
2014-02-09 01:40:17 +04:00
parent bad135bdd6
commit 92d9e4f562
2 changed files with 5 additions and 5 deletions

View File

@@ -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;
}