diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-24 14:50:42 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-03-24 14:50:42 +0100 |
commit | d33aae6d3b4037223dbd0466e260a6ac21a9e4e7 (patch) | |
tree | 8bbd276eedb26890e8a774d15815658e61a775cc | |
parent | d6d8b0ec3541ab104117a2328624641576441bde (diff) | |
download | website-d33aae6d3b4037223dbd0466e260a6ac21a9e4e7.tar.xz |
style: add fontin sans sc, and .sc class
-rw-r--r-- | src/style.css | 9 |
1 files changed, 9 insertions, 0 deletions
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'); +} |