Changed font

This commit is contained in:
Kasper Friis Christensen 2018-01-22 15:21:34 +01:00
parent 17315befd8
commit b85b1e94bb

View file

@ -1,18 +1,19 @@
html { html {
font-family: 'Roboto', sans-serif; font-family: 'Open Sans', sans-serif;
font-size: 16px; font-size: 16px;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: 'Eczar', serif; font-family: 'Montserrat', sans-serif;
} }
h1 { h1 {
font-size: 4rem; font-size: 3rem;
text-shadow: 4px 3px 0px rgb(90, 85, 81); text-shadow: 4px 3px 0px rgb(90, 85, 81);
margin: 3rem 0; margin: 0 0 3rem;
display: block; display: block;
width: 90vw; //width: 90vw;
.even & { .even & {
text-shadow: 4px 3px 0px rgba(0,0,0,0.15); text-shadow: 4px 3px 0px rgba(0,0,0,0.15);
} }