1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-06 00:55:50 +00:00

Merge remote-tracking branch 'pvdk/fontfix'

This commit is contained in:
Marc Zinnschlag 2012-08-16 12:02:24 +02:00
commit c015283679
2 changed files with 6 additions and 3 deletions

View File

@ -22,7 +22,8 @@
stop:0.9 rgba(0, 0, 0, 55),
stop:1 rgba(0, 0, 0, 100));
font: 26pt "EB Garamond";
font-size: 26pt;
font-family: "EB Garamond", "EB Garamond 08";
color: black;
border-right: 1px solid rgba(0, 0, 0, 155);
@ -54,7 +55,8 @@
}
#ProfileLabel {
font: 18pt "EB Garamond";
font-size: 18pt;
font-family: "EB Garamond", "EB Garamond 08";
}
#ProfilesComboBox {
@ -82,7 +84,8 @@
padding-top: 3px;
padding-left: 4px;
font: 12pt "EB Garamond";
font-size: 12pt;
font-family: "EB Garamond", "EB Garamond 08";
}
#ProfilesComboBox::drop-down {

Binary file not shown.