From a7f9a2bec25137e2609ca0d5bdc9377e0e0e8dd2 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Mon, 27 Mar 2023 18:45:08 +0800 Subject: fw-light implementation --- Label/FwLight.ui.qml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Label/FwLight.ui.qml (limited to 'Label') diff --git a/Label/FwLight.ui.qml b/Label/FwLight.ui.qml new file mode 100644 index 0000000..d88e30d --- /dev/null +++ b/Label/FwLight.ui.qml @@ -0,0 +1,11 @@ +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import Eduport 1.4 + +Label { + font { + family: Eduport.fwLightFont.family + weight: Eduport.fwLightFont.weight + pointSize: Eduport.h6FontSize + } +} -- cgit v1.3