summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/style.css11
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');
+}