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

23 lines
374 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
2022-05-09 18:33:17 -07:00
ul {
2022-05-09 18:28:04 -07:00
list-style-type: disc;
2022-05-09 18:34:41 -07:00
margin-left: 2rem;
2022-05-09 18:28:04 -07:00
}
2022-05-09 18:39:19 -07:00
ul + p {
margin-top: 1rem;
}