|
|
@@ -3,23 +3,23 @@
|
|
|
<f:comment><!--
|
|
|
Assets included with the VHS viewhelpers
|
|
|
|
|
|
-/!\ Warning: assets'names shall be uniques, even among styles and scripts viewhelpers!
|
|
|
+/!\ Warning: assets'names shall be uniques, even among asset.style and asset.script viewhelpers!
|
|
|
--></f:comment>
|
|
|
|
|
|
<v:variable.set name="assets_dir" value="EXT:ot_templating/Resources/Public/assets/Modern" />
|
|
|
-<v:variable.set name="force_standalone" value="1" />
|
|
|
+<v:variable.set name="force_standalone" value="0" />
|
|
|
|
|
|
<f:comment><!-- Fonts assets --></f:comment>
|
|
|
|
|
|
<v:asset.style name="montserrat-font"
|
|
|
path="https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,500,500i,600,700,800,900|Poppins:200,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900"
|
|
|
external="1"
|
|
|
- standalone="{force_standalone}" />
|
|
|
+ standalone="1" />
|
|
|
|
|
|
<v:asset.style name="dosis-font"
|
|
|
path="https://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700,800"
|
|
|
external="1"
|
|
|
- standalone="{force_standalone}"/>
|
|
|
+ standalone="1"/>
|
|
|
|
|
|
<style>
|
|
|
@font-face {
|
|
|
@@ -117,7 +117,7 @@ Assets included with the VHS viewhelpers
|
|
|
|
|
|
<v:asset.style name="custom-css"
|
|
|
path="{assets_dir}/style/custom.css"
|
|
|
- standalone="{force_standalone}"/>
|
|
|
+ standalone="1"/>
|
|
|
|
|
|
|
|
|
<f:comment><!-- Chosen theme --></f:comment>
|