gui: Add Roboto Mono font

This commit is contained in:
Hennadii Stepanov
2021-02-21 18:43:34 +02:00
parent 5bb64acd9d
commit 89e421918e
5 changed files with 25 additions and 2 deletions

View File

@@ -44,6 +44,7 @@
#include <QApplication>
#include <QDebug>
#include <QFontDatabase>
#include <QLibraryInfo>
#include <QLocale>
#include <QMessageBox>
@@ -475,6 +476,7 @@ int GuiMain(int argc, char* argv[])
#endif
BitcoinApplication app;
QFontDatabase::addApplicationFont(":/fonts/monospace");
/// 2. Parse command-line options. We do this after qt in order to show an error if there are problems parsing these
// Command-line options take precedence: