From d0ecb9545dd5a3c0f855d8db63bf9edc2f77dba1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 14 May 2020 15:16:42 +0200 Subject: [PATCH] main page style --- stylesheet.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/stylesheet.css b/stylesheet.css index 7b8b668..13bd9a8 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -103,6 +103,14 @@ header{ } +.issue#special-issue-12{ + font-family: 'special-issue-12'; +} +.issue#special-issue-10 .issue-text{ + font-family: 'special-issue-12'; + letter-spacing: -0.1em; +} + /* rules for the general structural elements */ section{ display: flex; @@ -279,4 +287,10 @@ a img:hover{ font-style: normal; } +@font-face { + font-family: "special-issue-12"; + src: url("12/font/RobotoMono-Regular.ttf"); + font-style: normal; +} +