I added the needed images to the theme and I started work on the header
fonts. I have all the google fonts I need added and have begun to work
on the header font styles.
16 files changed:
<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">
+ <link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
<?php wp_head(); ?>
</head>
\ No newline at end of file
$oil : #333333;
$jet : #222222;
$black : #000000;
-$green : #008752;
-$red : #d2222a;
-$d-blue : #131c5f;
-$l-blue : #0093d1;
+$dark-green : #095a16;
+$dark-red : #752225;
+$bright-green: #578022;
+$tan : #b3aa7f;
+$light-tan : #eae8dd;
+$gray : #808080;
+
+//$d-blue : #131c5f;
+//$l-blue : #0093d1;
$body-background: $white;
}
}
//6. Main
+h1 {
+ font-family: 'Cinzel', serif;
+}
+h2 {
+ font-family: 'Cinzel', serif;
+}
+h3 {
+ font-family: 'Cinzel', serif;
+}
//7. Slideshow
//8. Blog
//9. Sidebar