blogng/css/pages.css
2024-02-11 18:20:55 +01:00

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