Skip to content
Snippets Groups Projects
Commit 30873794 authored by Martin Leblanc's avatar Martin Leblanc
Browse files

ISTWCMS-6569: Move inline css to ohana utility scss

parent e89238f8
No related branches found
No related tags found
1 merge request!113ISTWCMS-6569: Adds customized js text-balancer if needed
......@@ -35,11 +35,8 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap" media="print" onload="this.media='all'" />
<!-- Style for the headline balance text js -->
<style>.balance-text {visibility: hidden;}@media (scripting: none) {.balance-text {visibility: visible;}}@supports (text-wrap: balance) {.balance-text {text-wrap: balance; visibility: visible;}}</style>
<noscript>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;700&family=Barlow:wght@400;500;700&display=swap" />
<style>.balance-text {visibility: visible !important;}</style>
</noscript>
{% if not uw_admin_page %}
<!-- Google Tag Manager -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment