diff options
Diffstat (limited to 'Counter.ui.qml')
-rw-r--r-- | Counter.ui.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Counter.ui.qml b/Counter.ui.qml index e6e7318..cc979d2 100644 --- a/Counter.ui.qml +++ b/Counter.ui.qml @@ -38,6 +38,7 @@ Item { ColumnLayout { FontLoader { id: bold + name: "Heebo" source: "Heebo/Heebo-Bold.ttf" } @@ -51,6 +52,7 @@ Item { FontLoader { id: medium + name: "Heebo" source: "Heebo/Heebo-Bold.ttf" } |