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 {
font-family: "Cormorant Garamond";
font-size: 10pt;
line-height: 1;
line-height: 1.05;
counter-reset: sidenote-counter;
}
pre {
font-family: "Fantasque Sans Mono";
column-span: all;
}
h1, h2, h3, h4, h5, h6 {
font-family: "Cormorant SC";
font-weight: 400;
font-variant: small-caps;
}
img {
max-width: 100%;

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

Loading…
Cancel
Save