7 lines
96 B
QML
7 lines
96 B
QML
pragma Singleton
|
|
import QtQuick 2.9
|
|
|
|
FontLoader {
|
|
source: "qrc:/assets/font/material.ttf"
|
|
}
|