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