Fix bug with loading AFontGarde

The code isn't ready to start using AFontGarde from
the Pattern Library yet, so I've reverted the code back
to loading the copies from the vendor library.
This commit is contained in:
Andy Armstrong
2016-02-11 13:52:50 -05:00
parent 77343a02d2
commit 2ec7c17a45

View File

@@ -1236,9 +1236,9 @@ main_vendor_js = base_vendor_js + [
'js/vendor/jquery-ui.min.js',
'js/vendor/jquery.qtip.min.js',
'js/vendor/jquery.ba-bbq.min.js',
'pattern-library/js/modernizr.custom.js',
'pattern-library/js/afontgarde.js',
'pattern-library/js/edx-icons.js'
'js/vendor/afontgarde/modernizr.fontface-generatedcontent.js',
'js/vendor/afontgarde/afontgarde.js',
'js/vendor/afontgarde/edx-icons.js'
]
# Common files used by both RequireJS code and non-RequireJS code