From 9bd6d780cb6f2c7be89872eec0d1ba81b09b0d2b Mon Sep 17 00:00:00 2001 From: Pagwin Date: Fri, 29 Nov 2024 00:23:49 -0500 Subject: [PATCH] courier new in a few extra places --- posts/hello.yaml | 2 +- static/css/layout.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/posts/hello.yaml b/posts/hello.yaml index a7d6983..02baa7a 100644 --- a/posts/hello.yaml +++ b/posts/hello.yaml @@ -2,5 +2,5 @@ title: Hello author: pagwin tags: [hello, this is a list] description: "this is a description" -draft: false +draft: false date: 2024-08-01 diff --git a/static/css/layout.css b/static/css/layout.css index 82a2a5d..0a4a1c9 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -29,6 +29,12 @@ a:hover { font-size: 2rem; padding: 0em 0.25em; border-radius: 0.5rem; + font-variant: small-caps; + font-family: "Courier Prime", Georgia, serif; +} + +dt >a { + font-family: "Courier Prime", Georgia, serif; } /*font sizes*/