changing font for the home page
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 17 Apr 2018 20:22:43 +0000 (16:22 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 17 Apr 2018 20:22:43 +0000 (16:22 -0400)
adding montserrat font

header.php
style.css

index 6ca7399..3a61e09 100644 (file)
@@ -17,7 +17,7 @@
 <!--[if lt IE 9]>
        <script src="<?php echo get_template_directory_uri(); ?>/js/html5shiv.js"></script>
 <![endif]-->
-
+<link href='https://fonts.googleapis.com/css?family=Montserrat:400,400italic,700' rel='stylesheet' type='text/css'>
 <?php wp_head(); ?>
 </head>
 
@@ -91,6 +91,7 @@
                if(of_get_option('show_social') == 1):
                        do_action('accesspress_social');
                endif; ?>
+        <div id="industries">industries</div>
        </header><!-- #masthead -->
 
        <?php 
index 1420c5d..c599d95 100644 (file)
--- a/style.css
+++ b/style.css
@@ -79,10 +79,10 @@ tr,
 th,
 td {
     border: 0;
-    font-family: inherit;
+    font-family: 'Montserrat';
     font-size: 100%;
     font-style: inherit;
-    font-weight: inherit;
+    font-weight: lighter;
     margin: 0;
     outline: 0;
     padding: 0;
@@ -173,7 +173,7 @@ input,
 select,
 textarea {
     color: #404040;
-    font-family: 'Roboto', sans-serif;
+    font-family: 'Montserrat', sans-serif;
     line-height: 1.5;
     font-weight: 300;
     font-size: 16px;
@@ -1000,7 +1000,7 @@ textarea#comment {
 
 .commentmetadata {
     float: right;
-    font-family: 'Lato', sans-serif;
+    font-family: 'Montserrat', sans-serif;
     font-size: 12px;
     font-style: italic;
     font-weight: 300;
@@ -2348,7 +2348,7 @@ Social
     background: #333;
     padding: 6px 10px;
     font-size: 11px;
-    font-family: Arial;
+    font-family: 'Montserrat';
     text-decoration: none;
     position: absolute;
     left: 130%;