From 1f0e7095135a9e34a9b3d8b5bac82827d4deb63a Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 14 May 2020 17:27:34 +0200 Subject: [PATCH] special issue 11 font --- stylesheet.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/stylesheet.css b/stylesheet.css index b2f421a..4cc5605 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -102,6 +102,14 @@ header{ letter-spacing: -0.1em; } +.issue#special-issue-11{ + font-family: 'special-issue-11'; +} +.issue#special-issue-11 .issue-text{ + font-family: 'special-issue-11'; + letter-spacing: -0.1em; +} + .issue#special-issue-12{ font-family: 'special-issue-12'; @@ -287,10 +295,17 @@ a img:hover{ font-style: normal; } + +@font-face { + font-family: 'special-issue-11'; + src: url('compagnon-light.woff') format('woff'); + /*font-style: normal;*/ +} + @font-face { font-family: 'special-issue-12'; src: url('12/font/RobotoMono-Regular.ttf') format('truetype'); - font-style: normal; + /*font-style: normal;*/ }