Add a page specific css

This commit is contained in:
Dhananjay Balan
2024-02-11 18:20:55 +01:00
parent 6794bd6b4c
commit d432b57b56
3 changed files with 31 additions and 6 deletions

24
css/pages.css Normal file
View File

@@ -0,0 +1,24 @@
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;
}