From 89fcfe5ec1073fd374a8bae3d8457bebd96453c8 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Wed, 12 Apr 2023 17:30:11 +0800 Subject: BS body font can be set & used instead --- imports/Bootstrap/Bootstrap.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'imports/Bootstrap') diff --git a/imports/Bootstrap/Bootstrap.qml b/imports/Bootstrap/Bootstrap.qml index d31cfb0..8606851 100644 --- a/imports/Bootstrap/Bootstrap.qml +++ b/imports/Bootstrap/Bootstrap.qml @@ -8,6 +8,11 @@ QtObject { } property int mode: Bootstrap.Mode.Light + property font bodyFont: Qt.font({ + family: "Roboto", + pointSize: 15.0, + weight: Font.Normal + }) readonly property color bodyColor: mode ? "#a1a1a8" : "#747579" readonly property color bodyBg: mode ? "#222529" : "#fff" readonly property color borderColor: mode ? "#12ffffff" : "#eff1f2" -- cgit v1.3