main css: add missing font families

This commit is contained in:
Andrew Dolgov 2014-02-10 14:16:24 +04:00
parent e9db9f945c
commit 42072427e2
1 changed files with 2 additions and 2 deletions

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