mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 11:55:12 +02:00
8 lines
128 B
QML
8 lines
128 B
QML
import QtQuick 2.3
|
|
import QtQuick 2.1
|
|
|
|
Text {
|
|
font.family: "Graphik Semibold"
|
|
font.pixelSize: 32
|
|
color: "#ffffff"
|
|
}
|