6 lines
171 B
QML
6 lines
171 B
QML
import QtQuick
|
|
import Quickshell
|
|
|
|
FontLoader {
|
|
source: Quickshell.shellPath("assets/google-sans-flex/GoogleSansFlex-VariableFont_GRAD,ROND,opsz,slnt,wdth,wght.ttf")
|
|
}
|