1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Default font family now is Noto Sans. Linked to jellyfin-noto package

This commit is contained in:
ferferga 2020-02-03 17:18:15 +01:00
parent ca06c47b55
commit 1619646f0a
6 changed files with 304 additions and 41 deletions

View file

@ -732,7 +732,8 @@ var AppInfo = {};
"sortable",
"libjass",
"webcomponents",
"material-icons"
"material-icons",
"jellyfin-noto"
]
},
urlArgs: urlArgs,
@ -747,6 +748,7 @@ var AppInfo = {};
});
require(["css!assets/css/site"]);
require(["jellyfin-noto"]);
// define styles
// TODO determine which of these files can be moved to the components themselves