Translating Processing to P5js

thanks for your quick response.
I added :

var cooper; 

function preload()
{
  cooper = loadFont('CooperHewitt-Bold'); 
}

and deleted the createFront part.
unfortunately there’s still nothing being displayed.