1
var
fontName
=
"Good Enough"
;
// a free monospace typeface

 2
var
designer
=
"Alex Bergin"
or
"iliketype"
;

 3
function
donate() {

 4
if
( enjoyment
>=
100.0% ) {

 5
console.log(
"click here to donate"
);
// more donations = more free fonts

 6
}
else
{

 7
enjoyment
++;

 8
donate()
;

 9
}

10
}

11
function
download() {

12
console.log(
"click here for GoodEnough.ttf"
);

13
console.log(
"click here for Good Enough's @font-face files"
);

14
}
// thank you for downloading!