theme property when instantiating the Nmbr Component:
payroll.html
Font Family
ThefontFamily property allows you to customize the font used throughout the Nmbr Component. It only supports Google Fonts — the component will automatically load the specified font from Google Fonts at runtime.
| Property | Type | Default | Description |
|---|---|---|---|
| fontFamily | string | Roboto | Any valid Google Font name. Falls back to “Roboto” if the provided font name isn’t valid. |
Type Information
Thetheme property accepts an object with the following keys and value types:
string provided as a ThemeColor property value must correspond to a CSS Hex Code (ex: #ff0000).
If the light, dark, and contrastText values are not provided, they will be automatically inferred from the main color.
If no theme values are defined, the Nmbr Component will use a set of default colors:

