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;*/ }