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

Added: Font Awesome v4.7.0 loaded by WebFontLoader (#73)

This commit is contained in:
nobody
2020-08-03 13:36:13 +02:00
parent d0cffa56d3
commit 12cc466d34
8 changed files with 72 additions and 3 deletions

View File

@@ -670,6 +670,14 @@ var resources = {
'path': 'resources/webfont/{version}/webfontloader.jsm',
'type': 'application/javascript'
},
'webfontloaderFontawesomeJS': {
'path': 'resources/webfont/a1f20be65b.jsm',
'type': 'application/javascript'
},
'webfontloaderFontawesomeCSS': {
'path': 'resources/webfont/a1f20be65b.css',
'type': 'text/css'
},
// WebRTC adapter
'webRTCadapter': {
'path': 'resources/webrtc-adapter/{version}/adapter.min.jsm',