mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 13:33:30 +02:00
9 lines
180 B
QML
9 lines
180 B
QML
import QtQuick 2.3 as Original
|
|
import "../styles"
|
|
|
|
Original.Text {
|
|
HifiConstants { id: hifi }
|
|
font.family: hifi.fonts.fontFamily
|
|
font.pointSize: hifi.fonts.fontSize
|
|
}
|
|
|