diff --git a/Main.qml b/Main.qml index a4ed92f..0d32928 100644 --- a/Main.qml +++ b/Main.qml @@ -40,7 +40,7 @@ Item { contentItem: Text { text: session.displayText color: "white" - font.family: "Rajdhani" + //font.family: "Rajdhani" font.capitalization: Font.AllUppercase font.bold: true font.pointSize: 30 @@ -133,7 +133,7 @@ Item { width: 955 height: 75 background: null - font.family: "Rajdhani" + //font.family: "Rajdhani" font.pointSize: 30 font.bold: true color: "white" @@ -166,7 +166,7 @@ Item { width: 955 height: 75 background: null - font.family: "Rajdhani" + //font.family: "Rajdhani" font.pointSize: 30 font.bold: true color: "white"