Spectral/imports/Spectral/Font/MaterialFont.qml

7 lines
97 B
QML

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