Font finagling

This commit is contained in:
Madison Scott-Clary
2023-04-22 12:04:14 -07:00
parent 799b1df1f5
commit cf1c819bc2
3 changed files with 12 additions and 5 deletions

View File

@ -3,7 +3,7 @@
![Clade cover](/cover.png) ![Clade cover](/cover.png)
> **Clade** *(n)* /klɛ:id/ *post-self theory* > **Clade** *(n)* <span class="ipa">/kleɪd/</span> *post-self theory*
> A group of individuals patterned off a single root consciousness, formed through branching expansion of the forking of its constituent members. > A group of individuals patterned off a single root consciousness, formed through branching expansion of the forking of its constituent members.
> *See also: cladistics, cocladist, up-/down-/cross-tree instance, forking, post-self theory.* > *See also: cladistics, cocladist, up-/down-/cross-tree instance, forking, post-self theory.*
> — The System Central Library Encyclopedia > — The System Central Library Encyclopedia

View File

@ -1,7 +1,13 @@
@import url('https://fonts.googleapis.com/css2?family=Gentium+Basic:ital,wght@0,400;0,700;1,400;1,700&family=Gotu&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Gotu&family=Noto+Sans+Mono&display=swap');
body main { main {
font-family: "Gentium Basic", serif; font-family: "Gentium Plus", sans-serif;
}
.ipa {
font-family: "Noto Sans Mono", monospace;
font-size: 14pt;
font-style: normal;
} }
h1, h2 { h1, h2 {
@ -10,6 +16,7 @@ h1, h2 {
blockquote { blockquote {
overflow-wrap: break-word; overflow-wrap: break-word;
text-justify: none;
} }
ul { ul {