no message

This commit is contained in:
Nikita 2024-11-19 19:01:09 +02:00
parent e168d9862f
commit eca96ff0bc

View file

@ -12,22 +12,22 @@ html {
src: url('font/GeistMono.ttf') format('truetype'); src: url('font/GeistMono.ttf') format('truetype');
} }
h1{ h1{
font-family: "GeistMono"; font-family: 'GeistMono';
font-size: 2.5rem; font-size: 2.5rem;
font-weight: 700; font-weight: 700;
} }
h2{ h2{
font-family: "GeistMono"; font-family: 'GeistMono';
font-size: 2rem; font-size: 2rem;
font-weight: 700; font-weight: 700;
} }
h3{ h3{
font-family: "GeistMono"; font-family: 'GeistMono';
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 700; font-weight: 700;
} }
p, a, ul, li, body{ p, a, ul, li, body{
font-family: "GeistMono"; font-family: 'GeistMono';
font-weight: 200; font-weight: 200;
font-size: 1rem; font-size: 1rem;
} }