fix for small caps font name

workspace
Brendan Howell 4 years ago
parent b50c22bda8
commit 768c9648d3

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

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

Loading…
Cancel
Save