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*/