summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-12-22 23:14:08 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-12-22 23:14:08 -0500
commite4de57c4077f74ec027e05d23dfee2d4b842276b (patch)
treea9b5f4ef49f274913d0f53c2177d2d97e42acce9
parentf9a30d866ce2e915d67cbce8e5b52aff73c4e269 (diff)
use Neucha as the font for prose text
-rw-r--r--src/main.scss6
1 files 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;