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

@font-face {
font-family: 'Roboto', monospace;
url(Roboto-Regular.ttf) format('truetype');
}
body {
font-family: 'Roboto', sans-serif;
}
a {
text-decoration:none!important;
}
blockquote {
background: #f9f9f9;
border-left: 8px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
}
h1,h2, h3, h4, h5 {
border-bottom: 1px solid #cccccc;
padding-top: 20px;
}