Files
toledot.post-self.ink/static/css/toledot.css
T

19 lines
351 B
CSS
Raw Normal View History

2021-10-20 18:09:27 -07:00
@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400;1,700&family=Gotu&display=swap');
2022-02-04 22:18:27 -08:00
body main {
2021-10-20 18:09:27 -07:00
font-family: "Gentium Basic", serif;
}
h1, h2 {
font-family: "Gotu", sans-serif;
}
blockquote {
overflow-wrap: break-word;
}
2022-05-09 18:28:04 -07:00
blockquote ul {
list-style-type: disc;
2022-05-09 18:29:05 -07:00
margin-left: 1rem;
2022-05-09 18:28:04 -07:00
}