mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 00:19:40 +02:00
Add HFTextHeader and HFTextRegular
This commit is contained in:
parent
f3a7e8623f
commit
a7ea16f685
2 changed files with 16 additions and 0 deletions
8
launchers/qt/resources/qml/HFControls/HFTextHeader.qml
Normal file
8
launchers/qt/resources/qml/HFControls/HFTextHeader.qml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
import QtQuick 2.3
|
||||||
|
import QtQuick 2.1
|
||||||
|
|
||||||
|
Text {
|
||||||
|
font.family: "Graphik Semibold"
|
||||||
|
font.pointSize: 24
|
||||||
|
color: "#ffffff"
|
||||||
|
}
|
8
launchers/qt/resources/qml/HFControls/HFTextRegular.qml
Normal file
8
launchers/qt/resources/qml/HFControls/HFTextRegular.qml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
import QtQuick 2.3
|
||||||
|
import QtQuick 2.1
|
||||||
|
|
||||||
|
Text {
|
||||||
|
font.family: "Graphik Regular"
|
||||||
|
font.pointSize: 10.5
|
||||||
|
color: "#C4C4C4"
|
||||||
|
}
|
Loading…
Reference in a new issue