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