From 8137847561ede9c286106419becc9ca99ced620d Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Sun, 23 Mar 2025 10:51:57 +0100 Subject: [PATCH] change font - Atkinson Hyperlegible --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 208be12..98ba076 100644 --- a/css/style.css +++ b/css/style.css @@ -34,7 +34,7 @@ body { box-sizing: border-box; - font-family: "Open Sans", sans-serif; + font-family: "Atkinson Hyperlegible", sans-serif; color: var(--txt-color); background-color: var(--bg-color); display: flex;