diff --git a/pages/style.css b/pages/style.css index e4def91..78e707e 100644 --- a/pages/style.css +++ b/pages/style.css @@ -35,13 +35,21 @@ }*/ -/*@font-face { - font-family: 'Courier New'; - src: url('fonts/courier_new-webfont.ttf') format('ttf'); +@font-face { + font-family: Courier_New; + src: url('fonts/courier_new-webfont.woff'); font-weight: normal; font-style: normal; text-rendering: optimizeLegibility; -}*/ +} + +@font-face { + font-family: Courier_New_bold; + src: url('fonts/courier_new_bold-webfont.woff'); + font-weight: normal; + font-style: normal; + text-rendering: optimizeLegibility; +} body { font-family: 'Courier New', 'Courier', monospace; diff --git a/readings/.DS_Store b/readings/.DS_Store index 48be500..cdcb426 100644 Binary files a/readings/.DS_Store and b/readings/.DS_Store differ diff --git a/readings/biotopology.html b/readings/biotopology.html index ae04b47..922d264 100644 --- a/readings/biotopology.html +++ b/readings/biotopology.html @@ -33,7 +33,12 @@

Do you anticipate enough value in this trip to sacrifice a sock of a stocking... for the sake of finding a way to stream through our new space? Do you? If you do peel off a stocking and move with me.

We can make a simple, soft klein bottle or klein form, and it will provide us with a simplex with which to synthesize complex structures which are "lively" — like living structures.


- + + + + + +

First, cut the toe out of a stocking, stretch hose is better. Cut a slit near the knee; make it about the diameter of the toe. Fold the stocking over back on itself; put the toe in through the slit. Pull the toe free edge through (but not all the way through) til the free edge at the toe and thigh are adjacent. Now get a needle and thread. Sew the slit to the stocking coming through it. Sew the toe free edge to the thigh free edge. (See diagram of klein form)

Reach down the double tube. Your hand will go down the contained tube (what was the toe) through the slit to where it is uncontained and then around into the containing space between the toe and the thigh of the garment.

diff --git a/readings/images/klein_form_640.jpg b/readings/images/klein_form_640.jpg index d5704fd..62f25f2 100644 Binary files a/readings/images/klein_form_640.jpg and b/readings/images/klein_form_640.jpg differ diff --git a/readings/readings.css b/readings/readings.css index 467d2c1..270712f 100644 --- a/readings/readings.css +++ b/readings/readings.css @@ -135,6 +135,10 @@ img { padding-left: 40px; } +.drawing { + mix-blend-mode: multiply; +} + #left { text-align: left; }