templates/Layout/_webfonts.html.twig line 1

Open in your IDE?
  1. {% block webfonts %}
  2.     <link href="https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700" rel="stylesheet">
  3.     <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
  4.           integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"
  5.           media="none" onload="if(media!='all')media='all'">
  6.     <noscript><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
  7.                     integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous"></noscript>
  8. {% endblock %}