Adding new google fonts
authorIan Weller <ian@gaslightmedia.com>
Mon, 26 Aug 2019 15:16:36 +0000 (11:16 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 26 Aug 2019 15:16:36 +0000 (11:16 -0400)
I added the new google fonts equivelent to those used in the new psd.

header.php

index 06bbe79..b126d6c 100644 (file)
@@ -8,6 +8,8 @@
     <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.83">
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
+    <link href="https://fonts.googleapis.com/css?family=PT+Sans:400,700&display=swap" rel="stylesheet">
+    <link href="https://fonts.googleapis.com/css?family=Dancing+Script&display=swap" rel="stylesheet">
     <?php wp_head(); ?>
 <script>(function() {
   var _fbq = window._fbq || (window._fbq = []);
@@ -81,13 +83,13 @@ window._fbq.push(['track', 'PixelInitialized', {}]);
                             <div class="large-3 columns show-for-large-up">
                                 <div class="row large-collapse">
                                     <div class="large-6 columns right">
-                                        <ul>
+                                        <ul class="right">
                                             <li><a id="search-input" href="#"><img alt="Search Link" src="<?php echo get_template_directory_uri();?>/assets/search-icon.png"></a></li>
                                         </ul>
                                         <?php get_template_part("parts/search"); ?>
                                     </div>
                                     <div class="large-6 columns">
-                                        <ul class="right">
+                                        <ul class="social right">
                                             <li class="facebook"><a href="#" target="_blank"></a></li>
                                             <li class="twitter"><a href="#" target="_blank"></a></li>
                                             <li class="instagram"><a href="#" target="_blank"></a></li>