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