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; }