mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 12:32:49 +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
|
|
}
|
|
|