mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Revert "pull fonts from official repository"
This commit is contained in:
parent
f59003568f
commit
1abe4845f5
6 changed files with 11 additions and 29 deletions
|
@ -90,6 +90,12 @@ _define('material-icons', function() {
|
|||
return materialIcons;
|
||||
});
|
||||
|
||||
// noto font
|
||||
const noto = require('jellyfin-noto');
|
||||
_define('jellyfin-noto', function () {
|
||||
return noto;
|
||||
});
|
||||
|
||||
const epubjs = require('epubjs');
|
||||
_define('epubjs', function () {
|
||||
return epubjs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue