diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-13 21:46:58 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2023-02-13 21:46:58 +0800 |
commit | f922865705e7004d29509a673d7bc94ee57f8d9a (patch) | |
tree | 3349c49588f6b28efb4d79ea5652bd5ed3afc321 | |
parent | 747c92ad7e197036e926350acf2a17f7076a3c72 (diff) |
Revert "Revert "FontLoader with source doesn't need the name set""
This reverts commit 747c92ad7e197036e926350acf2a17f7076a3c72.
-rw-r--r-- | CardGrid.ui.qml | 1 | ||||
-rw-r--r-- | Counter.ui.qml | 2 | ||||
-rw-r--r-- | Header.qml | 1 | ||||
-rw-r--r-- | SignIn.ui.qml | 1 | ||||
-rw-r--r-- | SignUp.ui.qml | 1 |
5 files changed, 0 insertions, 6 deletions
diff --git a/CardGrid.ui.qml b/CardGrid.ui.qml index 90ef11d..1f87668 100644 --- a/CardGrid.ui.qml +++ b/CardGrid.ui.qml @@ -98,7 +98,6 @@ Item { FontLoader { id: roboto - name: "Roboto" source: doesntEmbed ? "" : "Roboto/Roboto-Regular.ttf" } diff --git a/Counter.ui.qml b/Counter.ui.qml index cc979d2..e6e7318 100644 --- a/Counter.ui.qml +++ b/Counter.ui.qml @@ -38,7 +38,6 @@ Item { ColumnLayout { FontLoader { id: bold - name: "Heebo" source: "Heebo/Heebo-Bold.ttf" } @@ -52,7 +51,6 @@ Item { FontLoader { id: medium - name: "Heebo" source: "Heebo/Heebo-Bold.ttf" } @@ -20,7 +20,6 @@ ToolBar { FontLoader { id: roboto - name: "Roboto" source: doesntEmbed ? "" : "Roboto/Roboto-Medium.ttf" } diff --git a/SignIn.ui.qml b/SignIn.ui.qml index bff46de..61e8b6b 100644 --- a/SignIn.ui.qml +++ b/SignIn.ui.qml @@ -11,7 +11,6 @@ Flickable { FontLoader { id: heebo - name: "Heebo" source: "Heebo/Heebo-Bold.ttf" } diff --git a/SignUp.ui.qml b/SignUp.ui.qml index c0afebe..1df7b1a 100644 --- a/SignUp.ui.qml +++ b/SignUp.ui.qml @@ -12,7 +12,6 @@ Flickable { FontLoader { id: heebo - name: "Heebo" source: "Heebo/Heebo-Bold.ttf" } |