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 18:09:16 +0100 |
commit | 085e446637ea12529efba9ce929cb927ace7002c (patch) | |
tree | b7ecf245d20acf58249f7145d3a1c5d0b0b35378 /src | |
parent | d0ffcc0e70993585d23e15ec240ca8d874865cfc (diff) | |
download | theos-website-085e446637ea12529efba9ce929cb927ace7002c.tar.xz |
style: add fontin sans sc, and .sc class
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
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'); +} |