diff options
Diffstat (limited to 'src')
-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'); +} |