From 0e0ea1f1742493e5a7a1ea4552ce719eab358bac 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?=
 <erik@darapsa.co.id>
Date: Wed, 22 Mar 2023 09:55:07 +0800
Subject: Set default home font weights

---
 Home/Default.ui.qml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml
index 5c57eae..17e7fb4 100644
--- a/Home/Default.ui.qml
+++ b/Home/Default.ui.qml
@@ -64,6 +64,8 @@ Flickable {
 					font {
 						family: Bootstrap.bodyFont
 								.family
+						weight: Bootstrap.bodyFont
+								.weight
 						pointSize: Eduport.leadFontSize
 					}
 				}
@@ -89,10 +91,12 @@ Flickable {
 							family: Bootstrap
 								.btnFont
 								.family
+							weight: Bootstrap
+								.btnFont
+								.weight
 							pointSize: Bootstrap
 								.btnFont
 								.pointSize
-							weight: Font.Medium
 						}
 					}
 					background: Rectangle {
@@ -216,6 +220,7 @@ Flickable {
 					Layout.bottomMargin: 8
 					font {
 						family: Eduport.hFont.family
+						weight: Eduport.hFont.weight
 						pointSize: 22.5 + .01875
 								* parent.width
 					}
@@ -230,6 +235,8 @@ Flickable {
 					font {
 						family: Bootstrap.bodyFont
 								.family
+						weight: Bootstrap.bodyFont
+								.weight
 						pointSize: Bootstrap.bodyFont
 								.pointSize
 					}
-- 
cgit v1.2.3