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:
parent
ca06c47b55
commit
1619646f0a
6 changed files with 304 additions and 41 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue