fix for small caps font name

workspace
Brendan Howell 4 years ago
parent b50c22bda8
commit 768c9648d3

@ -16,6 +16,7 @@
counter-reset: sidenote-counter; counter-reset: sidenote-counter;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
font-family: "Cormorant SC";
font-weight: 400; font-weight: 400;
font-variant: small-caps; font-variant: small-caps;
} }

@ -15,7 +15,7 @@
} }
body { body {
font-family: "Cormorant"; font-family: "Cormorant";
font-size: 12px; font-size: 14px;
line-height: 1; line-height: 1;
} }
img { img {
@ -42,6 +42,7 @@
margin: 0; margin: 0;
} }
#edition { #edition {
font-family: "Cormorant SC";
border-top: 2px solid black; border-top: 2px solid black;
border-bottom: 2px solid black; border-bottom: 2px solid black;
padding: 5px; padding: 5px;
@ -67,11 +68,13 @@
margin-bottom: 1em; margin-bottom: 1em;
} }
.entry .title{ .entry .title{
font-family: "Cormorant SC";
font-variant: small-caps; font-variant: small-caps;
font-weight: 400; font-weight: 400;
/* text-align: justify; */ /* text-align: justify; */
} }
.entry .source{ .entry .source{
font-family: "Cormorant Garamond";
font-style: italic; font-style: italic;
} }
.entry .barcode{ .entry .barcode{

Loading…
Cancel
Save