forked from Fediversity/Fediversity
13 lines
159 B
CSS
13 lines
159 B
CSS
|
body {
|
||
|
font-family: Heebo, sans-serif;
|
||
|
padding: 1em;
|
||
|
max-width: 50em;
|
||
|
margin: auto;
|
||
|
}
|
||
|
|
||
|
h1, h2, h3, h4, h5, h6
|
||
|
{
|
||
|
font-family: Signika, sans-serif;
|
||
|
}
|
||
|
|