From d46716bd75ed796f06d8bec12555be71a43e7ed5 Mon Sep 17 00:00:00 2001 From: ugrnm Date: Tue, 11 Dec 2018 22:00:03 +0100 Subject: [PATCH] 07 added to main index --- index.html | 14 ++++++++++---- stylesheet.css | 15 +++++++++++++++ 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 7e3bce6..6883be2 100644 --- a/index.html +++ b/index.html @@ -116,12 +116,18 @@ XPPL is a platform for potential pirate librarianship where knowledge comrades s -
- +
diff --git a/stylesheet.css b/stylesheet.css index 7d4a34f..aad9c55 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -83,6 +83,17 @@ header{ font-family: 'special-issue-6'; font-size: 115%; } +.issue#special-issue-7 { + font-family: 'special-issue-7'; + font-weight: bold; + letter-spacing: -0.1em; + font-size: 110%; + } +.issue#special-issue-7 .issue-text{ + font-weight: normal; + letter-spacing: 0em; +} + /* rules for the general structural elements */ section{ @@ -238,6 +249,10 @@ a img:hover{ font-family: 'special-issue-6'; src: url('fonts/ArchivoNarrow-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/ArchivoNarrow-Regular.woff') format('woff'), url('fonts/ArchivoNarrow-Regular.ttf') format('truetype'); } +@font-face { + font-family: 'special-issue-7'; + src: url('07/fonts/Vegur-Regular.otf'); +} @font-face{ font-family:'default'; src:url('fonts/cmunvt.ttf') format('truetype');