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

Implemented: Font Awesome v4.7.0 by stackpath.bootstrapcdn.com

This commit is contained in:
nobody
2020-03-12 06:42:31 +01:00
parent 2a6d29f6dc
commit 83c76a9b15
5 changed files with 18 additions and 3 deletions

View File

@@ -70,6 +70,11 @@ var resources = {
'path': 'resources/ext-core/{version}/ext-core.jsm',
'type': 'application/javascript'
},
// Font Awesome
'fontawesome': {
'path': 'resources/fontawesome/{version}/font-awesome.min.cssm',
'type': 'text/css'
},
// jQuery
'jQuery': {
'path': 'resources/jquery/latest/jquery.min.jsm',