initial content

This commit is contained in:
Madison Scott-Clary
2021-10-20 18:09:27 -07:00
parent 384e778df1
commit 0259224745
6 changed files with 167 additions and 4 deletions

13
static/css/toledot.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 {
font-family: "Gentium Basic", serif;
}
h1, h2 {
font-family: "Gotu", sans-serif;
}
blockquote {
overflow-wrap: break-word;
}