mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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:
parent
fade9413d9
commit
4797364a04
@ -61,9 +61,11 @@ class AssetList extends WidgetBase
|
||||
'css',
|
||||
'js',
|
||||
'woff',
|
||||
'woff2',
|
||||
'svg',
|
||||
'ttf',
|
||||
'eot',
|
||||
'otf',
|
||||
'json',
|
||||
'md',
|
||||
'less',
|
||||
|
Loading…
x
Reference in New Issue
Block a user