-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanylines.html
35 lines (29 loc) · 1.47 KB
/
manylines.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!--
Created with Fontastic, a Processing library to create font files
http://code.andreaskoller.com/libraries/fontastic/
-->
<style>
@font-face {
font-family: "manylines";
src: url("fonts/manylines.woff") format('woff');
}
.testfont {
font-family: manylines;
font-size: 2em;
}
p {
clear: both;
}
textarea {
font-family: manylines;
height: 100px;
width: 100%;
font-size: 2em;
outline: none;
line-height: 0.7;
}
</style> I created ManyLines in the course <a href="https://www.uni-weimar.de/kunst-und-gestaltung/wiki/GMU:Wild_Type">Wild Type</a>.The Idea was to create a a font that looked like a waveform, so I used processing to draw lines from the bottom to the top of the letter and as it turned out some browsers show the interlacing in color, which is pretty interesting.
<br> Try out ManyLines in the text box:</br>
<textarea name="Text1" cols="40"></textarea>
<a href ="/fonts/manylines.ttf" >Download ttf</a>
<p class="testfont"> when we are lonely and careworn and suffering—at such times, what we want is to be seen. An invisible mass alters the orbit of a comet; dark energy affects the acceleration of a supernova; the earth’s magnetic field tugs on birds, butterflies, sea turtles, and the compasses of mariners. The whole realm of the visible is compelled by the invisible. Our planet, our solar system, our galaxy, our universe: all of it, all of us, are pushed, pulled, spun, shifted, set in motion, and held together by what we cannot see. </p>