Files
neochat/imports/Spectral/Font/MaterialFont.qml
2018-10-01 16:07:48 +08:00

7 lines
96 B
QML

pragma Singleton
import QtQuick 2.9
FontLoader {
source: "qrc:/assets/font/material.ttf"
}