diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-27 18:45:08 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-03-27 18:45:08 +0800 |
commit | a7f9a2bec25137e2609ca0d5bdc9377e0e0e8dd2 (patch) | |
tree | 4f71df2803bd832722391c0d2d1a5b4952659941 /Label/FwLight.ui.qml | |
parent | 41bd740e4bd9fd4dee5dcc630407453d9455f839 (diff) |
fw-light implementation
Diffstat (limited to 'Label/FwLight.ui.qml')
-rw-r--r-- | Label/FwLight.ui.qml | 11 |
1 files changed, 11 insertions, 0 deletions
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 + } +} |