25 lines
527 B
CSS
25 lines
527 B
CSS
body {
|
|
font-family: "Nimbus Mono PS", "Courier New", monospace;
|
|
font-weight: normal;
|
|
color: #454545;
|
|
margin: 1em auto;
|
|
max-width: 1000px;
|
|
padding: 1em;
|
|
text-align: left;
|
|
font-size: 16pt;
|
|
}
|
|
|
|
h1 {
|
|
font-weight: normal;
|
|
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
|
|
font-size: 38pt;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h2 {
|
|
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
|
|
font-size: 24pt;
|
|
margin-top: 1.5em;
|
|
font-weight: bold;
|
|
}
|