mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-10 10:34:56 +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