N°2269 Font Awesome v5 : remove unused CSS

This commit is contained in:
Pierre Goiffon
2019-07-17 08:53:35 +02:00
parent 073b1cd303
commit e9fdb61bb5
15 changed files with 6 additions and 11339 deletions

View File

@@ -42,8 +42,8 @@
{# - Font Combodo #}
<link href="{{ app['combodo.absolute_url'] ~ 'css/font-combodo/font-combodo.css'|add_itop_version }}" rel="stylesheet">
{# - Font awesome #}
<link href="{{ app['combodo.absolute_url'] ~ 'lib/font-awesome/css/all.css'|add_itop_version }}" rel="stylesheet">
<link href="{{ app['combodo.absolute_url'] ~ 'lib/font-awesome/css/v4-shims.css'|add_itop_version }}" rel="stylesheet">
<link href="{{ app['combodo.absolute_url'] ~ 'lib/font-awesome/css/all.min.css'|add_itop_version }}" rel="stylesheet">
<link href="{{ app['combodo.absolute_url'] ~ 'lib/font-awesome/css/v4-shims.min.css'|add_itop_version }}" rel="stylesheet">
{# - Misc libs #}
<link href="{{ app['combodo.portal.base.absolute_url'] ~ 'lib/typeahead/css/typeaheadjs.bootstrap.css'|add_itop_version }}" rel="stylesheet">
<link href="{{ app['combodo.absolute_url'] ~ 'css/selectize.default.css'|add_itop_version }}" rel="stylesheet">