changed headers to not bold and minor changes
This commit is contained in:
parent
04ab549ba8
commit
19554091c4
3 changed files with 4 additions and 2 deletions
1
notes
1
notes
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue