###################
## webfontloader ##
###################
[globalVar = LIT:1 = {$plugin.tx_hive_thm_webfontloader.settings.production.optional.active}] && [globalVar = LIT:1 > {$plugin.tx_hive_cfg_typoscript.settings.gulp}]
page {
    headerData.333014 = TEXT
    headerData.333014.value (
<script type="text/javascript">;(function(){var a=document.createElement("script");var b=document.getElementsByTagName("script")[0];a.src=("https:"==document.location.protocol?"https":"http")+"://"+window.location.hostname+(window.location.port ? ':'+window.location.port : '')+"/typo3conf/ext/hive_thm_webfontloader/Resources/Public/Assets/Js/webfontloader.min.js.gzip";a.type="text/javascript";a.async="true";b.parentNode.insertBefore(a,b)})();
</script>
    )
}
[else]
     page {
            headerData.3330014 = TEXT
            headerData.3330014.value = <script type="text/javascript">
            headerData.3330015 = TEXT
            headerData.3330015.dataWrap = var hive_thm_webfontloader_active = {$plugin.tx_hive_thm_webfontloader.settings.production.optional.active};
            headerData.3330016 = TEXT
            headerData.3330016.value = </script>
        }
[global]