Update AssetList.php

Allow .otf and .woff2 font formats by default. These file types are included in popular packages such as Bootstrap and Font Awesome.
This commit is contained in:
Derek Bourgeois 2016-02-15 10:37:56 -05:00
parent fade9413d9
commit 4797364a04

View File

@ -61,9 +61,11 @@ class AssetList extends WidgetBase
'css',
'js',
'woff',
'woff2',
'svg',
'ttf',
'eot',
'otf',
'json',
'md',
'less',