summaryrefslogtreecommitdiffstatshomepage
path: root/Introduction.cpp
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-03-18 17:46:14 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-03-18 17:46:14 -0400
commitec016fc167fa3306e37090a337f7b40439c35b48 (patch)
treec28039f1a566d58bc57c8837bb89d786647b2cc5 /Introduction.cpp
parentRevert "Attempt css instead of setfont." (diff)
downloadAuthor-ec016fc167fa3306e37090a337f7b40439c35b48.tar.xz
Author-ec016fc167fa3306e37090a337f7b40439c35b48.zip
Revert 7c00afe0392728279e18baee30be63440c871c25 partially.
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());