diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 17:30:11 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 17:30:11 +0800 |
commit | 89fcfe5ec1073fd374a8bae3d8457bebd96453c8 (patch) | |
tree | 757d449fff6d5f65c5faf7d3ad16ca5f5f0d87e9 /Label | |
parent | ab4d14d706f98907a1ae3929a94ac418f8a20c25 (diff) |
BS body font can be set & used instead
Diffstat (limited to 'Label')
-rw-r--r-- | Label/Body.ui.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Label/Body.ui.qml b/Label/Body.ui.qml index 31ab7f9..b556097 100644 --- a/Label/Body.ui.qml +++ b/Label/Body.ui.qml @@ -3,10 +3,5 @@ import QtQuick.Controls 2.15 import Eduport 1.4 Label { - font { - family: Eduport.bodyFont.family - weight: Eduport.bodyFont.weight - pointSize: Eduport.bodyFont.pointSize - } wrapMode: Label.Wrap } |