1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
|
h1 {
font-family: Vollkorn;
font-size: 32px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 32px;
}
h2 {
font-family: Vollkorn;
font-size: 28px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 23px;
}
h3 {
font-family: Vollkorn;
font-size: 24px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 23px;
}
p, li {
font-family: Vollkorn;
font-size: 16px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 23px;
}
li {
font-size: 12px;
}
blockquote {
font-family: Vollkorn;
font-size: 12px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 23px;
}
pre {
font-family: Vollkorn;
font-size: 13px;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 23px;
}
|