diff --git a/08/Research/sweetandsour.chickenkiller.com/output/Screenshot 2019-04-02 at 21.19.43.png b/08/Research/sweetandsour.chickenkiller.com/output/Screenshot 2019-04-02 at 21.19.43.png deleted file mode 100755 index c8983ab..0000000 Binary files a/08/Research/sweetandsour.chickenkiller.com/output/Screenshot 2019-04-02 at 21.19.43.png and /dev/null differ diff --git a/fonts/EBGaramond-Regular.ttf b/fonts/EBGaramond-Regular.ttf new file mode 100644 index 0000000..f57146c Binary files /dev/null and b/fonts/EBGaramond-Regular.ttf differ diff --git a/fonts/Roboto-Regular.ttf b/fonts/Roboto-Regular.ttf new file mode 100755 index 0000000..2b6392f Binary files /dev/null and b/fonts/Roboto-Regular.ttf differ diff --git a/fonts/WFTF_custom-Regular.otf b/fonts/WFTF_custom-Regular.otf new file mode 100644 index 0000000..206e41c Binary files /dev/null and b/fonts/WFTF_custom-Regular.otf differ diff --git a/img/none.png b/img/none.png new file mode 100755 index 0000000..f00c02f Binary files /dev/null and b/img/none.png differ diff --git a/img/special-issue-13.png b/img/special-issue-13.png new file mode 100755 index 0000000..e62e580 Binary files /dev/null and b/img/special-issue-13.png differ diff --git a/index.html b/index.html index f630bef..0ae258e 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,47 @@
+ +
+ +
Special
Issue 15
+
soon
+
+
soon
+
+

//

+

//

+
+
+
+ +
+ +
Special
Issue 14
+
soon
+
+
soon
+
+

//

+

//

+
+
+
+ +
+ +
Special
Issue 13
+
September/December 2020
+
+
WOR(L)DS FOR THE FUTURE
+
+

Words have the power to shape reality. Wor(l)ds for the Future is a set of map making tools to re-imagine and collect wor(l)ds, and to re-publish an everchanging atlas. We invite you to delve into the materials and traverse the texts in any way you desire: by cutting and pasting the printed matter, or by unravelling the texts online. The choice is yours. You can reconstruct images and reinterpret words to create Wor(l)ds for the Future.

+

Kendal Beynon, Martin Foucaut, Camilo GarcĂ­a A., Clara Gradel, Nami Kim, Euna Lee, Jacopo Lega, Federico Poni, Louisa Teichmann and Floor van Meeuwen

+
+
+
+ +
diff --git a/stylesheet.css b/stylesheet.css index ee8ac6f..52d0264 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -119,6 +119,14 @@ header{ letter-spacing: -0.1em; } +.issue#special-issue-13{ + font-family: 'special-issue-13-t'; +} +.issue#special-issue-13 .issue-text{ + font-family: 'special-issue-13'; + letter-spacing: -0.1em; +} + /* rules for the general structural elements */ section{ display: flex; @@ -184,6 +192,10 @@ a img:hover{ -webkit-filter:grayscale(0%); } +.issue-img-13 img:hover{ + -webkit-filter:invert(100%); +} + /* responsive rules for mobile */ @media (max-width: 500px) { body{ @@ -308,4 +320,20 @@ a img:hover{ font-style: normal; } +@font-face { + font-family: 'special-issue-13-t'; + src: url('fonts/Roboto-Regular.ttf'); + font-style: normal; +} + +@font-face { + font-family: 'special-issue-13'; + src: url('fonts/EBGaramond-Regular.ttf'); + font-style: normal; +} +@font-face { + font-family: 'special-issue-13-custom'; + src: url('fonts/WFTF_custom-Regular.otf'); + font-style: normal; +}