Changed font
This commit is contained in:
parent
17315befd8
commit
b85b1e94bb
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue