You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
387 B

6 years ago
  1. @font-face {
  2. font-family: 'Roboto', monospace;
  3. url(Roboto-Regular.ttf) format('truetype');
  4. }
  5. body {
  6. font-family: 'Roboto', sans-serif;
  7. }
  8. a {
  9. text-decoration:none!important;
  10. }
  11. blockquote {
  12. background: #f9f9f9;
  13. border-left: 8px solid #ccc;
  14. margin: 1.5em 10px;
  15. padding: 0.5em 10px;
  16. }
  17. h1,h2, h3, h4, h5 {
  18. border-bottom: 1px solid #cccccc;
  19. padding-top: 20px;
  20. }