From 5f37a2cdb15ddbc6d1f05469e0d2c647808e87f7 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: Wed, 28 Sep 2022 06:59:42 +0800 Subject: Move fonts and their licences to each corresponding directory --- GridCardItem.ui.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GridCardItem.ui.qml') diff --git a/GridCardItem.ui.qml b/GridCardItem.ui.qml index 31bb473..2b4596e 100644 --- a/GridCardItem.ui.qml +++ b/GridCardItem.ui.qml @@ -87,7 +87,7 @@ Item { FontLoader { id: roboto name: "Roboto" - source: "Roboto-Regular.ttf" + source: "Roboto/Roboto-Regular.ttf" } Label { @@ -120,7 +120,7 @@ Item { FontLoader { id: heebo name: "Heebo" - source: "Heebo-Bold.ttf" + source: "Heebo/Heebo-Bold.ttf" } Label { -- cgit v1.2.3