Typography



Typography



This sketch calls the loadFont() function to load a custom font, which you can use to style your text.

Click here to edit this code in the p5.js editor.

Note: This code requires the happycoding.ttf file in your sketch directory, or you can use the full URL like https://happycoding.io/fonts/happycoding/happycoding.ttf.

happy coding font

Remix Ideas

  • Find a font you like and use it to style your text.
  • Make every letter a different color.
  • Make every letter a different font!

Creating Variables Examples