diff --git a/12/font/pitchoun.ttf b/12/font/pitchoun.ttf new file mode 100644 index 0000000..bbf55b2 Binary files /dev/null and b/12/font/pitchoun.ttf differ diff --git a/12/index.html b/12/index.html index af1e34b..1705244 100644 --- a/12/index.html +++ b/12/index.html @@ -7,7 +7,8 @@ Special issue 12 + href="https://fonts.googleapis.com/css?family=Roboto Mono" + >
↰ Main Page
@@ -58,7 +59,7 @@ Radio Implicancies is a weekly broadcast of recorded and live matter brought to
-
Contributors
+
Contributors
Avital Barkai, Damlanur Bilgin, Sandra Golubjevaite, Tisa Neža Herlec, Mark van den Heuvel, Max Lehmann, Mika Motskobili, Clara Noseda, Anna Sandri, Ioana Tomici, Michael Murtaugh, Femke Snelting
diff --git a/12/style.css b/12/style.css index 23342ef..01d5502 100644 --- a/12/style.css +++ b/12/style.css @@ -1,3 +1,13 @@ + +/*fonts*/ +@font-face{ + font-family:; + src: ; + +} + + + body{ background-color: ; width:100%; @@ -16,7 +26,7 @@ body{ .page_title{ font-size:50px; - color: red; + color: orangered; } @@ -24,13 +34,30 @@ body{ margin-top:15px; } -.sec_title{ +.sec_title_01{ + font-size:30px; +} + +.sec_title_02{ font-size:30px; } +.sec_title_contributors{ + font-size:30px; +} + .week_01{ margin:40px; + padding: 40px; + border-style:dotted none dotted none; + border-width:2px; + border-color: blue; + margin-top:30px; + max-width:70%; +} +.week_02{ + margin:40px; padding: 40px; border-style:dotted none dotted none; border-width:2px; @@ -39,7 +66,7 @@ body{ max-width:70%; } -.audio{ +.audio_01{ margin-top:40px; color:pink; } @@ -54,7 +81,7 @@ body{ } a{ - color:blue; + color:mediumblue; text-decoration: none; }