diff options
Diffstat (limited to 'extras')
| -rw-r--r-- | extras/html/style-business.css | 4 | ||||
| -rw-r--r-- | extras/html/style.css | 4 |
2 files changed, 8 insertions, 0 deletions
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; +} |
