How to store a web font into variable? How to reference to the web font imported as css @font-face?

textToPixels() is a method from class p5.Font.
So we need loadFont() in order to get a p5.Font.
For that we need to find out the actual URL for a font’s file.

1 Like