62 lines
952 B
CSS
62 lines
952 B
CSS
@import url('https://fonts.googleapis.com/css2?family=Gotu&family=Noto+Sans+Mono&display=swap');
|
|
|
|
main {
|
|
font-family: "Gentium Plus", sans-serif;
|
|
}
|
|
|
|
.ipa {
|
|
font-family: "Noto Sans Mono", monospace;
|
|
font-size: 14pt;
|
|
font-style: normal;
|
|
}
|
|
|
|
h1, h2 {
|
|
font-family: "Gotu", sans-serif;
|
|
}
|
|
|
|
blockquote {
|
|
overflow-wrap: break-word;
|
|
text-justify: none;
|
|
}
|
|
|
|
ul {
|
|
list-style-type: disc;
|
|
margin-left: 2rem;
|
|
}
|
|
|
|
ul + p {
|
|
margin-top: 1rem;
|
|
}
|
|
|
|
dt {
|
|
font-size: 90%;
|
|
font-style: italic;
|
|
line-height: 1.2;
|
|
text-decoration: underline;
|
|
color: #555;
|
|
}
|
|
|
|
dt:after {
|
|
content: ':'
|
|
}
|
|
|
|
dd {
|
|
margin-left: 1rem;
|
|
margin-bottom: 1rem;
|
|
}
|
|
|
|
figure {
|
|
margin: 1rem auto;
|
|
max-width: 90%;
|
|
}
|
|
|
|
figcaption {
|
|
text-align: center;
|
|
opacity: 0.9;
|
|
font-size: 50%;
|
|
}
|
|
main.story .author, main.story .character, main.story h3 {
|
|
font-family: "Gotu", sans-serif !important;
|
|
text-align: center !important;
|
|
}
|