From 2643f9315531633c435505e31d770f69ba1421be Mon Sep 17 00:00:00 2001 From: Kitteh Date: Fri, 2 Nov 2018 07:29:00 +0000 Subject: [PATCH] [UI] Default font roboto until I find out what "Youtube Noto" is. --- src/qml/CustomMenuItem.qml | 2 +- src/qml/main.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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