summaryrefslogtreecommitdiff
path: root/GridCardItem.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-27 08:58:46 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2022-09-27 08:58:46 +0800
commit2b3bfa6379bfe03e0140157c2b0d262be6a06ac0 (patch)
tree27fcbd24a0f0f9e2099711846927327dcb91c6ae /GridCardItem.ui.qml
parent658403fe475ff0dc4b72adac6d0dbfbc26c20353 (diff)
The font name needs to be exact
Diffstat (limited to 'GridCardItem.ui.qml')
-rw-r--r--GridCardItem.ui.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/GridCardItem.ui.qml b/GridCardItem.ui.qml
index 6f4340d..546c7fe 100644
--- a/GridCardItem.ui.qml
+++ b/GridCardItem.ui.qml
@@ -92,7 +92,7 @@ Item {
FontLoader {
id: heebo
- name: "Heebo Bold"
+ name: "Heebo"
source: "Heebo-Bold.ttf"
}