changed headers to not bold and minor changes

This commit is contained in:
Pagwin 2025-01-15 02:50:15 -05:00
parent 04ab549ba8
commit 19554091c4
No known key found for this signature in database
GPG key ID: 81137023740CA260
3 changed files with 4 additions and 2 deletions

1
notes
View file

@ -5,6 +5,7 @@ https://www.goatcounter.com/
https://web.dev/articles/optimize-webfont-loading https://web.dev/articles/optimize-webfont-loading
noted fonts: noted fonts:
Jetbrains Mono https://fonts.google.com/specimen/JetBrains+Mono
"Averia Serif Libre",cursive "Averia Serif Libre",cursive
Architects Daughter https://fonts.google.com/specimen/Architects+Daughter Architects Daughter https://fonts.google.com/specimen/Architects+Daughter
Courier New Courier New

View file

@ -1,7 +1,7 @@
--- ---
title: "Impossible problems: Bot Detection" title: "Impossible problems: Bot Detection"
description: "" description: "Attempting to describe various ways one might go about countering bots."
date: "2025-01-09" date: "2025-01-09"

View file

@ -95,8 +95,9 @@ ul, ol {
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
/*I want serifs dangit*/
font-family: "Courier Prime", Georgia, serif; font-family: "Courier Prime", Georgia, serif;
/* Default bold hurt Banan's eyes*/
font-weight: normal;
} }
p{ p{
font-size: var(--base-text-size); font-size: var(--base-text-size);