summaryrefslogtreecommitdiff
path: root/Home
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-22 09:55:07 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-22 09:55:07 +0800
commit0e0ea1f1742493e5a7a1ea4552ce719eab358bac (patch)
treefa482cb8a02b9b8c230f6d6207e136ca912ac677 /Home
parent4781430ab82e104960fcda72bb582e6f0285b08c (diff)
Set default home font weights
Diffstat (limited to 'Home')
-rw-r--r--Home/Default.ui.qml9
1 files changed, 8 insertions, 1 deletions
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
}