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