Use the cursive font for headers

This commit is contained in:
Niels G. W. Serup 2024-10-05 19:36:30 +02:00
parent ee363bf8ee
commit 5012aaae0c
No known key found for this signature in database
GPG Key ID: 38EEEBCE67324F19
1 changed files with 19 additions and 0 deletions

View File

@ -69,6 +69,25 @@ article {
padding: 0 10px; padding: 0 10px;
} }
h1, h2, h3 {
font-family: kaushanscript;
margin: 0;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.5em;
}
h3 {
font-size: 1em;
}
p {
margin-top: 0;
} }
p.imagetext { p.imagetext {