summaryrefslogtreecommitdiff
path: root/Counter.ui.qml
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-13 21:19:42 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2023-02-13 21:19:42 +0800
commit747c92ad7e197036e926350acf2a17f7076a3c72 (patch)
treeeb0759bb0a430a8bcd23bb83c460f0a0a2e5c206 /Counter.ui.qml
parentac9411f3a2ee6ff4d7e3c13ae605c393407eb5d3 (diff)
Revert "FontLoader with source doesn't need the name set"
This reverts commit ac9411f3a2ee6ff4d7e3c13ae605c393407eb5d3.
Diffstat (limited to 'Counter.ui.qml')
-rw-r--r--Counter.ui.qml2
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"
}