Add a page specific css
This commit is contained in:
24
css/pages.css
Normal file
24
css/pages.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user