Use the cursive font for headers

This commit is contained in:
2024-10-05 19:36:30 +02:00
parent ee363bf8ee
commit 5012aaae0c

View File

@@ -69,6 +69,25 @@ article {
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 {