Usage of system font in a Playdate project (SDK)

Hi all!
The Designing for Playdate guide mentions that the Roobert font is available as part of the SDK Resources. I'm wondering how I can set my project's font to that one and if I should add it as an asset in the project or if it won't be necessary.
Thanks for any help :slightly_smiling_face:

See https://sdk.play.date/1.9.0/Inside%20Playdate.html#_font_class_function

You'll need to:

  1. include the font file/s in your project
  2. load the font
  3. draw text using the font (there is more than one way)

Also take a look at SDK/Examples for any that use custom fonts.