1
0
Fork 0
forked from cisti/hackrocchio
hackrocchio/theme/css/theme.css
2020-02-13 14:23:03 +01:00

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;
}