diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-22 17:22:58 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-22 17:22:58 +0800 |
commit | 90b2271d210c927d70610484bab3cc6eb8662040 (patch) | |
tree | 41edd5a95f6290c4aede07eea462530d89d1aca4 | |
parent | 227803d05328472ccc80120edef6b1c33d000795 (diff) |
Fix popular course title header font
-rw-r--r-- | HomeDefault.ui.qml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/HomeDefault.ui.qml b/HomeDefault.ui.qml index 97b9292..a54ff77 100644 --- a/HomeDefault.ui.qml +++ b/HomeDefault.ui.qml @@ -177,9 +177,8 @@ Flickable { Layout.fillWidth: true Layout.bottomMargin: 8 font { - family: doesntEmbed ? "Roboto" - : roboto.name - pointSize: 44 + family: heebo.name + pointSize: 22.5 + .020625 * width } } |