theme.css 659 B

12345678910111213141516171819
  1. html, body {
  2. font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",Courier,monospace;
  3. /* font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; */
  4. font-size: 1.1rem;
  5. background-color: #222;
  6. /* color: #fff; */
  7. }
  8. h1, h2, h3, h4 {
  9. /* font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; */
  10. /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
  11. /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  12. font-family: Verdana, Geneva, Tahoma, sans-serif;
  13. font-weight: bold;
  14. }
  15. a {
  16. color: orange;
  17. }