mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-04 02:41:53 +00:00
Using bundled fonts by default (#307)
This commit is contained in:
parent
dc3fe4f3c4
commit
4cc51a6a51
@ -226,7 +226,7 @@ void Configuration::loadDarkTheme()
|
||||
|
||||
const QFont Configuration::getFont() const
|
||||
{
|
||||
QFont font = s.value("font", QFontDatabase::systemFont(QFontDatabase::FixedFont)).value<QFont>();
|
||||
QFont font = s.value("font", QFont("Inconsolata", 12)).value<QFont>();
|
||||
return font;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user