blog titles match
authorIan Weller <ian@gaslightmedia.com>
Wed, 16 Sep 2015 17:16:49 +0000 (13:16 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 16 Sep 2015 17:16:49 +0000 (13:16 -0400)
css/app.css
scss/_blog.scss
search.php

index 855ca60..94fa698 100644 (file)
@@ -7211,7 +7211,7 @@ input[type="submit"].blogbutton {
       margin-bottom: 0;
       color: #690433; }
       #blog-posts-over article .entry-header .entry-title a {
-        font-family: "Kaushan Script";
+        font-family: "Open Sans";
         font-style: normal; }
     #blog-posts-over article .entry-header .meta.date {
       font-size: 13px;
index 42bbc73..802238b 100644 (file)
@@ -189,7 +189,7 @@ input[type="submit"].blogbutton {
             margin-bottom: 0;
             color: $maroon;
             a {
-                font-family: "Kaushan Script";
+                font-family: "Open Sans";
                 font-style: normal;
             }
         }
index f16f0cc..3d46b38 100644 (file)
@@ -16,7 +16,7 @@
                 <div class="small-11 small-centered columns">
                     <article id="<?php the_ID()?>" <?php post_class()?>>
                         <header class="entry-header">
-                            <h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1>
+                            <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
                             <span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
                         </header>