main css: add missing font families
This commit is contained in:
parent
e9db9f945c
commit
42072427e2
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue