From b85b1e94bbc434f9277497891f91f155abac6c61 Mon Sep 17 00:00:00 2001 From: Kasper Friis Christensen Date: Mon, 22 Jan 2018 15:21:34 +0100 Subject: [PATCH] Changed font --- _scss/base/_typography.scss | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/_scss/base/_typography.scss b/_scss/base/_typography.scss index b972c41..4f0001c 100644 --- a/_scss/base/_typography.scss +++ b/_scss/base/_typography.scss @@ -1,18 +1,19 @@ html { - font-family: 'Roboto', sans-serif; + font-family: 'Open Sans', sans-serif; font-size: 16px; } h1, h2, h3, h4, h5, h6 { - font-family: 'Eczar', serif; + font-family: 'Montserrat', sans-serif; + } h1 { - font-size: 4rem; + font-size: 3rem; text-shadow: 4px 3px 0px rgb(90, 85, 81); - margin: 3rem 0; + margin: 0 0 3rem; display: block; - width: 90vw; + //width: 90vw; .even & { text-shadow: 4px 3px 0px rgba(0,0,0,0.15); }