From d50c25a720ef25b92892075f89200f411fe8ab24 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 8 Jan 2016 01:29:59 +0100 Subject: style: Make sc actually small-caps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 21606c0..d4b0181 100644 --- a/src/style.css +++ b/src/style.css @@ -115,6 +115,7 @@ header h1 { } .sc { + font-variant: small-caps; font-family: 'Fontin Sans SC'; } -- cgit v1.2.3-54-g00ecf