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

@@ -4,6 +4,7 @@ import QtQuick 2.9
Object {
FontLoader {
id: regular
source: "./fa-regular-400.ttf"
}
@@ -17,7 +18,7 @@ Object {
source: "./fa-solid-900.ttf"
}
property string fontFamily: "FontAwesome"
property string fontFamily: regular.name
property string fontFamilyBrands: brands.name
property string fontFamilySolid: solid.name