tweaks for small-caps. nicer fonts and formatting for preformatted text

workspace
Brendan Howell 4 years ago
parent 768c9648d3
commit 0b503594e4

@ -12,13 +12,16 @@
body { body {
font-family: "Cormorant Garamond"; font-family: "Cormorant Garamond";
font-size: 10pt; font-size: 10pt;
line-height: 1; line-height: 1.05;
counter-reset: sidenote-counter; counter-reset: sidenote-counter;
} }
pre {
font-family: "Fantasque Sans Mono";
column-span: all;
}
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: "Cormorant SC"; font-family: "Cormorant SC";
font-weight: 400; font-weight: 400;
font-variant: small-caps;
} }
img { img {
max-width: 100%; max-width: 100%;

@ -47,7 +47,6 @@
border-bottom: 2px solid black; border-bottom: 2px solid black;
padding: 5px; padding: 5px;
clear: both; clear: both;
font-variant: small-caps;
font-weight: 400; font-weight: 400;
} }
#motto { #motto {
@ -69,7 +68,6 @@
} }
.entry .title{ .entry .title{
font-family: "Cormorant SC"; font-family: "Cormorant SC";
font-variant: small-caps;
font-weight: 400; font-weight: 400;
/* text-align: justify; */ /* text-align: justify; */
} }
@ -111,7 +109,7 @@
.mail div.mailact { .mail div.mailact {
width: 25%; width: 25%;
float: right; float: right;
font-variant: small-caps; font-family: "Cormorant SC";
font-weight: 400; font-weight: 400;
} }
.mail div.actname { .mail div.actname {

Loading…
Cancel
Save