1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-10 04:09:16 +00:00

add dejavu sans to heading font list

This commit is contained in:
Andrew Dolgov
2014-02-09 02:50:02 +04:00
parent 92d9e4f562
commit e9db9f945c
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", Ubuntu, "Helvetica Neue",
font-family : "Segoe UI Web", "Segoe UI", Ubuntu, "DejaVu Sans", "Helvetica Neue",
Helvetica, Arial, sans-serif;
}