summaryrefslogtreecommitdiff
path: root/Label.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 17:28:44 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-04-12 17:28:44 +0800
commit81a72b6eeb0614d2f8139314cf5d3948faa467b0 (patch)
treee4db90f5f12c80fc6089d9db18397c32a5000c2a /Label.qml
parentdb23fd439fbc4acf7cb102538decb3e49100d6ff (diff)
Body font & its use in Label
Diffstat (limited to 'Label.qml')
-rw-r--r--Label.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/Label.qml b/Label.qml
index 593ded0..c2038e0 100644
--- a/Label.qml
+++ b/Label.qml
@@ -4,6 +4,11 @@ import Bootstrap 5.3
Label {
id: control
+ font {
+ family: Bootstrap.bodyFont.family
+ pointSize: Bootstrap.bodyFont.pointSize
+ weight: Bootstrap.bodyFont.weight
+ }
color: Bootstrap.bodyColor
linkColor: control.palette.link
}