nx.js
Variables

fonts

fonts: FontFaceSet

Contains the available fonts for use on the screen Canvas context.

There are two built-in fonts available:

  • "system-ui" is the system font provided by the Switch operating system.
  • "system-icons" contains the icons used by the Switch operating system.

Custom fonts can be added to the set using the add() method.

See

https://nxjs.n8.io/runtime/concepts/fonts

On this page