From 2c92227f5a7cd55e874afe102fb593ee1a936662 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?= Date: Tue, 27 Sep 2022 08:27:16 +0800 Subject: Use Heebo Bold for card title --- GridCardItem.ui.qml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'GridCardItem.ui.qml') diff --git a/GridCardItem.ui.qml b/GridCardItem.ui.qml index 64b1dc8..6f4340d 100644 --- a/GridCardItem.ui.qml +++ b/GridCardItem.ui.qml @@ -90,14 +90,20 @@ Item { } + FontLoader { + id: heebo + name: "Heebo Bold" + source: "Heebo-Bold.ttf" + } + Label { id: title width: parent.width text: titleText wrapMode: Text.Wrap font { - weight: Font.Medium - pointSize: 20 + family: heebo.name + pixelSize: 21 } anchors { top: badgeAndFavorite.bottom -- cgit v1.2.3