diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-01-08 01:36:08 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-01-08 01:36:08 +0100 |
commit | d03aa0cf6d6470779004808a17f2cb23924e7b87 (patch) | |
tree | d1d77198807c477ad9f41c255528cfbef1905072 /src | |
parent | ba022673364d57aef6c27e6c14c93a6bb34081cb (diff) | |
download | website-d03aa0cf6d6470779004808a17f2cb23924e7b87.tar.xz |
font: sc: 1.15em
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 d4b0181..a629a5d 100644 --- a/src/style.css +++ b/src/style.css @@ -115,6 +115,7 @@ header h1 { } .sc { + font-size: 1.15em; font-variant: small-caps; font-family: 'Fontin Sans SC'; } |