From 84bdd3070536c10ac14d4914de22e5982e22c856 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Mon, 26 Dec 2022 18:56:03 -0500 Subject: [PATCH] Update small header css --- src/common/common.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/common/common.css b/src/common/common.css index 78a9ca8..a3551aa 100644 --- a/src/common/common.css +++ b/src/common/common.css @@ -14,6 +14,14 @@ h1, h2, h3, h4 { color: white; } +h5, h6 { + font-family: 'Lekton', Helvetica, Arial, sans-serif; + font-size: 40px; + line-height: 60px; + text-shadow: 1px 1px 1px grey; + color: white; +} + p, a, li, tr, td, span, noscript, figcaption { font-family: 'Lekton', Helvetica, Arial, sans-serif; font-size: 16px;