Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.0
Description
- Add Nunito Sans font to your system
- Create a qml text like this :
Text { id: element text: qsTr("Text") anchors.centerIn: parent font.family: "Nunito Sans" font.styleName: "Bold" //same style as "Regular" -> KO font.pixelSize: 40 }
- Other style works like "SemiBold"