mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Fix display of Raleway Bold
This commit is contained in:
parent
61d359a9b5
commit
f568b1c67f
1 changed files with 1 additions and 0 deletions
|
@ -20,4 +20,5 @@ Text {
|
||||||
verticalAlignment: Text.AlignVCenter
|
verticalAlignment: Text.AlignVCenter
|
||||||
horizontalAlignment: Text.AlignLeft
|
horizontalAlignment: Text.AlignLeft
|
||||||
font.family: iconFont.name
|
font.family: iconFont.name
|
||||||
|
font.bold: true // Font seems to need this in order to display bold.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue