20 lines
367 B
CSS
20 lines
367 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Gentium+Plus: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;
|
|
}
|
|
|
|
.title ul {
|
|
list-style-type: initial;
|
|
text-align: left;
|
|
padding-left: 2rem;
|
|
}
|