|
|
@@ -24,20 +24,20 @@ Assets included with the VHS viewhelpers
|
|
|
|
|
|
<style>
|
|
|
@font-face {
|
|
|
- font-family: "fontawesome";
|
|
|
- src: url("/typo3conf/ext/ot_templating/Resources/Public/assets/Modern/fonts/fontawesome-webfont.ttf") format("truetype");
|
|
|
+ font-family: "fontawesome";
|
|
|
+ src: url("/typo3conf/ext/ot_templating/Resources/Public/assets/Modern/fonts/fontawesome-webfont.ttf") format("truetype");
|
|
|
}
|
|
|
@font-face {
|
|
|
- font-family: "themify";
|
|
|
- src: url("/typo3conf/ext/ot_templating/Resources/Public/assets/Modern/fonts/themify.ttf") format("truetype");
|
|
|
+ font-family: "themify";
|
|
|
+ src: url("/typo3conf/ext/ot_templating/Resources/Public/assets/Modern/fonts/themify.ttf") format("truetype");
|
|
|
}
|
|
|
@font-face {
|
|
|
- font-family: "slick";
|
|
|
- src: url("/typo3conf/ext/ot_templating/Resources/Public/assets/Modern/fonts/slick.ttf") format("truetype");
|
|
|
+ font-family: "slick";
|
|
|
+ src: url("/typo3conf/ext/ot_templating/Resources/Public/assets/Modern/fonts/slick.ttf") format("truetype");
|
|
|
}
|
|
|
@font-face {
|
|
|
- font-family: "revicons";
|
|
|
- src: url("/typo3conf/ext/ot_templating/Resources/Public/assets/Modern/fonts/revicons.ttf") format("truetype");
|
|
|
+ font-family: "revicons";
|
|
|
+ src: url("/typo3conf/ext/ot_templating/Resources/Public/assets/Modern/fonts/revicons.ttf") format("truetype");
|
|
|
}
|
|
|
</style>
|
|
|
|
|
|
@@ -70,9 +70,11 @@ Assets included with the VHS viewhelpers
|
|
|
path="{assets_dir}/style/plugins/slick-theme.css"
|
|
|
standalone="{force_standalone}"/>
|
|
|
|
|
|
+<f:comment><!-- Leaflet's path shall not be rewritten since
|
|
|
+ it won't find the images files anymore --></f:comment>
|
|
|
<v:asset.style name="modern-leaflet-css"
|
|
|
path="{assets_dir}/style/plugins/leaflet.css"
|
|
|
- standalone="{force_standalone}"
|
|
|
+ standalone="1"
|
|
|
rewrite="0"/>
|
|
|
|
|
|
<f:comment><!-- includes all shortcodes ; some of them may have to be removed --></f:comment>
|