From 5012aaae0c1fc5418d7e72c2328571551650e4cd Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Sat, 5 Oct 2024 19:36:30 +0200 Subject: [PATCH] Use the cursive font for headers --- style.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/style.css b/style.css index 42fe9fb..c2e9db3 100644 --- a/style.css +++ b/style.css @@ -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 {