Inline font styles, remove obsolete icon font

This commit is contained in:
Björn Fromme
2022-02-13 17:36:29 +01:00
parent 47ea384cf2
commit 259e3863ec
10 changed files with 101 additions and 123 deletions
+1
View File
@@ -31,6 +31,7 @@ Encore
}
})
.copyFiles([
{ from: './public/typo3conf/ext/ep_theme/Resources/Private/Assets/fonts', to: 'fonts/[name].[ext]' },
{ from: './public/typo3conf/ext/ep_theme/Resources/Private/Assets/images', to: 'images/[name].[ext]' },
{ from: './public/typo3conf/ext/ep_theme/Resources/Private/Assets/images/icons', to: 'images/icons/[name].[ext]' },
{ from: './node_modules/leaflet/dist/images', to: 'images/[name].[ext]' },