fontawesome: fix regular/solid font style

This commit is contained in:
selsta
2019-09-05 00:22:17 +02:00
parent a5b2d5e727
commit 6df9e584b3
5 changed files with 15 additions and 6 deletions

View File

@@ -99,9 +99,10 @@ Rectangle{
MoneroComponents.Label {
fontSize: 32
text: FontAwesome.home
fontFamily: FontAwesome.fontFamily
fontFamily: FontAwesome.fontFamilySolid
anchors.centerIn: parent
fontColor: MoneroComponents.Style.defaultFontColor
styleName: "Solid"
}
}
@@ -200,7 +201,8 @@ Rectangle{
MoneroComponents.Label {
fontSize: 28
text: FontAwesome.cloud
fontFamily: FontAwesome.fontFamily
fontFamily: FontAwesome.fontFamilySolid
styleName: "Solid"
anchors.centerIn: parent
fontColor: MoneroComponents.Style.defaultFontColor
}