1
0
Fork 0

[UI] Default font roboto until I find out what "Youtube Noto" is.

This commit is contained in:
Kitteh 2018-11-02 07:29:00 +00:00
parent 1f42477cd9
commit 2643f93155
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ MenuItem {
Settings {
id: appearance
category: "Appearance"
property string fontName: "Noto Sans"
property string fontName: "Roboto"
}
id: menuItem
implicitWidth: 100

View file

@ -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