From 768c9648d3bb3d06b4a3d6f96fd2861099921cdd Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Thu, 2 Apr 2020 09:45:11 +0200 Subject: [PATCH] fix for small caps font name --- screenless/bureau/publications/article.html | 1 + screenless/bureau/publications/news.html | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/screenless/bureau/publications/article.html b/screenless/bureau/publications/article.html index 631bb2e..fee88cd 100644 --- a/screenless/bureau/publications/article.html +++ b/screenless/bureau/publications/article.html @@ -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; } diff --git a/screenless/bureau/publications/news.html b/screenless/bureau/publications/news.html index d7197d6..069d330 100644 --- a/screenless/bureau/publications/news.html +++ b/screenless/bureau/publications/news.html @@ -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{