diff --git a/view/layout/basic.php b/view/layout/basic.php
index d53b52a8..bbb6fa4d 100644
--- a/view/layout/basic.php
+++ b/view/layout/basic.php
@@ -1,18 +1,18 @@
-
+
-
+
-
-
-
+
+
@@ -29,7 +29,7 @@
-
+
@@ -42,7 +42,7 @@
-
+
diff --git a/web/scss/_basic.scss b/web/scss/_basic.scss
index 8921c45a..fa9e96d4 100644
--- a/web/scss/_basic.scss
+++ b/web/scss/_basic.scss
@@ -10,7 +10,8 @@ html
}
body
{
- font-family: 'Raleway', sans-serif;
+ font-family: $bodyFont;
+ font-weight: 300;
line-height: 1.3333;
min-height: 100%;
position: relative;
@@ -34,6 +35,11 @@ iframe, img { max-width: 100%; }
iframe { margin: 0 auto; display: block; }
code { font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, monospace, serif; }
+h1, h2, h3, h4, h5, h6
+{
+ font-family: $headerFont;
+ font-weight: 300;
+}
h1, h2, h3
{
margin-bottom: $spacing-vertical;
@@ -109,6 +115,7 @@ a:hover img
text-decoration: none;
border: 0 none;
text-align: center;
+ font-weight: 400;
}
.btn-primary
{
diff --git a/web/scss/_global.scss b/web/scss/_global.scss
index 8322a03a..e00074cc 100644
--- a/web/scss/_global.scss
+++ b/web/scss/_global.scss
@@ -14,6 +14,8 @@ $mobile-width-threshold: 801px;
$max-content-width: 1000px;
$max-text-width: 660px;
+$headerFont: 'Raleway', sans-serif;
+$bodyFont: 'Lato', sans-serif;
@mixin clearfix()
{
diff --git a/web/scss/_header.scss b/web/scss/_header.scss
index cf7ad0c5..ecb3f4ce 100644
--- a/web/scss/_header.scss
+++ b/web/scss/_header.scss
@@ -51,7 +51,7 @@ $color-nav-border: #ddd;
a
{
&:hover { text-decoration: underline; }
- &.nav-active { font-weight: bold; }
+ // &.nav-active { font-weight: bold; }
}
}
diff --git a/web/scss/_hero.scss b/web/scss/_hero.scss
index 9aedd978..611de5fc 100644
--- a/web/scss/_hero.scss
+++ b/web/scss/_hero.scss
@@ -8,6 +8,7 @@
padding-bottom: $spacing-vertical;
blockquote
{
+ font-family: $headerFont;
border-left: 10px solid rgba(180, 180, 180, 0.3);
padding: 0 15px;
font-size: 1.5em;
diff --git a/web/scss/_sale.scss b/web/scss/_sale.scss
index 509ef2a1..5d839eb4 100644
--- a/web/scss/_sale.scss
+++ b/web/scss/_sale.scss
@@ -35,7 +35,7 @@
}
.sale-call-prep, .sale-call-verb
{
- font-size: 0.85em;
+// font-size: 0.85em;
}
.sale-ctas
{
@@ -44,7 +44,7 @@
.sale-cta
{
font-size: 2.0em;
- font-weight: bold;
+ font-weight: bold;
}
.sale-call-verb
{