You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BerfinA edited this page Aug 14, 2019
·
1 revision
How to load custom font to p5 web editor
Log in to your p5.js web editor account.
Click on the arrow next to sketch.js(circled in red).
Click on the arrow next to the Sketch Files > Add file
Drag and drop your font files into the add file window.
After it is done loading your font, you should see your font file on the left column under Sketch files.
Now you can go ahead and draw with the font you loaded!
For instructions on how to draw with font please go to the reference page of p5.js and see instructions on loadFont().