forked from cisti/hackrocchio
19 lines
No EOL
659 B
CSS
19 lines
No EOL
659 B
CSS
html, body {
|
|
font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
|
|
/* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
|
|
font-size: 1.1rem;
|
|
background-color: #222;
|
|
/* color: #fff; */
|
|
}
|
|
|
|
h1, h2, h3, h4 {
|
|
/* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
|
|
/* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
|
|
/* font-family: Verdana, Geneva, Tahoma, sans-serif; */
|
|
font-family: Verdana, Geneva, Tahoma, sans-serif;
|
|
font-weight: bold;
|
|
}
|
|
|
|
a {
|
|
color: orange;
|
|
} |