diff --git a/fonts.css b/fonts.css index 3b57eaa..23e897c 100644 --- a/fonts.css +++ b/fonts.css @@ -107,4 +107,9 @@ font-family: 'special-issue-13-custom'; src: url('fonts/WFTF_custom-Regular.otf') format('truetype'); font-style: normal; +} +@font-face { + font-family: 'special-issue-14'; + src: url('fonts/ApfelGrotezk-Regular.ttf') format('truetype'); + font-style: normal; } \ No newline at end of file diff --git a/fonts/ApfelGrotezk-Regular.ttf b/fonts/ApfelGrotezk-Regular.ttf new file mode 100644 index 0000000..f8be438 Binary files /dev/null and b/fonts/ApfelGrotezk-Regular.ttf differ diff --git a/img/special-issue-14.gif b/img/special-issue-14.gif new file mode 100644 index 0000000..b030c60 Binary files /dev/null and b/img/special-issue-14.gif differ diff --git a/index.html b/index.html index a210c95..5dd5a3a 100644 --- a/index.html +++ b/index.html @@ -35,13 +35,16 @@
-
+
Special
Issue 14
-
April 2021
-
-
-
+
January/April 2021
+
+
I Don't Know Where We're Going, But...
+
+

Another lockdown; shops closed, museums closed, bars closed, cafés closed, restaurants closed. You turn to escapist media, in another attempt to climb the inner walls of a deflating castle. All that is left is the city in its rawest form and the people inhabiting its shut down structures. Where can you go if everything is closed? What could you encounter along the way? Locked within the walls of a comatose town, you are missing direction. If the city is your new playground, who are the players and what is the objective?

+

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 1cba906..8e9eb66 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -115,12 +115,16 @@ section#issues{ .issue#special-issue-13{ font-family: 'special-issue-13-t'; } -.issue#special-issue-13 .issue-date, +/* .issue#special-issue-13 .issue-date, .issue#special-issue-13 .issue-text{ font-family: 'special-issue-13'; font-size: 20px; line-height: 26px; letter-spacing: .6px; +} */ + +.issue#special-issue-14{ + font-family: 'special-issue-14'; } /* SECTIONS: INTRO + INFO */ @@ -264,3 +268,12 @@ a img{ a img:hover{ -webkit-filter: grayscale(0%); } + +#special-issue-13 img:hover{ + -webkit-filter: invert(); +} + + +#special-issue-14 img:hover{ + -webkit-filter: invert(); +}