Files
neochat/imports/Spectral/Font/MaterialFont.qml
2018-12-07 09:18:42 +08:00

7 lines
97 B
QML

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