diff options
Diffstat (limited to 'CardGrid.ui.qml')
| -rw-r--r-- | CardGrid.ui.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CardGrid.ui.qml b/CardGrid.ui.qml index 1f87668..90ef11d 100644 --- a/CardGrid.ui.qml +++ b/CardGrid.ui.qml @@ -98,6 +98,7 @@ Item { FontLoader { id: roboto + name: "Roboto" source: doesntEmbed ? "" : "Roboto/Roboto-Regular.ttf" } |