summaryrefslogtreecommitdiffstats
path: root/examples/purchasing/qthangman/qml/qthangman/GameView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/purchasing/qthangman/qml/qthangman/GameView.qml')
-rw-r--r--examples/purchasing/qthangman/qml/qthangman/GameView.qml5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/purchasing/qthangman/qml/qthangman/GameView.qml b/examples/purchasing/qthangman/qml/qthangman/GameView.qml
index c80892b..972eea7 100644
--- a/examples/purchasing/qthangman/qml/qthangman/GameView.qml
+++ b/examples/purchasing/qthangman/qml/qthangman/GameView.qml
@@ -28,6 +28,7 @@
import QtQuick 2.2
import QtQuick.Controls 1.1
+import "."
Item {
id: gameView
@@ -190,7 +191,7 @@ Item {
minimumPointSize: 8
font.pointSize: 64
color: "white"
- font.family: "Helvetica Neue"
+ font.family: Settings.fontFamily
font.weight: Font.Light
}
@@ -205,7 +206,7 @@ Item {
minimumPointSize: 8
font.pointSize: 64
color: "white"
- font.family: "Helvetica Neue"
+ font.family: Settings.fontFamily
font.weight: Font.Light
}
}