From e132268eaf9348ecc421de63eeb9bcf522be70ee Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 18 May 2024 00:12:47 +0300 Subject: footer is in handnotes --- extras/html/style-business.css | 4 ++++ extras/html/style.css | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'extras') diff --git a/extras/html/style-business.css b/extras/html/style-business.css index e90851c..3fbbf03 100644 --- a/extras/html/style-business.css +++ b/extras/html/style-business.css @@ -123,3 +123,7 @@ span.inlinecode { box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1); color: #333; } + +.footer { + font-family: handnotes; +} diff --git a/extras/html/style.css b/extras/html/style.css index b224a3c..927b3c1 100644 --- a/extras/html/style.css +++ b/extras/html/style.css @@ -123,3 +123,7 @@ span.inlinecode { box-shadow: 0 0 6px #00d4ff; color: #00d4ff; } + +.footer { + font-family: handnotes; +} -- cgit v1.2.3