diff --git a/src/qml/CustomMenuItem.qml b/src/qml/CustomMenuItem.qml index fa61a21..b0b82d1 100644 --- a/src/qml/CustomMenuItem.qml +++ b/src/qml/CustomMenuItem.qml @@ -6,7 +6,7 @@ MenuItem { Settings { id: appearance category: "Appearance" - property string fontName: "Noto Sans" + property string fontName: "Roboto" } id: menuItem implicitWidth: 100 diff --git a/src/qml/main.qml b/src/qml/main.qml index d4d9208..ef83c44 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -89,7 +89,7 @@ ApplicationWindow { property bool titleOnlyOnFullscreen: true property bool clickToPause: true property bool useMpvSubs: false - property string fontName: "Noto Sans" + property string fontName: "Roboto" } Settings { id: i18n