glide.ui.html.editor.font.collection
ServiceNow property description:
User can select different font collection for Tiny MCE HTML editor: For example:-
Arial=arial,helvetica,sans-serif;More than one font value should be separated by semi-colon with no space or line-break. For example:-
Andale Mono=andale mono,times; Arial=arial,helvetica,sans-serif; Arial Black=arial black,avant garde; Book Antiqua=book antiqua,palatino; Comic Sans MS=comic sans ms,sans-serif; Courier New=courier new,courier; Georgia=georgia,palatino;Helvetica=helvetica; Impact=impact,chicago;Symbol=symbol; Tahoma=tahoma,arial,helvetica,sans-serif; Terminal=terminal,monaco; Times New Roman=times new roman,times; Trebuchet MS=trebuchet ms,geneva; Verdana=verdana,geneva; Webdings=webdings; Wingdings=wingdings,zapf dingbats;
Attributes
- Sys ID: 1f95e5d277000210f18b48a0af5a9917
- Type: string
- Application: Global
- Default value: Andale Mono=andale mono,times;Arial=arial,helvetica,sans-serif;Arial Black=arial black,avant garde;Book Antiqua=book antiqua,palatino;Comic Sans MS=comic sans ms,sans-serif;Courier New=courier new,courier;Georgia=georgia,palatino;Helvetica=helvetica;Impact=impact,chicago;Symbol=symbol;Tahoma=tahoma,arial,helvetica,sans-serif;Terminal=terminal,monaco;Times New Roman=times new roman,times;Trebuchet MS=trebuchet ms,geneva;Verdana=verdana,geneva;Webdings=webdings;Wingdings=wingdings,zapf dingbats;

AI generated property description:
The ServiceNow property glide.ui.html.editor.font.collection defines the font collections available for users in the TinyMCE HTML editor. Its value is a semicolon-separated list of font definitions, where each entry maps a display name to one or more font families (e.g., Arial=arial,helvetica,sans-serif). The default configuration includes common fonts such as Arial, Courier New, Times New Roman, Verdana, and others. Administrators can customize this list to add organization-specific fonts or remove unused ones, giving users more control over formatting while standardizing text appearance. Proper formatting of the property value is required, as spaces or line breaks in the definitions can cause errors. This property is typically managed to balance user flexibility with consistency in knowledge articles, catalog items, and other HTML content.
Source