From 81a72b6eeb0614d2f8139314cf5d3948faa467b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=A6=8C=EA=A6=AB=EA=A6=B6=EA=A6=8F=EA=A7=80=EA=A6=A6?= =?UTF-8?q?=EA=A6=BF=EA=A6=A7=EA=A6=AE=EA=A6=91=EA=A6=A9=EA=A6=AD=EA=A7=80?= Date: Wed, 12 Apr 2023 17:28:44 +0800 Subject: Body font & its use in Label --- Label.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Label.qml') 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 } -- cgit v1.2.3