Initial site

This commit is contained in:
Madison Scott-Clary
2022-02-14 16:49:40 -08:00
commit 7d12cb2c8b
7 changed files with 57 additions and 0 deletions

13
static/css/neviim.css Normal file
View File

@ -0,0 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400;1,700&family=Gotu&display=swap');
body main {
font-family: "Gentium Basic", serif;
}
h1, h2 {
font-family: "Gotu", sans-serif;
}
blockquote {
overflow-wrap: break-word;
}