From ec016fc167fa3306e37090a337f7b40439c35b48 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Fri, 18 Mar 2011 17:46:14 -0400 Subject: Revert 7c00afe0392728279e18baee30be63440c871c25 partially. --- Introduction.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Introduction.cpp') 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()); -- cgit v1.2.3-59-g8ed1b