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
|
@ -102,3 +102,8 @@ var material_icons = require("material-design-icons-iconfont/dist/material-desig
|
|||
_define("material-icons", function() {
|
||||
return material_icons;
|
||||
});
|
||||
|
||||
var jellyfin_noto = require("jellyfin-noto");
|
||||
_define("jellyfin-noto", function () {
|
||||
return jellyfin_noto;
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue