diff options
| author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-28 06:59:42 +0800 |
|---|---|---|
| committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2022-09-28 06:59:42 +0800 |
| commit | 5f37a2cdb15ddbc6d1f05469e0d2c647808e87f7 (patch) | |
| tree | 5f4ea390ce3aaf9f5c0e2510ace0cd08c30d8b79 /GridCardItem.ui.qml | |
| parent | 31a3445a8f76d7fd8a2c71ba329c414c30d90218 (diff) | |
Move fonts and their licences
to each corresponding directory
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 { |