summaryrefslogtreecommitdiff
path: root/Home
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-21 20:28:44 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-03-21 20:28:44 +0800
commit6d75ac98eb09c3b9207410e8590bafa86ddd3da3 (patch)
tree5e0368e749e1824c98683fc5641a4748263219b2 /Home
parent57d9a9c94a3da873adef2b1ff1ff0e9e14efb74c (diff)
Set Eduport font weights & fix banner title font size
Diffstat (limited to 'Home')
-rw-r--r--Home/Default.ui.qml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Home/Default.ui.qml b/Home/Default.ui.qml
index 9353c6b..34ab45f 100644
--- a/Home/Default.ui.qml
+++ b/Home/Default.ui.qml
@@ -49,7 +49,9 @@ Flickable {
Layout.fillWidth: true
font {
family: Eduport.hFont.family
- pointSize: 23.6 + .0432 * width
+ weight: Eduport.hFont.weight
+ pointSize: 23.6
+ + .027 * parent.width
}
}