From d33aae6d3b4037223dbd0466e260a6ac21a9e4e7 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 24 Mar 2015 14:50:42 +0100 Subject: style: add fontin sans sc, and .sc class --- src/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src') diff --git a/src/style.css b/src/style.css index 1620dd6..3858498 100644 --- a/src/style.css +++ b/src/style.css @@ -105,6 +105,9 @@ header h1 { } } +.sc { + font-family: 'Fontin Sans SC'; +} blockquote { position:relative; @@ -249,3 +252,9 @@ footer #emblem img { font-weight: 700; src: local('Fontin Sans Bold'), local('FontinSans-Bold'), url('https://theos.kyriasis.com/fonts/Fontin_Sans_B_45b.otf') format('opentype'); } +@font-face { + font-family: 'Fontin Sans SC'; + font-style: normal; + font-weight: 400; + src: local('Fontin Sans Small Caps'), local('FontinSans-SC'), url('https://theos.kyriasis.com/fonts/Fontin_Sans_SC_45b.otf') format('opentype'); +} -- cgit v1.2.3-54-g00ecf