From 085e446637ea12529efba9ce929cb927ace7002c 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/style.css b/src/style.css index 8969455..93818a2 100644 --- a/src/style.css +++ b/src/style.css @@ -72,6 +72,10 @@ header h1 { margin: 0; } +.sc { + font-family: 'Fontin Sans SC'; +} + #content { padding-bottom: 0.5rem; color: #222; @@ -127,3 +131,10 @@ footer p { color: #333; margin: 1rem 0; } + +@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