HighContrast: Fix font: usage

This commit is contained in:
Matthias Clasen 2016-04-18 14:17:55 -04:00
parent 68ce676498
commit 492a406bbd
3 changed files with 3 additions and 3 deletions

View File

@ -1216,7 +1216,7 @@ headerbar {
} }
.title { .title {
font: Bold; font-weight: bold;
padding: 0px 12px; padding: 0px 12px;
} }
.subtitle { .subtitle {

View File

@ -1287,7 +1287,7 @@ headerbar {
box-shadow: none; } box-shadow: none; }
.titlebar .title, .titlebar .title,
headerbar .title { headerbar .title {
font: Bold; font-weight: bold;
padding: 0px 12px; } padding: 0px 12px; }
.titlebar .subtitle, .titlebar .subtitle,
headerbar .subtitle { headerbar .subtitle {

View File

@ -1291,7 +1291,7 @@ headerbar {
box-shadow: none; } box-shadow: none; }
.titlebar .title, .titlebar .title,
headerbar .title { headerbar .title {
font: Bold; font-weight: bold;
padding: 0px 12px; } padding: 0px 12px; }
.titlebar .subtitle, .titlebar .subtitle,
headerbar .subtitle { headerbar .subtitle {