From 3c513c18879fa3c5b9bb63fb2bd452903cd8ecd9 Mon Sep 17 00:00:00 2001 From: ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ Date: Tue, 27 Sep 2022 08:35:58 +0800 Subject: Boldness need to be explicitly set true --- GridCardItem.ui.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/GridCardItem.ui.qml b/GridCardItem.ui.qml index 6f4340d..1e8a75d 100644 --- a/GridCardItem.ui.qml +++ b/GridCardItem.ui.qml @@ -104,6 +104,7 @@ Item { font { family: heebo.name pixelSize: 21 + bold: true } anchors { top: badgeAndFavorite.bottom -- cgit v1.3