blogng/css/pages.css
2024-02-11 22:33:49 +01:00

30 lines
572 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: 14pt;
}
h1 {
font-weight: normal;
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
font-size: 36pt;
font-weight: bold;
}
h2 {
font-family: Charter, "Bitstream Charter", "Sitka Text", Cambria, serif;
font-size: 22pt;
margin-top: 1.5em;
font-weight: bold;
}
img {
width: 400px;
height: auto;
}