1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added new endpoint for webfont

This commit is contained in:
nobody42
2020-03-24 10:02:12 +01:00
parent f45a67b083
commit 4283e9f0fd
5 changed files with 28 additions and 2 deletions

View File

@@ -154,5 +154,9 @@ var resources = {
'webfont': {
'path': 'resources/webfont/{version}/webfont.jsm',
'type': 'application/javascript'
},
'webfontloader': {
'path': 'resources/webfont/{version}/webfontloader.jsm',
'type': 'application/javascript'
}
};