mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 20:35:17 +02:00
9 lines
181 B
QML
9 lines
181 B
QML
import QtQuick 2.3 as Original
|
|
import "../styles"
|
|
|
|
Original.Text {
|
|
HifiConstants { id: hifi }
|
|
font.family: hifi.fonts.fontFamily
|
|
font.pixelSize: hifi.fonts.pixelSize
|
|
}
|
|
|