cover = loadImage("Cover.jpg");
regular = loadFont("FiraSans-Regular.ttf");
extrabold = loadFont("FiraSans-ExtraBold.ttf");
italic = loadFont("FiraSans-Italic.ttf");
bolditalic = loadFont("FiraSans-BoldItalic.ttf");
createCanvas(windowWidth, windowHeight);
var a = map(sin (millis()/1000), -1, 1, -0.3, 0.3);
quad(507, 224, 1368, 224, 1368, 1020, 507, 1020);
quad(130, 224, 507, 224, 507, 1020, 130, 1020);
quad(370, 343, 828, 343, 572, 662, 130, 662);
quad(130, 662, 572, 662, 828, 1020, 370, 1020);
quad(619, 471, 990, 471, 782, 730, 425, 730);
quad(425, 730, 782, 730, 990, 1020, 619, 1020);
quad(828, 579, 1135, 579, 977, 792, 669, 792);
quad(669, 792, 977, 792, 1135, 1020, 828, 1020);
quad(993, 660, 1234, 660, 1090, 816, 863, 816);
quad(863, 816, 1090, 816, 1234, 1020, 993, 1020);
var pc = get(mouseX,mouseY);
if (pc[0]==77 && pc[1]==176 && pc[2]==208 && pc[3]==255){
vier = map(sin (millis()/1000), -1, 1, -0.3, 0.3);;
textAlign(CENTER, CENTER);
textAlign(CENTER, CENTER);
textAlign(LEFT, BASELINE);
text("abcdefghijklmnopqrstuvwxyz", 130+a*200, 828);
textAlign(LEFT, BASELINE);
text("ABCDEFGHIJKLMNOPQRSTUVWXYZ", 330+a*200, 828);
textAlign(LEFT, BASELINE);
text("abcdefghijklmnopqrstuvwxyz", 818+a*200, 828);
textAlign(LEFT, BASELINE);
text("abcdefghijklmnopqrstuvwxyz", 1100+a*200, 828);
textAlign(LEFT, BASELINE);
text(" Univers,", 375, 372);
text("With the design of ,", 375, 372);
text("Adrian Frutiger initiated", 375, 390);
text("a trend toward larger", 375, 408);
text("x-heights. All strokes within", 375, 426);
text("each letter contrast in", 375, 444);
text("width only slightey, but", 375, 462);
text("the severe geometry of the", 375, 480);
text("mordern sans serif was replaced", 375, 498);
text("with optical sublety. Other", 375, 516);
text("distinguishing characteristics", 375, 534);
text("include flat terminals in", 375, 552);
text("letters such as a, c,", 375, 570);
text("and e; slightly squared", 375, 588);
text("appearance as seen in the", 375, 605);
text("letter O; square dots on the i and", 375, 623);
text("j; and an angled ascender on", 375, 641);
text("the t. The arm and leg of", 375,659);
text("the K join at a single junction,", 375, 677);
text("and the G has no spur.", 375, 695);