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); }