From 19554091c478c4398012e0a537f9720ff4047423 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 15 Jan 2025 02:50:15 -0500 Subject: [PATCH] changed headers to not bold and minor changes --- notes | 1 + posts/impossible_problems_bots.md | 2 +- static/css/layout.css | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/notes b/notes index 7f43a79..92ec837 100644 --- a/notes +++ b/notes @@ -5,6 +5,7 @@ https://www.goatcounter.com/ https://web.dev/articles/optimize-webfont-loading noted fonts: +Jetbrains Mono https://fonts.google.com/specimen/JetBrains+Mono "Averia Serif Libre",cursive Architects Daughter https://fonts.google.com/specimen/Architects+Daughter Courier New diff --git a/posts/impossible_problems_bots.md b/posts/impossible_problems_bots.md index 6ac6c64..e9e41f8 100644 --- a/posts/impossible_problems_bots.md +++ b/posts/impossible_problems_bots.md @@ -1,7 +1,7 @@ --- title: "Impossible problems: Bot Detection" -description: "" +description: "Attempting to describe various ways one might go about countering bots." date: "2025-01-09" diff --git a/static/css/layout.css b/static/css/layout.css index abd6ffa..ed380cd 100644 --- a/static/css/layout.css +++ b/static/css/layout.css @@ -95,8 +95,9 @@ ul, ol { } h1, h2, h3, h4, h5, h6 { - /*I want serifs dangit*/ font-family: "Courier Prime", Georgia, serif; + /* Default bold hurt Banan's eyes*/ + font-weight: normal; } p{ font-size: var(--base-text-size);