summaryrefslogtreecommitdiffstatshomepage
path: root/Introduction.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Introduction.cpp')
-rw-r--r--Introduction.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Introduction.cpp b/Introduction.cpp
index c6f7e3f..8e083d2 100644
--- a/Introduction.cpp
+++ b/Introduction.cpp
@@ -22,6 +22,7 @@ Introduction::Introduction(QWidget *parent) :
newCompositionBoxLayout->addWidget(instructions);
newCompositionBoxLayout->addStretch();
QFont font;
+ font.setFamily("CMU Typewriter Text Variable Width");
font.setPointSize(16);
font.setBold(true);
m_title = new QLineEdit(defaultName());