diff options
Diffstat (limited to 'GridCardItem.ui.qml')
| -rw-r--r-- | GridCardItem.ui.qml | 10 |
1 files changed, 8 insertions, 2 deletions
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 |