Use requireCSS to load FontAwesome

This commit is contained in:
yflory
2018-03-21 18:31:53 +01:00
parent a718603b36
commit 4288f536f1
16 changed files with 16 additions and 16 deletions

View File

@@ -3,7 +3,7 @@ define([
'/common/hyperscript.js',
'/customize/pages.js',
'less!/bower_components/components-font-awesome/css/font-awesome.min.css',
'css!/bower_components/components-font-awesome/css/font-awesome.min.css',
], function ($, h, Pages) {
$(function () {
var $body = $('body');