Raleigh: Fix font syntax

This commit is contained in:
Matthias Clasen 2016-04-25 23:25:32 -04:00
parent db1a39a817
commit 0eefe81f37

View File

@ -788,11 +788,12 @@ GtkCalendar.button:hover {
}
.titlebar .title {
font: Bold 10;
font-weight: bold;
font-size: 10pt;
}
.titlebar .subtitle {
font: 9;
font-size: 9pt;
}
.titlebar:backdrop {