diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-01-08 01:29:59 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-01-08 01:29:59 +0100 |
commit | d50c25a720ef25b92892075f89200f411fe8ab24 (patch) | |
tree | 0813fe34ff4a3f51b63fa9a5f9f7423373049c3e /src | |
parent | 18275dfbf294438e71ca3ae89df7c0dd0197a859 (diff) | |
download | website-d50c25a720ef25b92892075f89200f411fe8ab24.tar.xz |
style: Make sc actually small-caps
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/style.css b/src/style.css index 21606c0..d4b0181 100644 --- a/src/style.css +++ b/src/style.css @@ -115,6 +115,7 @@ header h1 { } .sc { + font-variant: small-caps; font-family: 'Fontin Sans SC'; } |