fonts and colors

This commit is contained in:
2016-12-16 13:46:03 +01:00
parent e2209f53d1
commit 660272b64b

View File

@@ -22,7 +22,7 @@ h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em,
font-size: 1em;
font-weight: 400;
font-style: normal;
font: Caecilia Bold, sans-serif;
font: 'Caecilia Bold', sans-serif;
}
ul, ol {
@@ -49,7 +49,7 @@ article, aside, details, figcaption, figure, footer, header, hgroup,
/* TYPE */
html, body {
font: 12px/18px Futura Book, sans-serif;
font: 12px/18px 'Futura Book', sans-serif;
background-color: rgb(180, 170, 160);
color: black;
-webkit-font-smoothing: subpixel-antialiased;