Increase default font size to 16px
authorLaury GvR <laury@gaslightmedia.com>
Wed, 12 Jul 2017 21:06:13 +0000 (17:06 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 12 Jul 2017 21:06:13 +0000 (17:06 -0400)
css/app.css
header.php
scss/_main.scss
scss/_structure.scss

index 5f93be8..d821c4b 100644 (file)
@@ -7050,7 +7050,7 @@ main.page-front {
     main.page-front .blocks .block p {
       color: #888888;
       text-align: center;
-      font-size: 14px; }
+      font-size: 16px; }
     main.page-front .blocks .block .block-text a {
       color: #b32024; }
     main.page-front .blocks .block .block-readmore {
@@ -8273,11 +8273,11 @@ img#orb-foot {
   background-color: transparent; }
 
 body {
-  font-size: 14px; }
+  font-size: 16px; }
 
 p, a {
   font-family: "ingram-wide-2";
-  font-size: 14px; }
+  font-size: 16px; }
 
 h1 {
   font-family: "ingram-wide-2";
index 9efeac1..b63191a 100644 (file)
@@ -4,7 +4,7 @@
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.5">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=0.0.6">
 <!--      <link rel="shortcut icon" href="<?php //echo get_stylesheet_directory_uri(); ?>/favicon.ico">-->
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
index 122fa30..7494dce 100644 (file)
@@ -87,7 +87,7 @@ main {
                 p {
                     color: $dark-grey;
                     text-align: center;
-                    font-size: 14px;
+                    font-size: 16px;
                 }
                 .block-text a {
                     color: $red;
index 0cc5a05..865be0e 100644 (file)
     background-color: transparent;
 }
 body {
-    font-size: 14px;
+    font-size: 16px;
 }
 p, a {
     font-family: "ingram-wide-2";
-    font-size: 14px;
+    font-size: 16px;
 }
 h1 {
     font-family: "ingram-wide-2";