StaticFont1

🛠️
Parameter: StaticFont1
Short description: Default font family for the Notes client; from 14.5.1 onward Inter Medium is the new default font.

Profile

Parameter
StaticFont1
Category
Client configuration
Component
Client
Available since
14.5.1
Supported versions
14.5.1
GUI equivalent
notes.ini only (no GUI)
Possible values
Format: <FontName>|<Flags>|<Size> – e.g. StaticFont1=Inter Medium|0|10

Description

With Domino / Notes 14.5.1 the UI was switched to the open Inter Medium font family. StaticFont1 defines the primary font family including style and size that the Notes client uses for menus, lists, and standard UI elements. Anyone wanting to use a different corporate font (e.g. Segoe UI, Calibri) can specify it here.
There are analogous entries StaticFont2 through StaticFont5 for additional UI areas.

Example configuration

StaticFont1=Inter Medium|0|10

Notes & pitfalls

  • The specified font must be installed on the client operating system – otherwise Notes falls back to a fallback font.
  • The format is exactly Name|Flags|Size; flags 0 = Regular, 1 = Bold, 2 = Italic.
  • Applies only to the Notes client, not to browser-based Verse / iNotes.
  • Before 14.5.1 the entry simply has no effect.
  • The change only takes effect after a Notes client restart.