From eca96ff0bc42733d3e76bf8efc1daa005fa8e148 Mon Sep 17 00:00:00 2001 From: Nikita <> Date: Tue, 19 Nov 2024 19:01:09 +0200 Subject: [PATCH] no message --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 8b3a7a8..ed3ed5d 100644 --- a/style.css +++ b/style.css @@ -12,22 +12,22 @@ html { src: url('font/GeistMono.ttf') format('truetype'); } h1{ - font-family: "GeistMono"; + font-family: 'GeistMono'; font-size: 2.5rem; font-weight: 700; } h2{ - font-family: "GeistMono"; + font-family: 'GeistMono'; font-size: 2rem; font-weight: 700; } h3{ - font-family: "GeistMono"; + font-family: 'GeistMono'; font-size: 1.5rem; font-weight: 700; } p, a, ul, li, body{ - font-family: "GeistMono"; + font-family: 'GeistMono'; font-weight: 200; font-size: 1rem; }