From e4de57c4077f74ec027e05d23dfee2d4b842276b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 22 Dec 2017 23:14:08 -0500 Subject: use Neucha as the font for prose text --- src/main.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main.scss b/src/main.scss index 98adccb..f85003b 100644 --- a/src/main.scss +++ b/src/main.scss @@ -1,11 +1,10 @@ -@import url(https://fonts.googleapis.com/css?family=Patrick+Hand+SC); +@import url(https://fonts.googleapis.com/css?family=Neucha|Patrick+Hand+SC); body { margin: 0; padding: 0; background: rgb(255,255,240); - font-family: 'Patrick Hand SC', sans-serif; a { text-decoration: none; color: #1963b6; @@ -35,6 +34,7 @@ header { flex-direction: column; text-align: center; + font-family: 'Patrick Hand SC', sans-serif; background-color: rgb(200,200,160); @@ -87,6 +87,7 @@ header { article, footer { width: 60%; margin: 0 auto; + font-family: 'Neucha', sans-serif; } article { @@ -147,6 +148,7 @@ body.index { article { @include card-container; + font-family: 'Patrick Hand SC', sans-serif; & > h1 { display: block; -- cgit v1.1-4-g5e80