mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-26 01:11:28 +00:00
add some experimental font family updates for headlines and chrome elements
This commit is contained in:
@@ -34,6 +34,11 @@ div.postReply div.postTitle {
|
||||
overflow : hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space : nowrap;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
||||
"Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
|
||||
Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
div.postReply div.postDate {
|
||||
@@ -84,22 +89,35 @@ div.postReply span.author {
|
||||
|
||||
h1 {
|
||||
font-size : 18px;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
||||
"Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
|
||||
Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size : 16px;
|
||||
font-weight : bold;
|
||||
font-weight : 600;
|
||||
border-width : 0px 0px 1px 0px;
|
||||
border-style : solid;
|
||||
border-color : #ecf4ff;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
||||
"Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
|
||||
Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size : 12px;
|
||||
font-weight : bold;
|
||||
border-width : 0px 0px 1px 0px;
|
||||
border-style : solid;
|
||||
border-color : #ecf4ff;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
||||
"Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
|
||||
Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
hr {
|
||||
@@ -176,7 +194,11 @@ a:hover {
|
||||
}
|
||||
|
||||
.hl div.hlTitle a {
|
||||
font-weight : bold;
|
||||
font-weight : 600;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
||||
"Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
|
||||
Helvetica, Arial, sans-serif;
|
||||
color : #777;
|
||||
}
|
||||
|
||||
@@ -307,7 +329,10 @@ div.prefHelp {
|
||||
white-space : nowrap;
|
||||
display : table-cell;
|
||||
color : #999;
|
||||
font-family : "Segoe UI", Tahoma, sans-serif;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
||||
"Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
|
||||
Helvetica, Arial, sans-serif;
|
||||
font-size : 12px;
|
||||
}
|
||||
|
||||
@@ -949,7 +974,10 @@ ul#filterDlg_Matches li div.dijitCheckBox, ul#filterDlg_Actions li div.dijitChec
|
||||
body#ttrssMain #feedTree {
|
||||
height : 100%;
|
||||
overflow-x : hidden;
|
||||
font-family : "Segoe UI", Tahoma, sans-serif;
|
||||
text-rendering: optimizelegibility;
|
||||
font-family : "Segoe WP Semibold", "Segoe UI Semibold",
|
||||
"Segoe UI Web Semibold", "Segoe UI", "Helvetica Neue",
|
||||
Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
body#ttrssMain #feedTree .counterNode.aux {
|
||||
|
||||
Reference in New Issue
Block a user