13 lines
175 B
CSS
13 lines
175 B
CSS
html, body {
|
|
font-family: 'Roboto';
|
|
background: transparent;
|
|
}
|
|
|
|
/* revert changes made by Bootstrap */
|
|
p {
|
|
margin: 0;
|
|
}
|
|
h1, h2, h3, .h1, .h2, .h3 {
|
|
margin-top: 0;
|
|
}
|