mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-07 19:49:01 +02:00
7 lines
103 B
QML
7 lines
103 B
QML
import QtQuick 2.3 as Original
|
|
|
|
Original.Text {
|
|
font.family: "Helvetica"
|
|
font.pointSize: 18
|
|
}
|
|
|