Fix display of Raleway Bold

This commit is contained in:
David Rowe 2016-02-17 16:19:00 +13:00
parent 61d359a9b5
commit f568b1c67f

View file

@ -20,4 +20,5 @@ Text {
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignLeft
font.family: iconFont.name
font.bold: true // Font seems to need this in order to display bold.
}