@font-face { font-family: 'text'; src: url("./text.ttf") format("truetype"); } @font-face { font-family: 'heading'; src: url("./heading.ttf") format("truetype"); } @font-face { font-family: 'code'; src: url("./code.ttf") format("truetype"); } @font-face { font-family: 'handnotes'; src: url("./handnotes.ttf") format("truetype"); } @font-face { font-family: 'typewriter'; src: url("./typewriter.ttf") format("truetype"); } body { font-family: text, sans-serif; max-width: 1024px; padding: 10px 10px; margin: 20px auto; } h1, h2, h3 { font-family: heading, serif; } a { text-decoration: none; } a:hover { text-decoration: underline; } a.textlink:before { content: "⇒ "; padding-left: 11px; } .quote { font-style: italic; } .quote:before { content: "« "; padding-left: 2px; } .quote:after { content: " »"; padding-right: 2px; } ul { list-style: none; padding-right: 23px; padding-left: 10px; margin: 0.75em 0 0.75em 0; } li { color: purple; margin-left: 1em; margin-bottom: 0.25em; } li:before { content: "★"; padding-right: 5px; } img { max-width: 90%; display: block; margin: auto; border: 1px solid #333333; } pre { font-family: code, monospace; overflow-x: auto; padding-left: 23px; border-left: dashed grey; } span.inlinecode { font-family: code, monospace; padding: 1px; }