Files
qoheleth.post-self.ink/static/css/toledot.css
Madison Scott-Clary 8b8889db48 Start hugo site
2022-02-14 15:15:15 -08:00

14 lines
282 B
CSS

@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;
}