diff options
| author | 2011-03-18 17:46:14 -0400 | |
|---|---|---|
| committer | 2011-03-18 17:46:14 -0400 | |
| commit | ec016fc167fa3306e37090a337f7b40439c35b48 (patch) | |
| tree | c28039f1a566d58bc57c8837bb89d786647b2cc5 /Introduction.cpp | |
| parent | Revert "Attempt css instead of setfont." (diff) | |
| download | Author-ec016fc167fa3306e37090a337f7b40439c35b48.tar.xz Author-ec016fc167fa3306e37090a337f7b40439c35b48.zip | |
Revert 7c00afe0392728279e18baee30be63440c871c25 partially.
Diffstat (limited to 'Introduction.cpp')
| -rw-r--r-- | Introduction.cpp | 1 |
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()); |
