adding futura font and woobox script
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Apr 2018 19:59:52 +0000 (15:59 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 20 Apr 2018 19:59:52 +0000 (15:59 -0400)
index.php
parts/header-meta.php

index a2de5c8..1562291 100644 (file)
--- a/index.php
+++ b/index.php
@@ -3,6 +3,14 @@
     <?php get_template_part("parts/header-meta"); ?>
     <?php $index_template = true;?>
     <body>
+    <div id='woobox-root'></div>
+        <script>(function(d, s, id) {
+        var js, fjs = d.getElementsByTagName(s)[0];
+        if (d.getElementById(id)) return;
+        js = d.createElement(s); js.id = id;
+        js.src = "https://woobox.com/js/plugins/woo.js";
+        fjs.parentNode.insertBefore(js, fjs);
+        }(document, 'script', 'woobox-sdk'));</script>
         <div class="off-canvas-wrap" data-offcanvas>
             <div class="inner-wrap">
                 <div id="page-wrapper">
index 0ca530f..6172e95 100644 (file)
@@ -6,5 +6,6 @@
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico?v=1.0.4">
     <link href='https://fonts.googleapis.com/css?family=Montserrat:400,400italic,700' rel='stylesheet' type='text/css'>
+    <link rel="stylesheet" href="https://use.typekit.net/vqf0bqy.css">
     <?php wp_head(); ?>
   </head>
\ No newline at end of file