diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 17:28:44 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-04-12 17:28:44 +0800 |
commit | 81a72b6eeb0614d2f8139314cf5d3948faa467b0 (patch) | |
tree | e4db90f5f12c80fc6089d9db18397c32a5000c2a /Label.qml | |
parent | db23fd439fbc4acf7cb102538decb3e49100d6ff (diff) |
Body font & its use in Label
Diffstat (limited to 'Label.qml')
-rw-r--r-- | Label.qml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 } |