no message
This commit is contained in:
parent
e168d9862f
commit
eca96ff0bc
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue