Skip to main content
Glama

Server Details

Render chart images from JSON configs via a simple HTTP API. Six themes, ten marks, PNG/SVG output. No client-side JavaScript, no installs – just a URL that returns an image. MCP tools include render, validate, list themes, and browse examples.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

13 tools
delete_chartDelete chartA
DestructiveIdempotent
Inspect

Use this when the user explicitly wants to permanently delete one saved chart. Deletion cannot be undone, and retrying an already completed deletion succeeds; requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesOpaque 32-character saved-chart id

Output Schema

ParametersJSON Schema
NameRequiredDescription
deletedYes

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate destructive and idempotent behavior, but the description adds valuable context: 'Deletion cannot be undone' elaborates on the destructive hint, 'retrying an already completed deletion succeeds' clarifies idempotency, and 'requires authentication' discloses a requirement not present in the annotations. This goes beyond what structured data provides.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, tightly packed sentence that front-loads the usage context and then includes irreversibility, idempotency, and authentication. Every clause earns its place; there is no redundancy or padding.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple single-parameter destructive tool with full annotations and an output schema, the description covers all necessary aspects: when to use it, side effects, retry behavior, and authentication. The agent has enough information to select and invoke the tool correctly without needing external details.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description does not mention parameters, but the schema fully covers the single 'id' parameter with a description ('Opaque 32-character saved-chart id') and pattern. With 100% schema description coverage, the baseline of 3 applies; the description adds no additional parameter-level meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'permanently delete one saved chart.' It uses a specific verb and resource, distinguishing it from sibling tools like rename_chart or update_chart. The addition of idempotency ('retrying an already completed deletion succeeds') further clarifies the exact behavior.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use this when the user explicitly wants to permanently delete one saved chart,' providing clear usage context. It does not name alternative tools or explicitly state when not to use it, but the conditional phrasing implies this is only for explicit deletion requests.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_chartGet chartA
Read-only
Inspect

Use this when the user identifies a saved chart by id and wants to view it or retrieve its metadata and URLs. Displays the published chart when available and does not return its config; requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesOpaque 32-character saved-chart id

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYesOpaque 32-character saved-chart id
viewYes
titleYesSaved chart title
sourceYesChart origin; an open set of string values
editUrlYes
embedUrlYesInteractive-embed URL
imageUrlYesRendered-image URL
configUrlYesOwner-only chart-config endpoint
createdAtYesISO-8601 creation timestamp
manageUrlYes
sizeBytesYesCompressed size of the stored published config, excluding drafts; 0 means no published config has been stored yet
updatedAtYesISO-8601 last-update timestamp
publishedAtYesISO-8601 publish timestamp, or null when public URLs are dark

TDQS

A4.3/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and destructiveHint=false, so the description focuses on additional context: 'Displays the published chart when available', 'does not return its config', and 'requires authentication'. These add value beyond annotations, though error handling is not mentioned.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences with no redundant information. Every sentence adds value: use case, behavior (published chart, no config), and auth requirement. Extremely efficient.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple single-parameter input schema, existing output schema, and annotations that cover safety, the description is complete. It explains what the tool returns (metadata and URLs) and what it doesn't (config), and mentions the authentication requirement.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100% for the single parameter 'id', which is fully described with type, pattern, and description. The description adds no further parameter information, so baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description specifies a verb ('view', 'retrieve') and resource ('saved chart by id'), and it clearly distinguishes from sibling tools by stating it does not return the config, which differentiates it from get_chart_config.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly states when to use ('when the user identifies a saved chart by id and wants to view it or retrieve metadata and URLs') and implicitly excludes cases needing config or without an id. Could be improved by adding an explicit 'do not use if...' statement, but it is still clear.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_chart_configGet chart configA
Read-only
Inspect

Use this when the user identifies a saved chart by id and needs its complete published Szum config for inspection or reuse. Does not return a newer editor draft; requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesOpaque 32-character saved-chart id

Output Schema

ParametersJSON Schema
NameRequiredDescription
xNo
yNo
dataNo
colorNo
marksYes
scaleNo
themeNo
titleNo
widthNo
footerNoCaption below the chart (a source line, methodology note, date). URLs, bare domains, and [label](url) links in it are auto-detected and rendered as inline links on every surface.
formatYes
heightNo
localeNoLocale identifier accepted by JavaScript Intl and associated with the chart content, such as en, pl, or zh-Hant.
marginNo
versionYes
subtitleNo
plotWidthNo
plotHeightNo
attributionNoShow a small "Made with Szum" credit in the bottom-right. Always on for free and keyless renders; Creator and Pro omit it by default and set true to opt in.
headerAlignNo
themeOverridesNo

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare read-only and non-destructive hints, and the description adds valuable context: authentication is required, and the tool returns only the published config, not the editor draft. This goes beyond the annotations by disclosing an access prerequisite and a key behavioral limitation.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the primary usage directive. Every sentence earns its place: first gives the purpose and condition, second clarifies limitations and auth. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With an output schema present and a single fully-documented parameter, the description covers the essential context: what the tool does, when to use it, what it doesn't return, and an important prerequisite. It is sufficiently complete for an agent to select and invoke the tool correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema fully documents the single parameter `id` with a pattern and description (100% coverage), so the description doesn't need to add param details. The mention of 'by id' aligns with the schema but adds no new meaning. Baseline of 3 is appropriate given high schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves a saved chart's complete published config by id for inspection or reuse. It uses a specific verb (get) and resource (chart config), and distinguishes itself from sibling tools like get_chart by specifying the published Szum config rather than an editor draft.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use this when...' and delineates the scope (saved chart by id, published config). It also provides a critical when-not by stating it does not return a newer editor draft, implying this tool is for published configs only. This gives clear usage context without naming alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_examplesGet example chartsA
Read-only
Inspect

Use this when the model needs current, ready-to-use Szum chart configs or preferred semantic patterns. Optionally filters examples by mark type.

ParametersJSON Schema
NameRequiredDescriptionDefault
mark_typeNoFilter examples by mark type

Output Schema

ParametersJSON Schema
NameRequiredDescription
examplesYes

TDQS

A4.1/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The annotations already declare readOnlyHint=true and destructiveHint=false, covering safety expectations. The description adds minimal extra context (e.g., 'current' and 'preferred semantic patterns') but does not elaborate on return behavior or edge cases. This matches the baseline for a read-only tool with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two concise sentences, front-loaded with the usage trigger ('Use this when...'), and contains no wasted words. Every clause adds information about purpose or filtering.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple (one optional parameter, read-only) and has an output schema, so the description need not explain return values. It fully covers when to use the tool and the optional filter behavior, making it complete for the given complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema fully documents the only parameter (mark_type) with an enum and description. The description's phrase 'Optionally filters examples by mark type' repeats what the schema already conveys, adding no new semantic detail. Schema coverage is 100%, so the baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: to retrieve current, ready-to-use Szum chart configs and preferred semantic patterns. It uses a specific verb ('get') and resource ('examples'), and the optional mark-type filter distinguishes it from sibling tools like get_chart or list_charts.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage context: 'Use this when the model needs current, ready-to-use Szum chart configs or preferred semantic patterns.' It does not explicitly exclude alternatives or mention sibling tools, but the guidance is clear and actionable for selecting this tool.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_preview_stateGet chart preview stateA
Read-onlyIdempotent
Inspect

Use this when the Szum chart App needs to restore a rendered preview as its current transient or saved view. It is read-only, owner-scoped when authenticated, and hidden from the model.

ParametersJSON Schema
NameRequiredDescriptionDefault
previewIdYesOpaque 16-character chart-preview id

Output Schema

ParametersJSON Schema
NameRequiredDescription
chartNo
statusYes

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint, idempotentHint, destructiveHint. The description adds owner-scoped and hidden-from-model context, which is valuable beyond annotations. No contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two concise, front-loaded sentences. Every sentence adds unique value without unnecessary detail.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only tool with one parameter and comprehensive annotations, the description is complete and leaves no gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with pattern description. The tool description does not describe the parameter beyond what's in the schema, which is acceptable given high coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool's purpose: 'restore a rendered preview as its current transient or saved view.' It is clear and specific, distinguishing it from siblings.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit 'when to use' guidance ('Use this when...'). However, it does not mention when not to use it or list alternatives among siblings.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_chartsList chartsA
Read-only
Inspect

Use this when the user wants to find charts in their saved library. Returns paginated metadata and URLs, not chart configs; requires authentication. Draft-only editor charts have publishedAt null, hasDraft true, and sizeBytes 0 because sizeBytes measures only the stored published config, not draft storage.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoCase-insensitive title substring search; trimmed and limited to 100 characters
sortNoSort by creation time (default), update time, or title A-Z
limitNoPage size; defaults to 100 and has a maximum of 1000
cursorNoOpaque nextCursor from the previous page
sourceNoFilter by one or more chart sources; omit to list all

Output Schema

ParametersJSON Schema
NameRequiredDescription
itemsYes
totalNoExact match count, present only for title searches
nextCursorYesOpaque cursor for the next page, or null on the last page

TDQS

A4.5/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, destructiveHint=false, and openWorldHint=false. The description adds critical behavioral details: requires authentication, and explains the behavior for draft-only editor charts (publishedAt null, hasDraft true, sizeBytes 0). This adds significant value beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded with the usage instruction. It consists of two sentences, each adding essential information with no filler. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 5 optional parameters, full schema coverage, and an output schema (not shown but indicated), the description covers purpose, authentication, and notable edge cases. It is complete enough for an AI agent to use correctly without additional context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The description does not add extra meaning beyond the schema; it mentions pagination implicitly but does not explain individual parameters. However, the schema is self-sufficient, so a 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: to list charts from the user's saved library. It specifies the return type (paginated metadata and URLs, not chart configs) and prerequisites (authentication). This clearly distinguishes it from sibling tools like get_chart or get_chart_config.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool ('when the user wants to find charts'), providing clear context. It does not explicitly list when not to use it or name alternatives, but the sibling tool list and the tool's purpose imply differentiation.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_marksList mark typesA
Read-only
Inspect

Use this when choosing or configuring chart mark types. Returns every available mark with its properties and defaults.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
marksYes
sharedYes

TDQS

A4.4/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description accurately reflects the read-only and non-destructive nature, consistent with the annotations (readOnlyHint=true, destructiveHint=false). It adds that the tool returns properties and defaults, providing full behavioral clarity.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences long, front-loaded with the usage context, and contains no unnecessary words. Every sentence adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simplicity of the tool (no parameters, output schema present), the description is complete. It explains when to use it and what it returns, which is sufficient for an agent to invoke it correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are no parameters, so the description does not need to add parameter-level detail. The schema coverage is 100%, and the baseline for zero-parameter tools is 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states that the tool returns every available mark with its properties and defaults, which clearly indicates the purpose. However, it does not explicitly differentiate from similar listing tools like list_charts or list_themes, but those are for different resources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description specifies when to use this tool: 'when choosing or configuring chart mark types.' This provides clear context, but it does not mention alternatives or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

list_themesList themesA
Read-only
Inspect

Use this when choosing a visual theme for a chart. Returns every available theme and guidance on where each works best.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
themesYes

TDQS

A4.5/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, so the agent knows it's safe. The description adds that the tool returns 'guidance on where each works best,' which provides behavioral context beyond annotations. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with usage intent, and no wasted words. Every sentence contributes meaning.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no parameters and an output schema that presumably details the return structure, the description provides complete context: what the tool does and when to use it. No gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

There are no parameters, so the description's mention of what is returned (themes and guidance) adds value. Schema coverage is 100%, so baseline is 3, but the description compensates by explaining the output nature.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function: listing visual themes for charts and providing guidance. It uses a specific verb ('Use this when choosing') and resource ('visual theme for a chart'), and distinguishes it from sibling tools like list_charts or list_marks.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says 'Use this when choosing a visual theme for a chart,' providing a clear context of use. It does not mention when not to use or alternatives, but given the simplicity of the tool (no parameters), this is sufficient.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

rename_chartRename chartAInspect

Use this when the user wants to change a saved chart's library title without changing its config, publication state, or public URLs; requires authentication.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesOpaque 32-character saved-chart id
titleYesNew saved-chart title; trimmed and limited to 200 characters

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYesOpaque 32-character saved-chart id
viewYes
titleYesSaved chart title
sourceYesChart origin; an open set of string values
editUrlYes
embedUrlYesInteractive-embed URL
imageUrlYesRendered-image URL
configUrlYesOwner-only chart-config endpoint
createdAtYesISO-8601 creation timestamp
manageUrlYes
sizeBytesYesCompressed size of the stored published config, excluding drafts; 0 means no published config has been stored yet
updatedAtYesISO-8601 last-update timestamp
publishedAtYesISO-8601 publish timestamp, or null when public URLs are dark

TDQS

A4.2/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate readOnlyHint=false (write operation) and destructiveHint=false. The description adds valuable detail: it only changes the library title, leaving config, publication state, and public URLs unchanged. It also explicitly states authentication requirement. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with two sentences that front-load the usage trigger ('Use this when...'). Every word serves a purpose, no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity, the description is adequately complete. It covers purpose, scope, and authentication requirement. Output schema exists, so no need to describe return values. Minor omission: does not mention whether the operation is synchronous or if it returns the updated chart, but output schema likely covers that.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so baseline is 3. The tool description does not add new information about parameter formats beyond what the schema already provides (id pattern, title length limit). However, it does clarify the context of 'id' as the saved-chart id and that the title is for the library. This adds marginal value, so score remains at baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: renaming a saved chart's library title. It specifies the verb ('change a saved chart's library title') and the resource ('saved chart'), and differentiates from sibling tools by explicitly stating what it does NOT change (config, publication state, public URLs).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description starts with 'Use this when...' providing explicit guidance for when to use the tool. It mentions requirement of authentication. While it does not list alternatives or when not to use, the context makes it clear this is for simple renames, distinguishing it from update_chart or other operations.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

render_chartRender chartAInspect

Use this when the user wants to preview or generate a chart. Validate each generated or changed config once before rendering, saving, or updating. Do not revalidate unchanged input; a successful render preflights it for later saves or updates. Errors block; warnings require explicit user approval for the exact config. Suggestions do not block. Replace the complete config with suggestedConfig and revalidate before repair. Stores a 1 hour preview and returns public image URLs. Authenticated previews use the account's render allowance, and each image produced from a returned URL is another render. Anonymous previews are complimentary; their images use the anonymous image allowance.

ParametersJSON Schema
NameRequiredDescriptionDefault
configYesComplete chart config JSON. Mark field references must match row keys. Chronological annual values use "YYYY" strings on an explicit UTC scale. Bar and area value axes stay linear and include zero. Explicit base-10 log scales require positive finite values and domains; use line or dot. Configure scales with top-level x/y; hide with display: false. Put shared data at chart level; use mark data for distinct rows. When rows share a bar position, map a series field to fill or stroke before setting group or aggregate.
acknowledgeWarningsNoSet true only after the user explicitly approves every warning returned for this exact config

Output Schema

ParametersJSON Schema
NameRequiredDescription
viewYes
titleYes
formatYes
imageUrlYes
mimeTypeYes
expiresAtYes
validationYes

TDQS

A4.8/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description discloses several behavioral traits beyond the annotations: rendering stores a 1-hour preview, returns public image URLs, consumes render allowances (with immediate charges for URL views), and distinguishes authenticated vs anonymous usage. It also clarifies error/warning/suggestion handling and the preflight effect, enriching what readOnlyHint=false and openWorldHint=true only imply.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but every sentence carries relevant information. It is roughly linear: usage, validation, error handling, replacement logic, then storage/allowances. Minor redundancy exists around validation (e.g., 'Do not revalidate unchanged input' and 'preflights it for later saves or updates' overlap slightly), but overall it is well-organized and not bloated.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (validation, allowances, preview lifecycle, public URLs), the description covers all key aspects without needing to explain return values since an output schema exists. It provides enough context for an agent to use the tool correctly, including error/warning handling and account/allowance implications. No obvious gaps remain.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides 100% coverage and detailed config and acknowledgeWarnings descriptions. The description adds extra meaning by explaining how warnings require explicit user approval for the exact config (mapping to acknowledgeWarnings) and how suggestedConfig should replace the complete config before revalidation. This goes beyond a bare schema but is not exhaustive.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with 'Use this when the user wants to preview or generate a chart,' clearly stating the specific action and resource. This distinguishes render_chart from siblings like validate_chart, save_chart, and update_chart by focusing on producing a visual preview or image.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It tells exactly when to use the tool ('when the user wants to preview or generate a chart') and goes further to explain the validation workflow: validate once before rendering/saving/updating, don't revalidate unchanged input, and a successful render preflights for later saves/updates. This implicitly contrasts with validate_chart and shows how render fits into the overall lifecycle.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

save_chartSave chartAInspect

Use this when the user wants to permanently save and publish a chart from a Szum config. Validate each generated or changed config once before rendering, saving, or updating. Do not revalidate unchanged input; a successful render preflights it for later saves or updates. Errors block; warnings require explicit user approval for the exact config. Suggestions do not block. Replace the complete config with suggestedConfig and revalidate before repair. Supply one idempotencyKey per intended chart and reuse it for retries. Returns permanent public Image and Embed URLs plus Edit and Studio links; requires authentication and saved-chart storage.

ParametersJSON Schema
NameRequiredDescriptionDefault
configYesComplete chart config JSON. Mark field references must match row keys. Chronological annual values use "YYYY" strings on an explicit UTC scale. Bar and area value axes stay linear and include zero. Explicit base-10 log scales require positive finite values and domains; use line or dot. Configure scales with top-level x/y; hide with display: false. Put shared data at chart level; use mark data for distinct rows. When rows share a bar position, map a series field to fill or stroke before setting group or aggregate.
idempotencyKeyNoStable retry key of at most 255 characters; reuse only for the exact same config
acknowledgeWarningsNoSet true only after the user explicitly approves every warning returned for this exact config

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYes
viewYes
titleYes
formatYes
editUrlYes
embedUrlYes
imageUrlYes
mimeTypeYes
manageUrlYes
validationYes

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description goes far beyond annotations by detailing validation workflows (errors block, warnings require approval, suggestions don't block), idempotency key reuse, and the requirement for authentication. It also mentions return values and storage needs, providing rich behavioral context beyond the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Though longer than typical, every sentence earns its place with actionable guidance. The description is front-loaded with purpose and proceeds through validation rules and return values in a logical order. No fluff or repetition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex save/publish tool with validation and idempotency, the description covers all essential aspects: when to use, validation rules, error/warning handling, idempotency, return values, and authentication. The output schema handles return structure, so the description is complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. The description adds operational semantics such as using idempotencyKey for retries, acknowledgeWarnings only after explicit approval, and replacing config with suggestedConfig for repair. This enriches understanding of how parameters are used.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description opens with a specific verb and resource: 'permanently save and publish a chart from a Szum config.' This clearly distinguishes save_chart from siblings like render_chart or validate_chart. It also mentions returning permanent URLs, reinforcing the publish aspect.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states 'Use this when the user wants to permanently save and publish a chart,' which is clear usage context. However, it does not explicitly name alternatives like render_chart for preview-only use, though the distinction is easily inferred.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

update_chartUpdate chartA
Destructive
Inspect

Use this when the user wants to replace and publish a saved chart's config while keeping its id and URLs. Validate each generated or changed config once before rendering, saving, or updating. Do not revalidate unchanged input; a successful render preflights it for later saves or updates. Errors block; warnings require explicit user approval for the exact config. Suggestions do not block. Replace the complete config with suggestedConfig and revalidate before repair. Refuses charts with unpublished editor changes; requires authentication and saved-chart storage.

ParametersJSON Schema
NameRequiredDescriptionDefault
idYesOpaque 32-character saved-chart id
configYesComplete chart config JSON. Mark field references must match row keys. Chronological annual values use "YYYY" strings on an explicit UTC scale. Bar and area value axes stay linear and include zero. Explicit base-10 log scales require positive finite values and domains; use line or dot. Configure scales with top-level x/y; hide with display: false. Put shared data at chart level; use mark data for distinct rows. When rows share a bar position, map a series field to fill or stroke before setting group or aggregate.
acknowledgeWarningsNoSet true only after the user explicitly approves every warning returned for this exact config

Output Schema

ParametersJSON Schema
NameRequiredDescription
idYesOpaque 32-character saved-chart id
viewYes
titleYesSaved chart title
sourceYesChart origin; an open set of string values
editUrlYes
embedUrlYesInteractive-embed URL
imageUrlYesRendered-image URL
configUrlYesOwner-only chart-config endpoint
createdAtYesISO-8601 creation timestamp
manageUrlYes
sizeBytesYesCompressed size of the stored published config, excluding drafts; 0 means no published config has been stored yet
updatedAtYesISO-8601 last-update timestamp
validationYes
publishedAtYesISO-8601 publish timestamp, or null when public URLs are dark

TDQS

A4.6/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

The description richly discloses behaviors beyond the annotations: it explains validation rules (validate once, no revalidation of unchanged input), error/warning/suggestion handling, the requirement for explicit user approval for warnings, and the preflight benefit of successful renders. It also discloses security/prerequisites (authentication, saved-chart storage) which the annotations do not cover. This is exemplary transparency.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is dense but not bloated; each sentence covers a distinct behavioral aspect. It starts with a clear 'Use this when' statement and then structures into validation/error/requirement details. The length is justified by the tool's complexity, though a tiny bit of repetition (e.g., 'revalidate before repair') could be tightened.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (validation workflow, error handling, auth requirements), the description is remarkably complete. It covers when to use, the validation process, error/suggestion treatment, prerequisites, and blocking conditions. The output schema exists, so return values need not be described. No gaps are evident.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already provides detailed descriptions for all three parameters, giving 100% coverage. The description adds meaningful context beyond the schema, particularly around acknowledgeWarnings (tying it to the 'warnings require explicit user approval' rule) and the config replacement semantics ('Replace the complete config with suggestedConfig'). It slightly exceeds the baseline for full schema coverage.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's specific purpose: 'replace and publish a saved chart's config while keeping its id and URLs.' This distinguishes it from siblings like save_chart (creating new charts), render_chart (previewing), and validate_chart (validation-only). The verb 'replace' and resource 'saved chart's config' are explicit.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The opening phrase 'Use this when the user wants to replace and publish a saved chart's config' provides explicit usage context. It also gives guidance on validation behavior (when to validate vs. not) and conditions like 'refuses charts with unpublished editor changes.' However, it does not explicitly name alternative tools or state when not to use this tool, so it stops short of a 5.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

validate_chartValidate chart configA
Read-only
Inspect

Use this when a chart config will be rendered, saved, or updated. Validate each generated or changed config once before rendering, saving, or updating. Do not revalidate unchanged input; a successful render preflights it for later saves or updates. Errors block; warnings require explicit user approval for the exact config. Suggestions do not block. Replace the complete config with suggestedConfig and revalidate before repair. Read-only, free, and fast.

ParametersJSON Schema
NameRequiredDescriptionDefault
configYesComplete chart config JSON. Mark field references must match row keys. Chronological annual values use "YYYY" strings on an explicit UTC scale. Bar and area value axes stay linear and include zero. Explicit base-10 log scales require positive finite values and domains; use line or dot. Configure scales with top-level x/y; hide with display: false. Put shared data at chart level; use mark data for distinct rows. When rows share a bar position, map a series field to fill or stroke before setting group or aggregate.

Output Schema

ParametersJSON Schema
NameRequiredDescription
validYes
errorsYes
messageYes
diagnosticsYes
suggestedConfigNoSchema version 2026-03-20. Send this JSON to POST https://szum.io/validate to validate it or POST https://szum.io/chart to render a chart image.

TDQS

A4.7/5.0
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond the readOnlyHint annotation, the description discloses important behaviors: errors block, warnings require explicit user approval, suggestions do not block, and the need to replace config with suggestedConfig and revalidate before repair. It also notes the tool is read-only, free, and fast. This adds substantial context not covered by annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is efficient and front-loaded with the primary use case. Each sentence delivers actionable information—when to use, when not to, error/warning/suggestion handling, and repair workflow—without fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the presence of an output schema and the tool's single parameter, the description provides complete context. It covers the validation result semantics and repair process, which are essential for the agent to act correctly. No critical gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema description already covers 100% of the parameter, providing detailed rules about config structure. The tool description adds little about the input parameter itself aside from a minor hint about replacing with suggestedConfig, which is more about output handling. Therefore, baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool validates a chart config before rendering, saving, or updating. It specifies a distinct verb ('validate') and resource ('chart config'), and distinguishes it from sibling tools like render_chart or save_chart by focusing on the validation step.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly states when to use the tool ('when a chart config will be rendered, saved, or updated') and when not to ('Do not revalidate unchanged input'). It also clarifies that a successful render preflights later saves/updates, giving clear context and exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 6 tool updates
    • Changedget_chart_config2 fields changed
      • addedOutput schema / properties / themeOverrides / properties / numericFontFamily / enum
        Added value: +[
        +  "ABeeZee",
        +  "ADLaM Display",
        +  "AR One Sans",
        +  "Abel",
        +  "Abhaya Libre",
        +  "Aboreto",
        +  "Abril Fatface",
        +  "Abyssinica SIL",
        +  "Aclonica",
        +  "Acme",
        +  "Actor",
        +  "Adamina",
        +  "Advent Pro",
        +  "Afacad",
        +  "Afacad Flux",
        +  "Agbalumo",
        +  "Agdasima",
        +  "Agu Display",
        +  "Aguafina Script",
        +  "Akatab",
        +  "Akaya Kanadaka",
        +  "Akaya Telivigala",
        +  "Akronim",
        +  "Akshar",
        +  "Akt",
        +  "Aladin",
        +  "Alan Sans",
        +  "Alata",
        +  "Alatsi",
        +  "Albert Sans",
        +  "Aldrich",
        +  "Alef",
        +  "Alegreya",
        +  "Alegreya SC",
        +  "Alegreya Sans",
        +  "Alegreya Sans SC",
        +  "Aleo",
        +  "Alex Brush",
        +  "Alexandria",
        +  "Alfa Slab One",
        +  "Alice",
        +  "Alien Block",
        +  "Alike",
        +  "Alike Angular",
        +  "Alkalami",
        +  "Alkatra",
        +  "Allan",
        +  "Allerta",
        +  "Allerta Stencil",
        +  "Allison",
        +  "Allkin",
        +  "Allura",
        +  "Almarai",
        +  "Almendra",
        +  "Almendra Display",
        +  "Almendra SC",
        +  "Alumni Sans",
        +  "Alumni Sans Collegiate One",
        +  "Alumni Sans Inline One",
        +  "Alumni Sans Pinstripe",
        +  "Alumni Sans SC",
        +  "Alyamama",
        +  "Amarante",
        +  "Amaranth",
        +  "Amarna",
        +  "Amatic SC",
        +  "Amethysta",
        +  "Amiko",
        +  "Amiri",
        +  "Amiri Quran",
        +  "Amita",
        +  "Anaheim",
        +  "Ancizar Sans",
        +  "Ancizar Serif",
        +  "Andada Pro",
        +  "Andika",
        +  "Anek Bangla",
        +  "Anek Devanagari",
        +  "Anek Gujarati",
        +  "Anek Gurmukhi",
        +  "Anek Kannada",
        +  "Anek Latin",
        +  "Anek Malayalam",
        +  "Anek Odia",
        +  "Anek Tamil",
        +  "Anek Telugu",
        +  "Angkor",
        +  "Annapurna SIL",
        +  "Annie Use Your Telescope",
        +  "Anonymous Pro",
        +  "Anta",
        +  "Antic",
        +  "Antic Didone",
        +  "Antic Slab",
        +  "Anton",
        +  "Anton SC",
        +  "Antonio",
        +  "Anuphan",
        +  "Anybody",
        +  "Aoboshi One",
        +  "Arapey",
        +  "Arbutus",
        +  "Arbutus Slab",
        +  "Architects Daughter",
        +  "Archivo",
        +  "Archivo Black",
        +  "Archivo Narrow",
        +  "Are You Serious",
        +  "Aref Ruqaa",
        +  "Aref Ruqaa Ink",
        +  "Arima",
        +  "Arimo",
        +  "Arizonia",
        +  "Armata",
        +  "Arsenal",
        +  "Arsenal SC",
        +  "Artifika",
        +  "Arvo",
        +  "Arya",
        +  "Asap",
        +  "Asap Condensed",
        +  "Asar",
        +  "Asimovian",
        +  "Asset",
        +  "Assistant",
        +  "Asta Sans",
        +  "Astloch",
        +  "Asul",
        +  "Athiti",
        +  "Atkinson Hyperlegible",
        +  "Atkinson Hyperlegible Mono",
        +  "Atkinson Hyperlegible Next",
        +  "Atma",
        +  "Atomic Age",
        +  "Aubrey",
        +  "Audiowide",
        +  "Autour One",
        +  "Average",
        +  "Average Sans",
        +  "Averia Gruesa Libre",
        +  "Averia Libre",
        +  "Averia Sans Libre",
        +  "Averia Serif Libre",
        +  "Azeret Mono",
        +  "B612",
        +  "B612 Mono",
        +  "BBH Bartle",
        +  "BBH Bogle",
        +  "BBH Hegarty",
        +  "BIZ UDGothic",
        +  "BIZ UDMincho",
        +  "BIZ UDPGothic",
        +  "BIZ UDPMincho",
        +  "BJCree",
        +  "Babylonica",
        +  "Bacasime Antique",
        +  "Bad Script",
        +  "Badeen Display",
        +  "Bagel Fat One",
        +  "Bahiana",
        +  "Bahianita",
        +  "Bai Jamjuree",
        +  "Bakbak One",
        +  "Ballet",
        +  "Baloo 2",
        +  "Baloo Bhai 2",
        +  "Baloo Bhaijaan 2",
        +  "Baloo Bhaina 2",
        +  "Baloo Chettan 2",
        +  "Baloo Da 2",
        +  "Baloo Paaji 2",
        +  "Baloo Tamma 2",
        +  "Baloo Tammudu 2",
        +  "Baloo Thambi 2",
        +  "Balsamiq Sans",
        +  "Balthazar",
        +  "Bangers",
        +  "Barlow",
        +  "Barlow Condensed",
        +  "Barlow Semi Condensed",
        +  "Barriecito",
        +  "Barrio",
        +  "Basic",
        +  "Baskervville",
        +  "Baskervville SC",
        +  "Battambang",
        +  "Baumans",
        +  "Bayon",
        +  "Be Vietnam Pro",
        +  "Beau Rivage",
        +  "Bebas Neue",
        +  "Beiruti",
        +  "Belanosima",
        +  "Belgrano",
        +  "Bellefair",
        +  "Belleza",
        +  "Bellota",
        +  "Bellota Text",
        +  "BenchNine",
        +  "Benne",
        +  "Bentham",
        +  "Berkshire Swash",
        +  "Besley",
        +  "Betania Patmos",
        +  "Betania Patmos GDL",
        +  "Betania Patmos In",
        +  "Betania Patmos In GDL",
        +  "Beth Ellen",
        +  "Bevan",
        +  "BhuTuka Expanded One",
        +  "Big Shoulders",
        +  "Big Shoulders Inline",
        +  "Big Shoulders Stencil",
        +  "Bigelow Rules",
        +  "Bigshot One",
        +  "Bilbo",
        +  "Bilbo Swash Caps",
        +  "BioRhyme",
        +  "BioRhyme Expanded",
        +  "Birthstone",
        +  "Birthstone Bounce",
        +  "Biryani",
        +  "Bitcount",
        +  "Bitcount Grid Double",
        +  "Bitcount Grid Double Ink",
        +  "Bitcount Grid Single",
        +  "Bitcount Grid Single Ink",
        +  "Bitcount Ink",
        +  "Bitcount Prop Double",
        +  "Bitcount Prop Double Ink",
        +  "Bitcount Prop Single",
        +  "Bitcount Prop Single Ink",
        +  "Bitcount Single",
        +  "Bitcount Single Ink",
        +  "Bitter",
        +  "Black And White Picture",
        +  "Black Han Sans",
        +  "Black Ops One",
        +  "Blaka",
        +  "Blaka Hollow",
        +  "Blaka Ink",
        +  "Blinker",
        +  "Bodoni Moda",
        +  "Bodoni Moda SC",
        +  "Bokor",
        +  "Boldonse",
        +  "Bona Nova",
        +  "Bona Nova SC",
        +  "Bonbon",
        +  "Bonheur Royale",
        +  "Boogaloo",
        +  "Borel",
        +  "Bowlby One",
        +  "Bowlby One SC",
        +  "Bpmf Huninn",
        +  "Bpmf Iansui",
        +  "Bpmf Zihi Kai Std",
        +  "Braah One",
        +  "Brawler",
        +  "Bree Serif",
        +  "Bricolage Grotesque",
        +  "Bruno Ace",
        +  "Bruno Ace SC",
        +  "Brygada 1918",
        +  "Bubblegum Sans",
        +  "Bubbler One",
        +  "Buda",
        +  "Buenard",
        +  "Bungee",
        +  "Bungee Hairline",
        +  "Bungee Inline",
        +  "Bungee Outline",
        +  "Bungee Shade",
        +  "Bungee Spice",
        +  "Bungee Tint",
        +  "Butcherman",
        +  "Butterfly Kids",
        +  "Bytesized",
        +  "Cabin",
        +  "Cabin Condensed",
        +  "Cabin Sketch",
        +  "Cactus Classical Serif",
        +  "Caesar Dressing",
        +  "Cagliostro",
        +  "Cairo",
        +  "Cairo Play",
        +  "Cal Sans",
        +  "Caladea",
        +  "Calistoga",
        +  "Calligraffitti",
        +  "Cambay",
        +  "Cambo",
        +  "Candal",
        +  "Cantarell",
        +  "Cantata One",
        +  "Cantora One",
        +  "Caprasimo",
        +  "Capriola",
        +  "Caramel",
        +  "Carattere",
        +  "Cardo",
        +  "Carlito",
        +  "Carme",
        +  "Carrois Gothic",
        +  "Carrois Gothic SC",
        +  "Carter One",
        +  "Cascadia Code",
        +  "Cascadia Mono",
        +  "Castoro",
        +  "Castoro Titling",
        +  "Catamaran",
        +  "Caudex",
        +  "Cause",
        +  "Caveat",
        +  "Caveat Brush",
        +  "Cedarville Cursive",
        +  "Ceviche One",
        +  "Chakra Petch",
        +  "Changa",
        +  "Changa One",
        +  "Chango",
        +  "Charis SIL",
        +  "Charm",
        +  "Charmonman",
        +  "Chathura",
        +  "Chau Philomene One",
        +  "Chela One",
        +  "Chelsea Market",
        +  "Chenla",
        +  "Cherish",
        +  "Cherry Bomb One",
        +  "Cherry Cream Soda",
        +  "Cherry Swash",
        +  "Chewy",
        +  "Chicle",
        +  "Chilanka",
        +  "Chiron GoRound TC",
        +  "Chiron Hei HK",
        +  "Chiron Sung HK",
        +  "Chivo",
        +  "Chivo Mono",
        +  "Chocolate Classical Sans",
        +  "Chokokutai",
        +  "Chonburi",
        +  "Cinzel",
        +  "Cinzel Decorative",
        +  "Clicker Script",
        +  "Climate Crisis",
        +  "Coda",
        +  "Codystar",
        +  "Coiny",
        +  "Combo",
        +  "Comfortaa",
        +  "Comforter",
        +  "Comforter Brush",
        +  "Comic Neue",
        +  "Comic Relief",
        +  "Coming Soon",
        +  "Comme",
        +  "Commissioner",
        +  "Concert One",
        +  "Condiment",
        +  "Content",
        +  "Contrail One",
        +  "Convergence",
        +  "Cookie",
        +  "Copse",
        +  "Coral Pixels",
        +  "Corben",
        +  "Corinthia",
        +  "Cormorant",
        +  "Cormorant Garamond",
        +  "Cormorant Infant",
        +  "Cormorant SC",
        +  "Cormorant Unicase",
        +  "Cormorant Upright",
        +  "Cossette Texte",
        +  "Cossette Titre",
        +  "Courgette",
        +  "Courier Prime",
        +  "Cousine",
        +  "Coustard",
        +  "Covered By Your Grace",
        +  "Crafty Girls",
        +  "Creepster",
        +  "Crete Round",
        +  "Crimson Pro",
        +  "Crimson Text",
        +  "Croissant One",
        +  "Crushed",
        +  "Cuprum",
        +  "Cute Font",
        +  "Cutive",
        +  "Cutive Mono",
        +  "DM Mono",
        +  "DM Sans",
        +  "DM Serif Display",
        +  "DM Serif Text",
        +  "Dai Banna SIL",
        +  "Damion",
        +  "Dancing Script",
        +  "Danfo",
        +  "Dangrek",
        +  "Darker Grotesque",
        +  "Darumadrop One",
        +  "Datatype",
        +  "David Libre",
        +  "Dawning of a New Day",
        +  "Days One",
        +  "Dekko",
        +  "Dela Gothic One",
        +  "Delicious Handrawn",
        +  "Delius",
        +  "Delius Swash Caps",
        +  "Delius Unicase",
        +  "Della Respira",
        +  "Denk One",
        +  "Devonshire",
        +  "Dhurjati",
        +  "Didact Gothic",
        +  "Diphylleia",
        +  "Diplomata",
        +  "Diplomata SC",
        +  "Do Hyeon",
        +  "Dokdo",
        +  "Domine",
        +  "Donegal One",
        +  "Dongle",
        +  "Doppio One",
        +  "Dorsa",
        +  "Dosis",
        +  "DotGothic16",
        +  "Doto",
        +  "Dr Sugiyama",
        +  "Duru Sans",
        +  "DynaPuff",
        +  "Dynalight",
        +  "EB Garamond",
        +  "Eagle Lake",
        +  "East Sea Dokdo",
        +  "Eater",
        +  "Economica",
        +  "Eczar",
        +  "Edu AU VIC WA NT Arrows",
        +  "Edu AU VIC WA NT Dots",
        +  "Edu AU VIC WA NT Guides",
        +  "Edu AU VIC WA NT Hand",
        +  "Edu AU VIC WA NT Pre",
        +  "Edu NSW ACT Cursive",
        +  "Edu NSW ACT Foundation",
        +  "Edu NSW ACT Hand Pre",
        +  "Edu QLD Beginner",
        +  "Edu QLD Hand",
        +  "Edu SA Beginner",
        +  "Edu SA Hand",
        +  "Edu TAS Beginner",
        +  "Edu VIC WA NT Beginner",
        +  "Edu VIC WA NT Hand",
        +  "Edu VIC WA NT Hand Pre",
        +  "El Messiri",
        +  "Electrolize",
        +  "Elms Sans",
        +  "Elsie",
        +  "Elsie Swash Caps",
        +  "Emblema One",
        +  "Emilys Candy",
        +  "Encode Sans",
        +  "Encode Sans Condensed",
        +  "Encode Sans Expanded",
        +  "Encode Sans SC",
        +  "Encode Sans Semi Condensed",
        +  "Encode Sans Semi Expanded",
        +  "Engagement",
        +  "Englebert",
        +  "Enriqueta",
        +  "Ephesis",
        +  "Epilogue",
        +  "Epunda Sans",
        +  "Epunda Slab",
        +  "Erica One",
        +  "Esteban",
        +  "Estedad",
        +  "Estonia",
        +  "Euphoria Script",
        +  "Ewert",
        +  "Exile",
        +  "Exo",
        +  "Exo 2",
        +  "Expletus Sans",
        +  "Explora",
        +  "Faculty Glyphic",
        +  "Fahkwang",
        +  "Familjen Grotesk",
        +  "Fanwood Text",
        +  "Farro",
        +  "Farsan",
        +  "Fascinate",
        +  "Fascinate Inline",
        +  "Faster One",
        +  "Fasthand",
        +  "Fauna One",
        +  "Faustina",
        +  "Federant",
        +  "Federo",
        +  "Felipa",
        +  "Fenix",
        +  "Festive",
        +  "Figtree",
        +  "Finger Paint",
        +  "Finlandica Headline",
        +  "Finlandica Text",
        +  "Fira Code",
        +  "Fira Mono",
        +  "Fira Sans",
        +  "Fira Sans Condensed",
        +  "Fira Sans Extra Condensed",
        +  "Fjalla One",
        +  "Fjord One",
        +  "Flamenco",
        +  "Flavors",
        +  "Fleur De Leah",
        +  "Flow Block",
        +  "Flow Circular",
        +  "Flow Rounded",
        +  "Foldit",
        +  "Fondamento",
        +  "Fontdiner Swanky",
        +  "Forum",
        +  "Fragment Mono",
        +  "Francois One",
        +  "Frank Ruhl Libre",
        +  "Fraunces",
        +  "Freckle Face",
        +  "Fredericka the Great",
        +  "Fredoka",
        +  "Freehand",
        +  "Freeman",
        +  "Fresca",
        +  "Frijole",
        +  "Fruktur",
        +  "Fugaz One",
        +  "Fuggles",
        +  "Funnel Display",
        +  "Funnel Sans",
        +  "Fustat",
        +  "Fuzzy Bubbles",
        +  "GFS Didot",
        +  "GFS Neohellenic",
        +  "Ga Maamli",
        +  "Gabarito",
        +  "Gabriela",
        +  "Gaegu",
        +  "Gafata",
        +  "Gajraj One",
        +  "Galada",
        +  "Galdeano",
        +  "Galindo",
        +  "Gamja Flower",
        +  "Gantari",
        +  "Gasoek One",
        +  "Gayathri",
        +  "Geist",
        +  "Geist Mono",
        +  "Geist Pixel",
        +  "Gelasio",
        +  "Gemunu Libre",
        +  "Genos",
        +  "Gentium Book Plus",
        +  "Gentium Plus",
        +  "Geo",
        +  "Geologica",
        +  "Geom",
        +  "Geomini",
        +  "Georama",
        +  "Geostar",
        +  "Geostar Fill",
        +  "Germania One",
        +  "Gideon Roman",
        +  "Gidole",
        +  "Gidugu",
        +  "Gilda Display",
        +  "Girassol",
        +  "Give You Glory",
        +  "Glass Antiqua",
        +  "Glegoo",
        +  "Gloock",
        +  "Gloria Hallelujah",
        +  "Glory",
        +  "Gluten",
        +  "Goblin One",
        +  "Gochi Hand",
        +  "Goldman",
        +  "Golos Text",
        +  "Google Sans",
        +  "Google Sans Code",
        +  "Google Sans Flex",
        +  "Gorditas",
        +  "Gothic A1",
        +  "Gotu",
        +  "Goudy Bookletter 1911",
        +  "Gowun Batang",
        +  "Gowun Dodum",
        +  "Graduate",
        +  "Grand Hotel",
        +  "Grandiflora One",
        +  "Grandstander",
        +  "Grape Nuts",
        +  "Gravitas One",
        +  "Great Vibes",
        +  "Grechen Fuemen",
        +  "Grenze",
        +  "Grenze Gotisch",
        +  "Grey Qo",
        +  "Griffy",
        +  "Gruppo",
        +  "Gudea",
        +  "Gugi",
        +  "Gulzar",
        +  "Gupter",
        +  "Gurajada",
        +  "Gveret Levin",
        +  "Gwendolyn",
        +  "Habibi",
        +  "Hachi Maru Pop",
        +  "Hahmlet",
        +  "Halant",
        +  "Hammersmith One",
        +  "Hanalei",
        +  "Hanalei Fill",
        +  "Handjet",
        +  "Handlee",
        +  "Hanken Grotesk",
        +  "Hanuman",
        +  "Happy Monkey",
        +  "Harmattan",
        +  "Headland One",
        +  "Hedvig Letters Sans",
        +  "Hedvig Letters Serif",
        +  "Heebo",
        +  "Henny Penny",
        +  "Hepta Slab",
        +  "Herr Von Muellerhoff",
        +  "Hi Melody",
        +  "Hibur Mono",
        +  "Hina Mincho",
        +  "Hind",
        +  "Hind Guntur",
        +  "Hind Madurai",
        +  "Hind Mysuru",
        +  "Hind Siliguri",
        +  "Hind Vadodara",
        +  "Holtwood One SC",
        +  "Homemade Apple",
        +  "Homenaje",
        +  "Honk",
        +  "Host Grotesk",
        +  "Hubballi",
        +  "Hubot Sans",
        +  "Huninn",
        +  "Hurricane",
        +  "IBM Plex Mono",
        +  "IBM Plex Sans",
        +  "IBM Plex Sans Arabic",
        +  "IBM Plex Sans Condensed",
        +  "IBM Plex Sans Devanagari",
        +  "IBM Plex Sans Hebrew",
        +  "IBM Plex Sans JP",
        +  "IBM Plex Sans KR",
        +  "IBM Plex Sans Thai",
        +  "IBM Plex Sans Thai Looped",
        +  "IBM Plex Serif",
        +  "IM Fell DW Pica",
        +  "IM Fell DW Pica SC",
        +  "IM Fell Double Pica",
        +  "IM Fell Double Pica SC",
        +  "IM Fell English",
        +  "IM Fell English SC",
        +  "IM Fell French Canon",
        +  "IM Fell French Canon SC",
        +  "IM Fell Great Primer",
        +  "IM Fell Great Primer SC",
        +  "Iansui",
        +  "Ibarra Real Nova",
        +  "Iceberg",
        +  "Iceland",
        +  "Idiqlat",
        +  "Imbue",
        +  "Imperial Script",
        +  "Imprima",
        +  "Inclusive Sans",
        +  "Inconsolata",
        +  "Inder",
        +  "Indie Flower",
        +  "Ingrid Darling",
        +  "Inika",
        +  "Inknut Antiqua",
        +  "Inria Sans",
        +  "Inria Serif",
        +  "Inspiration",
        +  "Instrument Sans",
        +  "Instrument Serif",
        +  "Intel One Mono",
        +  "Inter",
        +  "Inter Tight",
        +  "Iosevka Charon",
        +  "Iosevka Charon Mono",
        +  "Irish Grover",
        +  "Island Moments",
        +  "Istok Web",
        +  "Italiana",
        +  "Italianno",
        +  "Itim",
        +  "Jacquard 12",
        +  "Jacquard 12 Charted",
        +  "Jacquard 24",
        +  "Jacquard 24 Charted",
        +  "Jacquarda Bastarda 9",
        +  "Jacquarda Bastarda 9 Charted",
        +  "Jacques Francois",
        +  "Jacques Francois Shadow",
        +  "Jaini",
        +  "Jaini Purva",
        +  "Jaldi",
        +  "Jaro",
        +  "Jersey 10",
        +  "Jersey 10 Charted",
        +  "Jersey 15",
        +  "Jersey 15 Charted",
        +  "Jersey 20",
        +  "Jersey 20 Charted",
        +  "Jersey 25",
        +  "Jersey 25 Charted",
        +  "JetBrains Mono",
        +  "Jim Nightshade",
        +  "Joan",
        +  "Jockey One",
        +  "Jolly Lodger",
        +  "Jomhuria",
        +  "Jomolhari",
        +  "Josefin Sans",
        +  "Josefin Slab",
        +  "Jost",
        +  "Joti One",
        +  "Jua",
        +  "Judson",
        +  "Julee",
        +  "Julius Sans One",
        +  "Junge",
        +  "Jura",
        +  "Just Another Hand",
        +  "Just Me Again Down Here",
        +  "K2D",
        +  "Kablammo",
        +  "Kadwa",
        +  "Kaisei Decol",
        +  "Kaisei HarunoUmi",
        +  "Kaisei Opti",
        +  "Kaisei Tokumin",
        +  "Kalam",
        +  "Kalnia",
        +  "Kalnia Glaze",
        +  "Kameron",
        +  "Kanchenjunga",
        +  "Kanit",
        +  "Kantumruy Pro",
        +  "Kapakana",
        +  "Karantina",
        +  "Karla",
        +  "Karla Tamil Inclined",
        +  "Karla Tamil Upright",
        +  "Karma",
        +  "Katibeh",
        +  "Kaushan Script",
        +  "Kavivanar",
        +  "Kavoon",
        +  "Kay Pho Du",
        +  "Kdam Thmor Pro",
        +  "Keania One",
        +  "Kedebideri",
        +  "Kelly Slab",
        +  "Kenia",
        +  "Khand",
        +  "Khmer",
        +  "Khula",
        +  "Kings",
        +  "Kirang Haerang",
        +  "Kite One",
        +  "Kiwi Maru",
        +  "Klee One",
        +  "Knewave",
        +  "KoHo",
        +  "Kodchasan",
        +  "Kode Mono",
        +  "Koh Santepheap",
        +  "Kolker Brush",
        +  "Konkhmer Sleokchher",
        +  "Kosugi",
        +  "Kosugi Maru",
        +  "Kotta One",
        +  "Koulen",
        +  "Kranky",
        +  "Kreon",
        +  "Kristi",
        +  "Krona One",
        +  "Krub",
        +  "Kufam",
        +  "Kulim Park",
        +  "Kumar One",
        +  "Kumar One Outline",
        +  "Kumbh Sans",
        +  "Kurale",
        +  "LINE Seed JP",
        +  "LXGW Marker Gothic",
        +  "LXGW WenKai Mono TC",
        +  "LXGW WenKai TC",
        +  "La Belle Aurore",
        +  "Labrada",
        +  "Lacquer",
        +  "Laila",
        +  "Lakki Reddy",
        +  "Lalezar",
        +  "Lancelot",
        +  "Langar",
        +  "Lateef",
        +  "Lato",
        +  "Lavishly Yours",
        +  "League Gothic",
        +  "League Script",
        +  "League Spartan",
        +  "Leckerli One",
        +  "Ledger",
        +  "Lekton",
        +  "Lemon",
        +  "Lemonada",
        +  "Lexend",
        +  "Lexend Deca",
        +  "Lexend Exa",
        +  "Lexend Giga",
        +  "Lexend Mega",
        +  "Lexend Peta",
        +  "Lexend Tera",
        +  "Lexend Zetta",
        +  "Libertinus Keyboard",
        +  "Libertinus Math",
        +  "Libertinus Mono",
        +  "Libertinus Sans",
        +  "Libertinus Serif",
        +  "Libertinus Serif Display",
        +  "Libre Barcode 128",
        +  "Libre Barcode 128 Text",
        +  "Libre Barcode 39",
        +  "Libre Barcode 39 Extended",
        +  "Libre Barcode 39 Extended Text",
        +  "Libre Barcode 39 Text",
        +  "Libre Barcode EAN13 Text",
        +  "Libre Baskerville",
        +  "Libre Bodoni",
        +  "Libre Caslon Display",
        +  "Libre Caslon Text",
        +  "Libre Franklin",
        +  "Licorice",
        +  "Life Savers",
        +  "Lilex",
        +  "Lilita One",
        +  "Lily Script One",
        +  "Limelight",
        +  "Linden Hill",
        +  "Linefont",
        +  "Lisu Bosa",
        +  "Liter",
        +  "Literata",
        +  "Liu Jian Mao Cao",
        +  "Livvic",
        +  "Lobster",
        +  "Lobster Two",
        +  "Londrina Outline",
        +  "Londrina Shadow",
        +  "Londrina Sketch",
        +  "Londrina Solid",
        +  "Long Cang",
        +  "Lora",
        +  "Love Light",
        +  "Love Ya Like A Sister",
        +  "Loved by the King",
        +  "Lovers Quarrel",
        +  "Luckiest Guy",
        +  "Lugrasimo",
        +  "Lumanosimo",
        +  "Lunasima",
        +  "Lusitana",
        +  "Lustria",
        +  "Luxurious Roman",
        +  "Luxurious Script",
        +  "M PLUS 1",
        +  "M PLUS 1 Code",
        +  "M PLUS 1p",
        +  "M PLUS 2",
        +  "M PLUS Code Latin",
        +  "M PLUS Rounded 1c",
        +  "M PLUS U",
        +  "Ma Shan Zheng",
        +  "Macondo",
        +  "Macondo Swash Caps",
        +  "Mada",
        +  "Madimi One",
        +  "Magra",
        +  "Maiden Orange",
        +  "Maitree",
        +  "Major Mono Display",
        +  "Mako",
        +  "Mali",
        +  "Mallanna",
        +  "Maname",
        +  "Mandali",
        +  "Manjari",
        +  "Manrope",
        +  "Mansalva",
        +  "Manuale",
        +  "Manufacturing Consent",
        +  "Marcellus",
        +  "Marcellus SC",
        +  "Marck Script",
        +  "Margarine",
        +  "Marhey",
        +  "Markazi Text",
        +  "Marko One",
        +  "Marmelad",
        +  "Martel",
        +  "Martel Sans",
        +  "Martian Mono",
        +  "Marvel",
        +  "Matangi",
        +  "Mate",
        +  "Mate SC",
        +  "Matemasie",
        +  "Material Icons",
        +  "Material Icons Outlined",
        +  "Material Icons Round",
        +  "Material Icons Sharp",
        +  "Material Icons Two Tone",
        +  "Material Symbols",
        +  "Material Symbols Outlined",
        +  "Material Symbols Rounded",
        +  "Material Symbols Sharp",
        +  "Maven Pro",
        +  "McLaren",
        +  "Mea Culpa",
        +  "Meddon",
        +  "MedievalSharp",
        +  "Medula One",
        +  "Meera Inimai",
        +  "Megrim",
        +  "Meie Script",
        +  "Menbere",
        +  "Meow Script",
        +  "Merienda",
        +  "Merriweather",
        +  "Merriweather Sans",
        +  "Metal",
        +  "Metal Mania",
        +  "Metamorphous",
        +  "Metrophobic",
        +  "Michroma",
        +  "Micro 5",
        +  "Micro 5 Charted",
        +  "Milonga",
        +  "Miltonian",
        +  "Miltonian Tattoo",
        +  "Mina",
        +  "Mingzat",
        +  "Miniver",
        +  "Miranda Sans",
        +  "Miriam Libre",
        +  "Mirza",
        +  "Miss Fajardose",
        +  "Mitr",
        +  "Mochiy Pop One",
        +  "Mochiy Pop P One",
        +  "Modak",
        +  "Modern Antiqua",
        +  "Moderustic",
        +  "Mogra",
        +  "Mohave",
        +  "Moirai One",
        +  "Molengo",
        +  "Molle",
        +  "Momo Signature",
        +  "Momo Trust Display",
        +  "Momo Trust Sans",
        +  "Mona Sans",
        +  "Monda",
        +  "Monofett",
        +  "Monomakh",
        +  "Monomaniac One",
        +  "Monoton",
        +  "Monsieur La Doulaise",
        +  "Montaga",
        +  "Montagu Slab",
        +  "MonteCarlo",
        +  "Montenegrin Gothic One",
        +  "Montez",
        +  "Montserrat",
        +  "Montserrat Alternates",
        +  "Montserrat Underline",
        +  "Moo Lah Lah",
        +  "Mooli",
        +  "Moon Dance",
        +  "Moul",
        +  "Moulpali",
        +  "Mountains of Christmas",
        +  "Mouse Memoirs",
        +  "Mozilla Headline",
        +  "Mozilla Text",
        +  "Mr Bedfort",
        +  "Mr Dafoe",
        +  "Mr De Haviland",
        +  "Mrs Saint Delafield",
        +  "Mrs Sheppards",
        +  "Ms Madi",
        +  "Mukta",
        +  "Mukta Mahee",
        +  "Mukta Malar",
        +  "Mukta Vaani",
        +  "Mulish",
        +  "Murecho",
        +  "MuseoModerno",
        +  "My Soul",
        +  "Mynerve",
        +  "Mystery Quest",
        +  "NTR",
        +  "Nabla",
        +  "Namdhinggo",
        +  "Nanum Brush Script",
        +  "Nanum Gothic",
        +  "Nanum Gothic Coding",
        +  "Nanum Myeongjo",
        +  "Nanum Pen Script",
        +  "Narnoor",
        +  "Nata Sans",
        +  "National Park",
        +  "Neonderthaw",
        +  "Nerko One",
        +  "Neucha",
        +  "Neuton",
        +  "New Amsterdam",
        +  "New Rocker",
        +  "New Tegomin",
        +  "News Cycle",
        +  "Newsreader",
        +  "Niconne",
        +  "Niramit",
        +  "Nixie One",
        +  "Nobile",
        +  "Nokora",
        +  "Norican",
        +  "Nosifer",
        +  "Notable",
        +  "Nothing You Could Do",
        +  "Noticia Text",
        +  "Noto Color Emoji",
        +  "Noto Emoji",
        +  "Noto Kufi Arabic",
        +  "Noto Music",
        +  "Noto Naskh Arabic",
        +  "Noto Nastaliq Urdu",
        +  "Noto Rashi Hebrew",
        +  "Noto Sans",
        +  "Noto Sans Adlam",
        +  "Noto Sans Adlam Unjoined",
        +  "Noto Sans Anatolian Hieroglyphs",
        +  "Noto Sans Arabic",
        +  "Noto Sans Armenian",
        +  "Noto Sans Avestan",
        +  "Noto Sans Balinese",
        +  "Noto Sans Bamum",
        +  "Noto Sans Bassa Vah",
        +  "Noto Sans Batak",
        +  "Noto Sans Bengali",
        +  "Noto Sans Bhaiksuki",
        +  "Noto Sans Brahmi",
        +  "Noto Sans Buginese",
        +  "Noto Sans Buhid",
        +  "Noto Sans Canadian Aboriginal",
        +  "Noto Sans Carian",
        +  "Noto Sans Caucasian Albanian",
        +  "Noto Sans Chakma",
        +  "Noto Sans Cham",
        +  "Noto Sans Cherokee",
        +  "Noto Sans Chorasmian",
        +  "Noto Sans Coptic",
        +  "Noto Sans Cuneiform",
        +  "Noto Sans Cypriot",
        +  "Noto Sans Cypro Minoan",
        +  "Noto Sans Deseret",
        +  "Noto Sans Devanagari",
        +  "Noto Sans Display",
        +  "Noto Sans Duployan",
        +  "Noto Sans Egyptian Hieroglyphs",
        +  "Noto Sans Elbasan",
        +  "Noto Sans Elymaic",
        +  "Noto Sans Ethiopic",
        +  "Noto Sans Georgian",
        +  "Noto Sans Glagolitic",
        +  "Noto Sans Gothic",
        +  "Noto Sans Grantha",
        +  "Noto Sans Gujarati",
        +  "Noto Sans Gunjala Gondi",
        +  "Noto Sans Gurmukhi",
        +  "Noto Sans HK",
        +  "Noto Sans Hanifi Rohingya",
        +  "Noto Sans Hanunoo",
        +  "Noto Sans Hatran",
        +  "Noto Sans Hebrew",
        +  "Noto Sans Imperial Aramaic",
        +  "Noto Sans Indic Siyaq Numbers",
        +  "Noto Sans Inscriptional Pahlavi",
        +  "Noto Sans Inscriptional Parthian",
        +  "Noto Sans JP",
        +  "Noto Sans Javanese",
        +  "Noto Sans KR",
        +  "Noto Sans Kaithi",
        +  "Noto Sans Kannada",
        +  "Noto Sans Kawi",
        +  "Noto Sans Kayah Li",
        +  "Noto Sans Kharoshthi",
        +  "Noto Sans Khmer",
        +  "Noto Sans Khojki",
        +  "Noto Sans Khudawadi",
        +  "Noto Sans Lao",
        +  "Noto Sans Lao Looped",
        +  "Noto Sans Lepcha",
        +  "Noto Sans Limbu",
        +  "Noto Sans Linear A",
        +  "Noto Sans Linear B",
        +  "Noto Sans Lisu",
        +  "Noto Sans Lycian",
        +  "Noto Sans Lydian",
        +  "Noto Sans Mahajani",
        +  "Noto Sans Malayalam",
        +  "Noto Sans Mandaic",
        +  "Noto Sans Manichaean",
        +  "Noto Sans Marchen",
        +  "Noto Sans Masaram Gondi",
        +  "Noto Sans Math",
        +  "Noto Sans Mayan Numerals",
        +  "Noto Sans Medefaidrin",
        +  "Noto Sans Meetei Mayek",
        +  "Noto Sans Mende Kikakui",
        +  "Noto Sans Meroitic",
        +  "Noto Sans Miao",
        +  "Noto Sans Modi",
        +  "Noto Sans Mongolian",
        +  "Noto Sans Mono",
        +  "Noto Sans Mro",
        +  "Noto Sans Multani",
        +  "Noto Sans Myanmar",
        +  "Noto Sans NKo",
        +  "Noto Sans NKo Unjoined",
        +  "Noto Sans Nabataean",
        +  "Noto Sans Nag Mundari",
        +  "Noto Sans Nandinagari",
        +  "Noto Sans New Tai Lue",
        +  "Noto Sans Newa",
        +  "Noto Sans Nushu",
        +  "Noto Sans Ogham",
        +  "Noto Sans Ol Chiki",
        +  "Noto Sans Old Hungarian",
        +  "Noto Sans Old Italic",
        +  "Noto Sans Old North Arabian",
        +  "Noto Sans Old Permic",
        +  "Noto Sans Old Persian",
        +  "Noto Sans Old Sogdian",
        +  "Noto Sans Old South Arabian",
        +  "Noto Sans Old Turkic",
        +  "Noto Sans Oriya",
        +  "Noto Sans Osage",
        +  "Noto Sans Osmanya",
        +  "Noto Sans Pahawh Hmong",
        +  "Noto Sans Palmyrene",
        +  "Noto Sans Pau Cin Hau",
        +  "Noto Sans PhagsPa",
        +  "Noto Sans Phoenician",
        +  "Noto Sans Psalter Pahlavi",
        +  "Noto Sans Rejang",
        +  "Noto Sans Runic",
        +  "Noto Sans SC",
        +  "Noto Sans Samaritan",
        +  "Noto Sans Saurashtra",
        +  "Noto Sans Sharada",
        +  "Noto Sans Shavian",
        +  "Noto Sans Siddham",
        +  "Noto Sans SignWriting",
        +  "Noto Sans Sinhala",
        +  "Noto Sans Sogdian",
        +  "Noto Sans Sora Sompeng",
        +  "Noto Sans Soyombo",
        +  "Noto Sans Sundanese",
        +  "Noto Sans Sunuwar",
        +  "Noto Sans Syloti Nagri",
        +  "Noto Sans Symbols",
        +  "Noto Sans Symbols 2",
        +  "Noto Sans Syriac",
        +  "Noto Sans Syriac Eastern",
        +  "Noto Sans Syriac Western",
        +  "Noto Sans TC",
        +  "Noto Sans Tagalog",
        +  "Noto Sans Tagbanwa",
        +  "Noto Sans Tai Le",
        +  "Noto Sans Tai Tham",
        +  "Noto Sans Tai Viet",
        +  "Noto Sans Takri",
        +  "Noto Sans Tamil",
        +  "Noto Sans Tamil Supplement",
        +  "Noto Sans Tangsa",
        +  "Noto Sans Telugu",
        +  "Noto Sans Thaana",
        +  "Noto Sans Thai",
        +  "Noto Sans Thai Looped",
        +  "Noto Sans Tifinagh",
        +  "Noto Sans Tirhuta",
        +  "Noto Sans Ugaritic",
        +  "Noto Sans Vai",
        +  "Noto Sans Vithkuqi",
        +  "Noto Sans Wancho",
        +  "Noto Sans Warang Citi",
        +  "Noto Sans Yi",
        +  "Noto Sans Zanabazar Square",
        +  "Noto Serif",
        +  "Noto Serif Ahom",
        +  "Noto Serif Armenian",
        +  "Noto Serif Balinese",
        +  "Noto Serif Bengali",
        +  "Noto Serif Devanagari",
        +  "Noto Serif Display",
        +  "Noto Serif Dives Akuru",
        +  "Noto Serif Dogra",
        +  "Noto Serif Ethiopic",
        +  "Noto Serif Georgian",
        +  "Noto Serif Grantha",
        +  "Noto Serif Gujarati",
        +  "Noto Serif Gurmukhi",
        +  "Noto Serif HK",
        +  "Noto Serif Hebrew",
        +  "Noto Serif Hentaigana",
        +  "Noto Serif JP",
        +  "Noto Serif KR",
        +  "Noto Serif Kannada",
        +  "Noto Serif Khitan Small Script",
        +  "Noto Serif Khmer",
        +  "Noto Serif Khojki",
        +  "Noto Serif Lao",
        +  "Noto Serif Makasar",
        +  "Noto Serif Malayalam",
        +  "Noto Serif Myanmar",
        +  "Noto Serif NP Hmong",
        +  "Noto Serif Old Uyghur",
        +  "Noto Serif Oriya",
        +  "Noto Serif Ottoman Siyaq",
        +  "Noto Serif SC",
        +  "Noto Serif Sinhala",
        +  "Noto Serif TC",
        +  "Noto Serif Tamil",
        +  "Noto Serif Tangut",
        +  "Noto Serif Telugu",
        +  "Noto Serif Thai",
        +  "Noto Serif Tibetan",
        +  "Noto Serif Todhri",
        +  "Noto Serif Toto",
        +  "Noto Serif Vithkuqi",
        +  "Noto Serif Yezidi",
        +  "Noto Traditional Nushu",
        +  "Noto Znamenny Musical Notation",
        +  "Nova Cut",
        +  "Nova Flat",
        +  "Nova Mono",
        +  "Nova Oval",
        +  "Nova Round",
        +  "Nova Script",
        +  "Nova Slim",
        +  "Nova Square",
        +  "Numans",
        +  "Nunito",
        +  "Nunito Sans",
        +  "Nuosu SIL",
        +  "Odibee Sans",
        +  "Odor Mean Chey",
        +  "Offside",
        +  "Oi",
        +  "Ojuju",
        +  "Old Standard TT",
        +  "Oldenburg",
        +  "Ole",
        +  "Oleo Script",
        +  "Oleo Script Swash Caps",
        +  "Onest",
        +  "Oooh Baby",
        +  "Open Sans",
        +  "Oranienbaum",
        +  "Orbit",
        +  "Orbitron",
        +  "Oregano",
        +  "Orelega One",
        +  "Orienta",
        +  "Original Surfer",
        +  "Oswald",
        +  "Outfit",
        +  "Over the Rainbow",
        +  "Overlock",
        +  "Overlock SC",
        +  "Overpass",
        +  "Overpass Mono",
        +  "Ovo",
        +  "Oxanium",
        +  "Oxygen",
        +  "Oxygen Mono",
        +  "PT Mono",
        +  "PT Sans",
        +  "PT Sans Caption",
        +  "PT Sans Narrow",
        +  "PT Serif",
        +  "PT Serif Caption",
        +  "Pacifico",
        +  "Padauk",
        +  "Padyakke Expanded One",
        +  "Palanquin",
        +  "Palanquin Dark",
        +  "Palette Mosaic",
        +  "Pangolin",
        +  "Paprika",
        +  "Parastoo",
        +  "Parisienne",
        +  "Parkinsans",
        +  "Passero One",
        +  "Passion One",
        +  "Passions Conflict",
        +  "Pathway Extreme",
        +  "Pathway Gothic One",
        +  "Patrick Hand",
        +  "Patrick Hand SC",
        +  "Pattaya",
        +  "Patua One",
        +  "Pavanam",
        +  "Paytone One",
        +  "Peddana",
        +  "Peralta",
        +  "Permanent Marker",
        +  "Petemoss",
        +  "Petit Formal Script",
        +  "Petrona",
        +  "Phetsarath",
        +  "Philosopher",
        +  "Phudu",
        +  "Piazzolla",
        +  "Piedra",
        +  "Pinyon Script",
        +  "Pirata One",
        +  "Pixelify Sans",
        +  "Plaster",
        +  "Platypi",
        +  "Play",
        +  "Playball",
        +  "Playfair",
        +  "Playfair Display",
        +  "Playfair Display SC",
        +  "Playpen Sans",
        +  "Playpen Sans Arabic",
        +  "Playpen Sans Deva",
        +  "Playpen Sans Hebrew",
        +  "Playpen Sans Thai",
        +  "Playwrite AR",
        +  "Playwrite AR Guides",
        +  "Playwrite AT",
        +  "Playwrite AT Guides",
        +  "Playwrite AU NSW",
        +  "Playwrite AU NSW Guides",
        +  "Playwrite AU QLD",
        +  "Playwrite AU QLD Guides",
        +  "Playwrite AU SA",
        +  "Playwrite AU SA Guides",
        +  "Playwrite AU TAS",
        +  "Playwrite AU TAS Guides",
        +  "Playwrite AU VIC",
        +  "Playwrite AU VIC Guides",
        +  "Playwrite BE VLG",
        +  "Playwrite BE VLG Guides",
        +  "Playwrite BE WAL",
        +  "Playwrite BE WAL Guides",
        +  "Playwrite BR",
        +  "Playwrite BR Guides",
        +  "Playwrite CA",
        +  "Playwrite CA Guides",
        +  "Playwrite CL",
        +  "Playwrite CL Guides",
        +  "Playwrite CO",
        +  "Playwrite CO Guides",
        +  "Playwrite CU",
        +  "Playwrite CU Guides",
        +  "Playwrite CZ",
        +  "Playwrite CZ Guides",
        +  "Playwrite DE Grund",
        +  "Playwrite DE Grund Guides",
        +  "Playwrite DE LA",
        +  "Playwrite DE LA Guides",
        +  "Playwrite DE SAS",
        +  "Playwrite DE SAS Guides",
        +  "Playwrite DE VA",
        +  "Playwrite DE VA Guides",
        +  "Playwrite DK Loopet",
        +  "Playwrite DK Loopet Guides",
        +  "Playwrite DK Uloopet",
        +  "Playwrite DK Uloopet Guides",
        +  "Playwrite ES",
        +  "Playwrite ES Deco",
        +  "Playwrite ES Deco Guides",
        +  "Playwrite ES Guides",
        +  "Playwrite FR Moderne",
        +  "Playwrite FR Moderne Guides",
        +  "Playwrite FR Trad",
        +  "Playwrite FR Trad Guides",
        +  "Playwrite GB J",
        +  "Playwrite GB J Guides",
        +  "Playwrite GB S",
        +  "Playwrite GB S Guides",
        +  "Playwrite HR",
        +  "Playwrite HR Guides",
        +  "Playwrite HR Lijeva",
        +  "Playwrite HR Lijeva Guides",
        +  "Playwrite HU",
        +  "Playwrite HU Guides",
        +  "Playwrite ID",
        +  "Playwrite ID Guides",
        +  "Playwrite IE",
        +  "Playwrite IE Guides",
        +  "Playwrite IN",
        +  "Playwrite IN Guides",
        +  "Playwrite IS",
        +  "Playwrite IS Guides",
        +  "Playwrite IT Moderna",
        +  "Playwrite IT Moderna Guides",
        +  "Playwrite IT Trad",
        +  "Playwrite IT Trad Guides",
        +  "Playwrite MX",
        +  "Playwrite MX Guides",
        +  "Playwrite NG Modern",
        +  "Playwrite NG Modern Guides",
        +  "Playwrite NL",
        +  "Playwrite NL Guides",
        +  "Playwrite NO",
        +  "Playwrite NO Guides",
        +  "Playwrite NZ",
        +  "Playwrite NZ Basic",
        +  "Playwrite NZ Basic Guides",
        +  "Playwrite NZ Guides",
        +  "Playwrite PE",
        +  "Playwrite PE Guides",
        +  "Playwrite PL",
        +  "Playwrite PL Guides",
        +  "Playwrite PT",
        +  "Playwrite PT Guides",
        +  "Playwrite RO",
        +  "Playwrite RO Guides",
        +  "Playwrite SK",
        +  "Playwrite SK Guides",
        +  "Playwrite TZ",
        +  "Playwrite TZ Guides",
        +  "Playwrite US Modern",
        +  "Playwrite US Modern Guides",
        +  "Playwrite US Trad",
        +  "Playwrite US Trad Guides",
        +  "Playwrite VN",
        +  "Playwrite VN Guides",
        +  "Playwrite ZA",
        +  "Playwrite ZA Guides",
        +  "Pliant",
        +  "Plus Jakarta Sans",
        +  "Pochaevsk",
        +  "Podkova",
        +  "Poetsen One",
        +  "Poiret One",
        +  "Poller One",
        +  "Poltawski Nowy",
        +  "Poly",
        +  "Pompiere",
        +  "Ponnala",
        +  "Ponomar",
        +  "Pontano Sans",
        +  "Poor Story",
        +  "Poppins",
        +  "Port Lligat Sans",
        +  "Port Lligat Slab",
        +  "Potta One",
        +  "Pragati Narrow",
        +  "Praise",
        +  "Prata",
        +  "Preahvihear",
        +  "Press Start 2P",
        +  "Pridi",
        +  "Princess Sofia",
        +  "Prociono",
        +  "Prompt",
        +  "Prosto One",
        +  "Protest Guerrilla",
        +  "Protest Revolution",
        +  "Protest Riot",
        +  "Protest Strike",
        +  "Proza Libre",
        +  "Public Sans",
        +  "Puppies Play",
        +  "Puritan",
        +  "Purple Purse",
        +  "Qahiri",
        +  "Quando",
        +  "Quantico",
        +  "Quattrocento",
        +  "Quattrocento Sans",
        +  "Questrial",
        +  "Quicksand",
        +  "Quintessential",
        +  "Qwigley",
        +  "Qwitcher Grypen",
        +  "REM",
        +  "Racing Sans One",
        +  "Radio Canada",
        +  "Radio Canada Big",
        +  "Radley",
        +  "Rajdhani",
        +  "Rakkas",
        +  "Raleway",
        +  "Raleway Dots",
        +  "Ramabhadra",
        +  "Ramaraja",
        +  "Rambla",
        +  "Rammetto One",
        +  "Rampart One",
        +  "Ramsina",
        +  "Ranchers",
        +  "Rancho",
        +  "Ranga",
        +  "Rasa",
        +  "Rationale",
        +  "Ravi Prakash",
        +  "Readex Pro",
        +  "Recursive",
        +  "Red Hat Display",
        +  "Red Hat Mono",
        +  "Red Hat Text",
        +  "Red Rose",
        +  "Redacted",
        +  "Redacted Script",
        +  "Reddit Mono",
        +  "Reddit Sans",
        +  "Reddit Sans Condensed",
        +  "Redressed",
        +  "Reem Kufi",
        +  "Reem Kufi Fun",
        +  "Reem Kufi Ink",
        +  "Reenie Beanie",
        +  "Reggae One",
        +  "Rethink Sans",
        +  "Revalia",
        +  "Rhodium Libre",
        +  "Ribeye",
        +  "Ribeye Marrow",
        +  "Righteous",
        +  "Risque",
        +  "Road Rage",
        +  "Roboto",
        +  "Roboto Condensed",
        +  "Roboto Flex",
        +  "Roboto Mono",
        +  "Roboto Serif",
        +  "Roboto Slab",
        +  "Rochester",
        +  "Rock 3D",
        +  "Rock Salt",
        +  "RocknRoll One",
        +  "Rokkitt",
        +  "Romanesco",
        +  "Ropa Sans",
        +  "Rosario",
        +  "Rosarivo",
        +  "Rouge Script",
        +  "Rowdies",
        +  "Rozha One",
        +  "Rubik",
        +  "Rubik 80s Fade",
        +  "Rubik Beastly",
        +  "Rubik Broken Fax",
        +  "Rubik Bubbles",
        +  "Rubik Burned",
        +  "Rubik Dirt",
        +  "Rubik Distressed",
        +  "Rubik Doodle Shadow",
        +  "Rubik Doodle Triangles",
        +  "Rubik Gemstones",
        +  "Rubik Glitch",
        +  "Rubik Glitch Pop",
        +  "Rubik Iso",
        +  "Rubik Lines",
        +  "Rubik Maps",
        +  "Rubik Marker Hatch",
        +  "Rubik Maze",
        +  "Rubik Microbe",
        +  "Rubik Mono One",
        +  "Rubik Moonrocks",
        +  "Rubik Pixels",
        +  "Rubik Puddles",
        +  "Rubik Scribble",
        +  "Rubik Spray Paint",
        +  "Rubik Storm",
        +  "Rubik Vinyl",
        +  "Rubik Wet Paint",
        +  "Ruda",
        +  "Rufina",
        +  "Ruge Boogie",
        +  "Ruluko",
        +  "Rum Raisin",
        +  "Ruslan Display",
        +  "Russo One",
        +  "Ruthie",
        +  "Ruwudu",
        +  "Rye",
        +  "SN Pro",
        +  "STIX Two Math",
        +  "STIX Two Text",
        +  "SUSE",
        +  "SUSE Mono",
        +  "Sacramento",
        +  "Sahitya",
        +  "Sail",
        +  "Saira",
        +  "Saira Condensed",
        +  "Saira Extra Condensed",
        +  "Saira Semi Condensed",
        +  "Saira Stencil",
        +  "Salsa",
        +  "Sanchez",
        +  "Sancreek",
        +  "Sankofa Display",
        +  "Sansation",
        +  "Sansita",
        +  "Sansita Swashed",
        +  "Sarabun",
        +  "Sarala",
        +  "Sarina",
        +  "Sarpanch",
        +  "Sassy Frass",
        +  "Satisfy",
        +  "Savate",
        +  "Sawarabi Gothic",
        +  "Sawarabi Mincho",
        +  "Scada",
        +  "Scheherazade New",
        +  "Schibsted Grotesk",
        +  "Schoolbell",
        +  "Science Gothic",
        +  "Scope One",
        +  "Seaweed Script",
        +  "Secular One",
        +  "Sedan",
        +  "Sedan SC",
        +  "Sedgwick Ave",
        +  "Sedgwick Ave Display",
        +  "Sekuya",
        +  "Sen",
        +  "Send Flowers",
        +  "Sevillana",
        +  "Seymour One",
        +  "Shadows Into Light",
        +  "Shadows Into Light Two",
        +  "Shafarik",
        +  "Shalimar",
        +  "Shantell Sans",
        +  "Shanti",
        +  "Share",
        +  "Share Tech",
        +  "Share Tech Mono",
        +  "Shippori Antique",
        +  "Shippori Antique B1",
        +  "Shippori Mincho",
        +  "Shippori Mincho B1",
        +  "Shizuru",
        +  "Shojumaru",
        +  "Short Stack",
        +  "Shrikhand",
        +  "Siemreap",
        +  "Sigmar",
        +  "Sigmar One",
        +  "Signika",
        +  "Signika Negative",
        +  "Silkscreen",
        +  "Simonetta",
        +  "Single Day",
        +  "Sintony",
        +  "Sirin Stencil",
        +  "Sirivennela",
        +  "Six Caps",
        +  "Sixtyfour",
        +  "Sixtyfour Convergence",
        +  "Skranji",
        +  "Slabo 13px",
        +  "Slabo 27px",
        +  "Slackey",
        +  "Slackside One",
        +  "Smokum",
        +  "Smooch",
        +  "Smooch Sans",
        +  "Smythe",
        +  "Sniglet",
        +  "Snippet",
        +  "Snowburst One",
        +  "Sofadi One",
        +  "Sofia",
        +  "Sofia Sans",
        +  "Sofia Sans Condensed",
        +  "Sofia Sans Extra Condensed",
        +  "Sofia Sans Semi Condensed",
        +  "Solitreo",
        +  "Solway",
        +  "Sometype Mono",
        +  "Song Myung",
        +  "Sono",
        +  "Sonsie One",
        +  "Sora",
        +  "Sorts Mill Goudy",
        +  "Sour Gummy",
        +  "Source Code Pro",
        +  "Source Sans 3",
        +  "Source Serif 4",
        +  "Space Grotesk",
        +  "Space Mono",
        +  "Special Elite",
        +  "Special Gothic",
        +  "Special Gothic Condensed One",
        +  "Special Gothic Expanded One",
        +  "Spectral",
        +  "Spectral SC",
        +  "Spicy Rice",
        +  "Spinnaker",
        +  "Spirax",
        +  "Splash",
        +  "Spline Sans",
        +  "Spline Sans Mono",
        +  "Squada One",
        +  "Square Peg",
        +  "Sree Krushnadevaraya",
        +  "Sriracha",
        +  "Srisakdi",
        +  "Staatliches",
        +  "Stack Sans Headline",
        +  "Stack Sans Notch",
        +  "Stack Sans Text",
        +  "Stalemate",
        +  "Stalinist One",
        +  "Stardos Stencil",
        +  "Stick",
        +  "Stick No Bills",
        +  "Stint Ultra Condensed",
        +  "Stint Ultra Expanded",
        +  "Stoke",
        +  "Story Script",
        +  "Strait",
        +  "Strichpunkt Sans",
        +  "Style Script",
        +  "Stylish",
        +  "Sue Ellen Francisco",
        +  "Suez One",
        +  "Sulphur Point",
        +  "Sumana",
        +  "Sunflower",
        +  "Sunshiney",
        +  "Supermercado One",
        +  "Sura",
        +  "Suranna",
        +  "Suravaram",
        +  "Suwannaphum",
        +  "Swanky and Moo Moo",
        +  "Syncopate",
        +  "Syne",
        +  "Syne Mono",
        +  "Syne Tactile",
        +  "TASA Explorer",
        +  "TASA Orbiter",
        +  "Tac One",
        +  "Tagesschrift",
        +  "Tai Heritage Pro",
        +  "Tajawal",
        +  "Tangerine",
        +  "Tapestry",
        +  "Taprom",
        +  "Tauri",
        +  "Taviraj",
        +  "Teachers",
        +  "Teko",
        +  "Tektur",
        +  "Telex",
        +  "Tenali Ramakrishna",
        +  "Tenor Sans",
        +  "Text Me One",
        +  "Texturina",
        +  "Thasadith",
        +  "The Girl Next Door",
        +  "The Nautigal",
        +  "Tienne",
        +  "TikTok Sans",
        +  "Tillana",
        +  "Tilt Neon",
        +  "Tilt Prism",
        +  "Tilt Warp",
        +  "Timmana",
        +  "Tinos",
        +  "Tiny5",
        +  "Tiro Bangla",
        +  "Tiro Devanagari Hindi",
        +  "Tiro Devanagari Marathi",
        +  "Tiro Devanagari Sanskrit",
        +  "Tiro Gurmukhi",
        +  "Tiro Kannada",
        +  "Tiro Tamil",
        +  "Tiro Telugu",
        +  "Tirra",
        +  "Titan One",
        +  "Titillium Web",
        +  "Tomorrow",
        +  "Tourney",
        +  "Trade Winds",
        +  "Train One",
        +  "Triodion",
        +  "Trirong",
        +  "Trispace",
        +  "Trocchi",
        +  "Trochut",
        +  "Truculenta",
        +  "Trykker",
        +  "Tsukimi Rounded",
        +  "Tuffy",
        +  "Tulpen One",
        +  "Turret Road",
        +  "Twinkle Star",
        +  "Ubuntu",
        +  "Ubuntu Condensed",
        +  "Ubuntu Mono",
        +  "Ubuntu Sans",
        +  "Ubuntu Sans Mono",
        +  "Uchen",
        +  "Ultra",
        +  "Unbounded",
        +  "Uncial Antiqua",
        +  "Underdog",
        +  "Unica One",
        +  "UnifrakturCook",
        +  "UnifrakturMaguntia",
        +  "Unkempt",
        +  "Unlock",
        +  "Unna",
        +  "UoqMunThenKhung",
        +  "Updock",
        +  "Urbanist",
        +  "VT323",
        +  "Vampiro One",
        +  "Varela",
        +  "Varela Round",
        +  "Varta",
        +  "Vast Shadow",
        +  "Vazirmatn",
        +  "Vend Sans",
        +  "Vesper Libre",
        +  "Viaoda Libre",
        +  "Vibes",
        +  "Vibur",
        +  "Victor Mono",
        +  "Vidaloka",
        +  "Viga",
        +  "Vina Sans",
        +  "Voces",
        +  "Volkhov",
        +  "Vollkorn",
        +  "Vollkorn SC",
        +  "Voltaire",
        +  "Vujahday Script",
        +  "WDXL Lubrifont JP N",
        +  "WDXL Lubrifont SC",
        +  "WDXL Lubrifont TC",
        +  "Waiting for the Sunrise",
        +  "Wallpoet",
        +  "Walter Turncoat",
        +  "Warnes",
        +  "Water Brush",
        +  "Waterfall",
        +  "Wavefont",
        +  "Wellfleet",
        +  "Wendy One",
        +  "Whisper",
        +  "WindSong",
        +  "Winky Rough",
        +  "Winky Sans",
        +  "Wire One",
        +  "Wittgenstein",
        +  "Wix Madefor Display",
        +  "Wix Madefor Text",
        +  "Work Sans",
        +  "Workbench",
        +  "Xanh Mono",
        +  "Yaldevi",
        +  "Yanone Kaffeesatz",
        +  "Yantramanav",
        +  "Yarndings 12",
        +  "Yarndings 12 Charted",
        +  "Yarndings 20",
        +  "Yarndings 20 Charted",
        +  "Yatra One",
        +  "Yellowtail",
        +  "Yeon Sung",
        +  "Yeseva One",
        +  "Yesteryear",
        +  "Yomogi",
        +  "Young Serif",
        +  "Yrsa",
        +  "Ysabeau",
        +  "Ysabeau Infant",
        +  "Ysabeau Office",
        +  "Ysabeau SC",
        +  "Yuji Boku",
        +  "Yuji Hentaigana Akari",
        +  "Yuji Hentaigana Akebono",
        +  "Yuji Mai",
        +  "Yuji Syuku",
        +  "Yusei Magic",
        +  "Yuyu",
        +  "Yuyu Short",
        +  "ZCOOL KuaiLe",
        +  "ZCOOL QingKe HuangYou",
        +  "ZCOOL XiaoWei",
        +  "Zain",
        +  "Zalando Sans",
        +  "Zalando Sans Expanded",
        +  "Zalando Sans SemiExpanded",
        +  "Zen Antique",
        +  "Zen Antique Soft",
        +  "Zen Dots",
        +  "Zen Kaku Gothic Antique",
        +  "Zen Kaku Gothic New",
        +  "Zen Kurenaido",
        +  "Zen Loop",
        +  "Zen Maru Gothic",
        +  "Zen Old Mincho",
        +  "Zen Tokyo Zoo",
        +  "Zeyada",
        +  "Zhi Mang Xing",
        +  "Zilla Slab",
        +  "Zilla Slab Highlight"
        +]
      • addedOutput schema / properties / themeOverrides / properties / titleFontFamily / enum
        Added value: +[
        +  "ABeeZee",
        +  "ADLaM Display",
        +  "AR One Sans",
        +  "Abel",
        +  "Abhaya Libre",
        +  "Aboreto",
        +  "Abril Fatface",
        +  "Abyssinica SIL",
        +  "Aclonica",
        +  "Acme",
        +  "Actor",
        +  "Adamina",
        +  "Advent Pro",
        +  "Afacad",
        +  "Afacad Flux",
        +  "Agbalumo",
        +  "Agdasima",
        +  "Agu Display",
        +  "Aguafina Script",
        +  "Akatab",
        +  "Akaya Kanadaka",
        +  "Akaya Telivigala",
        +  "Akronim",
        +  "Akshar",
        +  "Akt",
        +  "Aladin",
        +  "Alan Sans",
        +  "Alata",
        +  "Alatsi",
        +  "Albert Sans",
        +  "Aldrich",
        +  "Alef",
        +  "Alegreya",
        +  "Alegreya SC",
        +  "Alegreya Sans",
        +  "Alegreya Sans SC",
        +  "Aleo",
        +  "Alex Brush",
        +  "Alexandria",
        +  "Alfa Slab One",
        +  "Alice",
        +  "Alien Block",
        +  "Alike",
        +  "Alike Angular",
        +  "Alkalami",
        +  "Alkatra",
        +  "Allan",
        +  "Allerta",
        +  "Allerta Stencil",
        +  "Allison",
        +  "Allkin",
        +  "Allura",
        +  "Almarai",
        +  "Almendra",
        +  "Almendra Display",
        +  "Almendra SC",
        +  "Alumni Sans",
        +  "Alumni Sans Collegiate One",
        +  "Alumni Sans Inline One",
        +  "Alumni Sans Pinstripe",
        +  "Alumni Sans SC",
        +  "Alyamama",
        +  "Amarante",
        +  "Amaranth",
        +  "Amarna",
        +  "Amatic SC",
        +  "Amethysta",
        +  "Amiko",
        +  "Amiri",
        +  "Amiri Quran",
        +  "Amita",
        +  "Anaheim",
        +  "Ancizar Sans",
        +  "Ancizar Serif",
        +  "Andada Pro",
        +  "Andika",
        +  "Anek Bangla",
        +  "Anek Devanagari",
        +  "Anek Gujarati",
        +  "Anek Gurmukhi",
        +  "Anek Kannada",
        +  "Anek Latin",
        +  "Anek Malayalam",
        +  "Anek Odia",
        +  "Anek Tamil",
        +  "Anek Telugu",
        +  "Angkor",
        +  "Annapurna SIL",
        +  "Annie Use Your Telescope",
        +  "Anonymous Pro",
        +  "Anta",
        +  "Antic",
        +  "Antic Didone",
        +  "Antic Slab",
        +  "Anton",
        +  "Anton SC",
        +  "Antonio",
        +  "Anuphan",
        +  "Anybody",
        +  "Aoboshi One",
        +  "Arapey",
        +  "Arbutus",
        +  "Arbutus Slab",
        +  "Architects Daughter",
        +  "Archivo",
        +  "Archivo Black",
        +  "Archivo Narrow",
        +  "Are You Serious",
        +  "Aref Ruqaa",
        +  "Aref Ruqaa Ink",
        +  "Arima",
        +  "Arimo",
        +  "Arizonia",
        +  "Armata",
        +  "Arsenal",
        +  "Arsenal SC",
        +  "Artifika",
        +  "Arvo",
        +  "Arya",
        +  "Asap",
        +  "Asap Condensed",
        +  "Asar",
        +  "Asimovian",
        +  "Asset",
        +  "Assistant",
        +  "Asta Sans",
        +  "Astloch",
        +  "Asul",
        +  "Athiti",
        +  "Atkinson Hyperlegible",
        +  "Atkinson Hyperlegible Mono",
        +  "Atkinson Hyperlegible Next",
        +  "Atma",
        +  "Atomic Age",
        +  "Aubrey",
        +  "Audiowide",
        +  "Autour One",
        +  "Average",
        +  "Average Sans",
        +  "Averia Gruesa Libre",
        +  "Averia Libre",
        +  "Averia Sans Libre",
        +  "Averia Serif Libre",
        +  "Azeret Mono",
        +  "B612",
        +  "B612 Mono",
        +  "BBH Bartle",
        +  "BBH Bogle",
        +  "BBH Hegarty",
        +  "BIZ UDGothic",
        +  "BIZ UDMincho",
        +  "BIZ UDPGothic",
        +  "BIZ UDPMincho",
        +  "BJCree",
        +  "Babylonica",
        +  "Bacasime Antique",
        +  "Bad Script",
        +  "Badeen Display",
        +  "Bagel Fat One",
        +  "Bahiana",
        +  "Bahianita",
        +  "Bai Jamjuree",
        +  "Bakbak One",
        +  "Ballet",
        +  "Baloo 2",
        +  "Baloo Bhai 2",
        +  "Baloo Bhaijaan 2",
        +  "Baloo Bhaina 2",
        +  "Baloo Chettan 2",
        +  "Baloo Da 2",
        +  "Baloo Paaji 2",
        +  "Baloo Tamma 2",
        +  "Baloo Tammudu 2",
        +  "Baloo Thambi 2",
        +  "Balsamiq Sans",
        +  "Balthazar",
        +  "Bangers",
        +  "Barlow",
        +  "Barlow Condensed",
        +  "Barlow Semi Condensed",
        +  "Barriecito",
        +  "Barrio",
        +  "Basic",
        +  "Baskervville",
        +  "Baskervville SC",
        +  "Battambang",
        +  "Baumans",
        +  "Bayon",
        +  "Be Vietnam Pro",
        +  "Beau Rivage",
        +  "Bebas Neue",
        +  "Beiruti",
        +  "Belanosima",
        +  "Belgrano",
        +  "Bellefair",
        +  "Belleza",
        +  "Bellota",
        +  "Bellota Text",
        +  "BenchNine",
        +  "Benne",
        +  "Bentham",
        +  "Berkshire Swash",
        +  "Besley",
        +  "Betania Patmos",
        +  "Betania Patmos GDL",
        +  "Betania Patmos In",
        +  "Betania Patmos In GDL",
        +  "Beth Ellen",
        +  "Bevan",
        +  "BhuTuka Expanded One",
        +  "Big Shoulders",
        +  "Big Shoulders Inline",
        +  "Big Shoulders Stencil",
        +  "Bigelow Rules",
        +  "Bigshot One",
        +  "Bilbo",
        +  "Bilbo Swash Caps",
        +  "BioRhyme",
        +  "BioRhyme Expanded",
        +  "Birthstone",
        +  "Birthstone Bounce",
        +  "Biryani",
        +  "Bitcount",
        +  "Bitcount Grid Double",
        +  "Bitcount Grid Double Ink",
        +  "Bitcount Grid Single",
        +  "Bitcount Grid Single Ink",
        +  "Bitcount Ink",
        +  "Bitcount Prop Double",
        +  "Bitcount Prop Double Ink",
        +  "Bitcount Prop Single",
        +  "Bitcount Prop Single Ink",
        +  "Bitcount Single",
        +  "Bitcount Single Ink",
        +  "Bitter",
        +  "Black And White Picture",
        +  "Black Han Sans",
        +  "Black Ops One",
        +  "Blaka",
        +  "Blaka Hollow",
        +  "Blaka Ink",
        +  "Blinker",
        +  "Bodoni Moda",
        +  "Bodoni Moda SC",
        +  "Bokor",
        +  "Boldonse",
        +  "Bona Nova",
        +  "Bona Nova SC",
        +  "Bonbon",
        +  "Bonheur Royale",
        +  "Boogaloo",
        +  "Borel",
        +  "Bowlby One",
        +  "Bowlby One SC",
        +  "Bpmf Huninn",
        +  "Bpmf Iansui",
        +  "Bpmf Zihi Kai Std",
        +  "Braah One",
        +  "Brawler",
        +  "Bree Serif",
        +  "Bricolage Grotesque",
        +  "Bruno Ace",
        +  "Bruno Ace SC",
        +  "Brygada 1918",
        +  "Bubblegum Sans",
        +  "Bubbler One",
        +  "Buda",
        +  "Buenard",
        +  "Bungee",
        +  "Bungee Hairline",
        +  "Bungee Inline",
        +  "Bungee Outline",
        +  "Bungee Shade",
        +  "Bungee Spice",
        +  "Bungee Tint",
        +  "Butcherman",
        +  "Butterfly Kids",
        +  "Bytesized",
        +  "Cabin",
        +  "Cabin Condensed",
        +  "Cabin Sketch",
        +  "Cactus Classical Serif",
        +  "Caesar Dressing",
        +  "Cagliostro",
        +  "Cairo",
        +  "Cairo Play",
        +  "Cal Sans",
        +  "Caladea",
        +  "Calistoga",
        +  "Calligraffitti",
        +  "Cambay",
        +  "Cambo",
        +  "Candal",
        +  "Cantarell",
        +  "Cantata One",
        +  "Cantora One",
        +  "Caprasimo",
        +  "Capriola",
        +  "Caramel",
        +  "Carattere",
        +  "Cardo",
        +  "Carlito",
        +  "Carme",
        +  "Carrois Gothic",
        +  "Carrois Gothic SC",
        +  "Carter One",
        +  "Cascadia Code",
        +  "Cascadia Mono",
        +  "Castoro",
        +  "Castoro Titling",
        +  "Catamaran",
        +  "Caudex",
        +  "Cause",
        +  "Caveat",
        +  "Caveat Brush",
        +  "Cedarville Cursive",
        +  "Ceviche One",
        +  "Chakra Petch",
        +  "Changa",
        +  "Changa One",
        +  "Chango",
        +  "Charis SIL",
        +  "Charm",
        +  "Charmonman",
        +  "Chathura",
        +  "Chau Philomene One",
        +  "Chela One",
        +  "Chelsea Market",
        +  "Chenla",
        +  "Cherish",
        +  "Cherry Bomb One",
        +  "Cherry Cream Soda",
        +  "Cherry Swash",
        +  "Chewy",
        +  "Chicle",
        +  "Chilanka",
        +  "Chiron GoRound TC",
        +  "Chiron Hei HK",
        +  "Chiron Sung HK",
        +  "Chivo",
        +  "Chivo Mono",
        +  "Chocolate Classical Sans",
        +  "Chokokutai",
        +  "Chonburi",
        +  "Cinzel",
        +  "Cinzel Decorative",
        +  "Clicker Script",
        +  "Climate Crisis",
        +  "Coda",
        +  "Codystar",
        +  "Coiny",
        +  "Combo",
        +  "Comfortaa",
        +  "Comforter",
        +  "Comforter Brush",
        +  "Comic Neue",
        +  "Comic Relief",
        +  "Coming Soon",
        +  "Comme",
        +  "Commissioner",
        +  "Concert One",
        +  "Condiment",
        +  "Content",
        +  "Contrail One",
        +  "Convergence",
        +  "Cookie",
        +  "Copse",
        +  "Coral Pixels",
        +  "Corben",
        +  "Corinthia",
        +  "Cormorant",
        +  "Cormorant Garamond",
        +  "Cormorant Infant",
        +  "Cormorant SC",
        +  "Cormorant Unicase",
        +  "Cormorant Upright",
        +  "Cossette Texte",
        +  "Cossette Titre",
        +  "Courgette",
        +  "Courier Prime",
        +  "Cousine",
        +  "Coustard",
        +  "Covered By Your Grace",
        +  "Crafty Girls",
        +  "Creepster",
        +  "Crete Round",
        +  "Crimson Pro",
        +  "Crimson Text",
        +  "Croissant One",
        +  "Crushed",
        +  "Cuprum",
        +  "Cute Font",
        +  "Cutive",
        +  "Cutive Mono",
        +  "DM Mono",
        +  "DM Sans",
        +  "DM Serif Display",
        +  "DM Serif Text",
        +  "Dai Banna SIL",
        +  "Damion",
        +  "Dancing Script",
        +  "Danfo",
        +  "Dangrek",
        +  "Darker Grotesque",
        +  "Darumadrop One",
        +  "Datatype",
        +  "David Libre",
        +  "Dawning of a New Day",
        +  "Days One",
        +  "Dekko",
        +  "Dela Gothic One",
        +  "Delicious Handrawn",
        +  "Delius",
        +  "Delius Swash Caps",
        +  "Delius Unicase",
        +  "Della Respira",
        +  "Denk One",
        +  "Devonshire",
        +  "Dhurjati",
        +  "Didact Gothic",
        +  "Diphylleia",
        +  "Diplomata",
        +  "Diplomata SC",
        +  "Do Hyeon",
        +  "Dokdo",
        +  "Domine",
        +  "Donegal One",
        +  "Dongle",
        +  "Doppio One",
        +  "Dorsa",
        +  "Dosis",
        +  "DotGothic16",
        +  "Doto",
        +  "Dr Sugiyama",
        +  "Duru Sans",
        +  "DynaPuff",
        +  "Dynalight",
        +  "EB Garamond",
        +  "Eagle Lake",
        +  "East Sea Dokdo",
        +  "Eater",
        +  "Economica",
        +  "Eczar",
        +  "Edu AU VIC WA NT Arrows",
        +  "Edu AU VIC WA NT Dots",
        +  "Edu AU VIC WA NT Guides",
        +  "Edu AU VIC WA NT Hand",
        +  "Edu AU VIC WA NT Pre",
        +  "Edu NSW ACT Cursive",
        +  "Edu NSW ACT Foundation",
        +  "Edu NSW ACT Hand Pre",
        +  "Edu QLD Beginner",
        +  "Edu QLD Hand",
        +  "Edu SA Beginner",
        +  "Edu SA Hand",
        +  "Edu TAS Beginner",
        +  "Edu VIC WA NT Beginner",
        +  "Edu VIC WA NT Hand",
        +  "Edu VIC WA NT Hand Pre",
        +  "El Messiri",
        +  "Electrolize",
        +  "Elms Sans",
        +  "Elsie",
        +  "Elsie Swash Caps",
        +  "Emblema One",
        +  "Emilys Candy",
        +  "Encode Sans",
        +  "Encode Sans Condensed",
        +  "Encode Sans Expanded",
        +  "Encode Sans SC",
        +  "Encode Sans Semi Condensed",
        +  "Encode Sans Semi Expanded",
        +  "Engagement",
        +  "Englebert",
        +  "Enriqueta",
        +  "Ephesis",
        +  "Epilogue",
        +  "Epunda Sans",
        +  "Epunda Slab",
        +  "Erica One",
        +  "Esteban",
        +  "Estedad",
        +  "Estonia",
        +  "Euphoria Script",
        +  "Ewert",
        +  "Exile",
        +  "Exo",
        +  "Exo 2",
        +  "Expletus Sans",
        +  "Explora",
        +  "Faculty Glyphic",
        +  "Fahkwang",
        +  "Familjen Grotesk",
        +  "Fanwood Text",
        +  "Farro",
        +  "Farsan",
        +  "Fascinate",
        +  "Fascinate Inline",
        +  "Faster One",
        +  "Fasthand",
        +  "Fauna One",
        +  "Faustina",
        +  "Federant",
        +  "Federo",
        +  "Felipa",
        +  "Fenix",
        +  "Festive",
        +  "Figtree",
        +  "Finger Paint",
        +  "Finlandica Headline",
        +  "Finlandica Text",
        +  "Fira Code",
        +  "Fira Mono",
        +  "Fira Sans",
        +  "Fira Sans Condensed",
        +  "Fira Sans Extra Condensed",
        +  "Fjalla One",
        +  "Fjord One",
        +  "Flamenco",
        +  "Flavors",
        +  "Fleur De Leah",
        +  "Flow Block",
        +  "Flow Circular",
        +  "Flow Rounded",
        +  "Foldit",
        +  "Fondamento",
        +  "Fontdiner Swanky",
        +  "Forum",
        +  "Fragment Mono",
        +  "Francois One",
        +  "Frank Ruhl Libre",
        +  "Fraunces",
        +  "Freckle Face",
        +  "Fredericka the Great",
        +  "Fredoka",
        +  "Freehand",
        +  "Freeman",
        +  "Fresca",
        +  "Frijole",
        +  "Fruktur",
        +  "Fugaz One",
        +  "Fuggles",
        +  "Funnel Display",
        +  "Funnel Sans",
        +  "Fustat",
        +  "Fuzzy Bubbles",
        +  "GFS Didot",
        +  "GFS Neohellenic",
        +  "Ga Maamli",
        +  "Gabarito",
        +  "Gabriela",
        +  "Gaegu",
        +  "Gafata",
        +  "Gajraj One",
        +  "Galada",
        +  "Galdeano",
        +  "Galindo",
        +  "Gamja Flower",
        +  "Gantari",
        +  "Gasoek One",
        +  "Gayathri",
        +  "Geist",
        +  "Geist Mono",
        +  "Geist Pixel",
        +  "Gelasio",
        +  "Gemunu Libre",
        +  "Genos",
        +  "Gentium Book Plus",
        +  "Gentium Plus",
        +  "Geo",
        +  "Geologica",
        +  "Geom",
        +  "Geomini",
        +  "Georama",
        +  "Geostar",
        +  "Geostar Fill",
        +  "Germania One",
        +  "Gideon Roman",
        +  "Gidole",
        +  "Gidugu",
        +  "Gilda Display",
        +  "Girassol",
        +  "Give You Glory",
        +  "Glass Antiqua",
        +  "Glegoo",
        +  "Gloock",
        +  "Gloria Hallelujah",
        +  "Glory",
        +  "Gluten",
        +  "Goblin One",
        +  "Gochi Hand",
        +  "Goldman",
        +  "Golos Text",
        +  "Google Sans",
        +  "Google Sans Code",
        +  "Google Sans Flex",
        +  "Gorditas",
        +  "Gothic A1",
        +  "Gotu",
        +  "Goudy Bookletter 1911",
        +  "Gowun Batang",
        +  "Gowun Dodum",
        +  "Graduate",
        +  "Grand Hotel",
        +  "Grandiflora One",
        +  "Grandstander",
        +  "Grape Nuts",
        +  "Gravitas One",
        +  "Great Vibes",
        +  "Grechen Fuemen",
        +  "Grenze",
        +  "Grenze Gotisch",
        +  "Grey Qo",
        +  "Griffy",
        +  "Gruppo",
        +  "Gudea",
        +  "Gugi",
        +  "Gulzar",
        +  "Gupter",
        +  "Gurajada",
        +  "Gveret Levin",
        +  "Gwendolyn",
        +  "Habibi",
        +  "Hachi Maru Pop",
        +  "Hahmlet",
        +  "Halant",
        +  "Hammersmith One",
        +  "Hanalei",
        +  "Hanalei Fill",
        +  "Handjet",
        +  "Handlee",
        +  "Hanken Grotesk",
        +  "Hanuman",
        +  "Happy Monkey",
        +  "Harmattan",
        +  "Headland One",
        +  "Hedvig Letters Sans",
        +  "Hedvig Letters Serif",
        +  "Heebo",
        +  "Henny Penny",
        +  "Hepta Slab",
        +  "Herr Von Muellerhoff",
        +  "Hi Melody",
        +  "Hibur Mono",
        +  "Hina Mincho",
        +  "Hind",
        +  "Hind Guntur",
        +  "Hind Madurai",
        +  "Hind Mysuru",
        +  "Hind Siliguri",
        +  "Hind Vadodara",
        +  "Holtwood One SC",
        +  "Homemade Apple",
        +  "Homenaje",
        +  "Honk",
        +  "Host Grotesk",
        +  "Hubballi",
        +  "Hubot Sans",
        +  "Huninn",
        +  "Hurricane",
        +  "IBM Plex Mono",
        +  "IBM Plex Sans",
        +  "IBM Plex Sans Arabic",
        +  "IBM Plex Sans Condensed",
        +  "IBM Plex Sans Devanagari",
        +  "IBM Plex Sans Hebrew",
        +  "IBM Plex Sans JP",
        +  "IBM Plex Sans KR",
        +  "IBM Plex Sans Thai",
        +  "IBM Plex Sans Thai Looped",
        +  "IBM Plex Serif",
        +  "IM Fell DW Pica",
        +  "IM Fell DW Pica SC",
        +  "IM Fell Double Pica",
        +  "IM Fell Double Pica SC",
        +  "IM Fell English",
        +  "IM Fell English SC",
        +  "IM Fell French Canon",
        +  "IM Fell French Canon SC",
        +  "IM Fell Great Primer",
        +  "IM Fell Great Primer SC",
        +  "Iansui",
        +  "Ibarra Real Nova",
        +  "Iceberg",
        +  "Iceland",
        +  "Idiqlat",
        +  "Imbue",
        +  "Imperial Script",
        +  "Imprima",
        +  "Inclusive Sans",
        +  "Inconsolata",
        +  "Inder",
        +  "Indie Flower",
        +  "Ingrid Darling",
        +  "Inika",
        +  "Inknut Antiqua",
        +  "Inria Sans",
        +  "Inria Serif",
        +  "Inspiration",
        +  "Instrument Sans",
        +  "Instrument Serif",
        +  "Intel One Mono",
        +  "Inter",
        +  "Inter Tight",
        +  "Iosevka Charon",
        +  "Iosevka Charon Mono",
        +  "Irish Grover",
        +  "Island Moments",
        +  "Istok Web",
        +  "Italiana",
        +  "Italianno",
        +  "Itim",
        +  "Jacquard 12",
        +  "Jacquard 12 Charted",
        +  "Jacquard 24",
        +  "Jacquard 24 Charted",
        +  "Jacquarda Bastarda 9",
        +  "Jacquarda Bastarda 9 Charted",
        +  "Jacques Francois",
        +  "Jacques Francois Shadow",
        +  "Jaini",
        +  "Jaini Purva",
        +  "Jaldi",
        +  "Jaro",
        +  "Jersey 10",
        +  "Jersey 10 Charted",
        +  "Jersey 15",
        +  "Jersey 15 Charted",
        +  "Jersey 20",
        +  "Jersey 20 Charted",
        +  "Jersey 25",
        +  "Jersey 25 Charted",
        +  "JetBrains Mono",
        +  "Jim Nightshade",
        +  "Joan",
        +  "Jockey One",
        +  "Jolly Lodger",
        +  "Jomhuria",
        +  "Jomolhari",
        +  "Josefin Sans",
        +  "Josefin Slab",
        +  "Jost",
        +  "Joti One",
        +  "Jua",
        +  "Judson",
        +  "Julee",
        +  "Julius Sans One",
        +  "Junge",
        +  "Jura",
        +  "Just Another Hand",
        +  "Just Me Again Down Here",
        +  "K2D",
        +  "Kablammo",
        +  "Kadwa",
        +  "Kaisei Decol",
        +  "Kaisei HarunoUmi",
        +  "Kaisei Opti",
        +  "Kaisei Tokumin",
        +  "Kalam",
        +  "Kalnia",
        +  "Kalnia Glaze",
        +  "Kameron",
        +  "Kanchenjunga",
        +  "Kanit",
        +  "Kantumruy Pro",
        +  "Kapakana",
        +  "Karantina",
        +  "Karla",
        +  "Karla Tamil Inclined",
        +  "Karla Tamil Upright",
        +  "Karma",
        +  "Katibeh",
        +  "Kaushan Script",
        +  "Kavivanar",
        +  "Kavoon",
        +  "Kay Pho Du",
        +  "Kdam Thmor Pro",
        +  "Keania One",
        +  "Kedebideri",
        +  "Kelly Slab",
        +  "Kenia",
        +  "Khand",
        +  "Khmer",
        +  "Khula",
        +  "Kings",
        +  "Kirang Haerang",
        +  "Kite One",
        +  "Kiwi Maru",
        +  "Klee One",
        +  "Knewave",
        +  "KoHo",
        +  "Kodchasan",
        +  "Kode Mono",
        +  "Koh Santepheap",
        +  "Kolker Brush",
        +  "Konkhmer Sleokchher",
        +  "Kosugi",
        +  "Kosugi Maru",
        +  "Kotta One",
        +  "Koulen",
        +  "Kranky",
        +  "Kreon",
        +  "Kristi",
        +  "Krona One",
        +  "Krub",
        +  "Kufam",
        +  "Kulim Park",
        +  "Kumar One",
        +  "Kumar One Outline",
        +  "Kumbh Sans",
        +  "Kurale",
        +  "LINE Seed JP",
        +  "LXGW Marker Gothic",
        +  "LXGW WenKai Mono TC",
        +  "LXGW WenKai TC",
        +  "La Belle Aurore",
        +  "Labrada",
        +  "Lacquer",
        +  "Laila",
        +  "Lakki Reddy",
        +  "Lalezar",
        +  "Lancelot",
        +  "Langar",
        +  "Lateef",
        +  "Lato",
        +  "Lavishly Yours",
        +  "League Gothic",
        +  "League Script",
        +  "League Spartan",
        +  "Leckerli One",
        +  "Ledger",
        +  "Lekton",
        +  "Lemon",
        +  "Lemonada",
        +  "Lexend",
        +  "Lexend Deca",
        +  "Lexend Exa",
        +  "Lexend Giga",
        +  "Lexend Mega",
        +  "Lexend Peta",
        +  "Lexend Tera",
        +  "Lexend Zetta",
        +  "Libertinus Keyboard",
        +  "Libertinus Math",
        +  "Libertinus Mono",
        +  "Libertinus Sans",
        +  "Libertinus Serif",
        +  "Libertinus Serif Display",
        +  "Libre Barcode 128",
        +  "Libre Barcode 128 Text",
        +  "Libre Barcode 39",
        +  "Libre Barcode 39 Extended",
        +  "Libre Barcode 39 Extended Text",
        +  "Libre Barcode 39 Text",
        +  "Libre Barcode EAN13 Text",
        +  "Libre Baskerville",
        +  "Libre Bodoni",
        +  "Libre Caslon Display",
        +  "Libre Caslon Text",
        +  "Libre Franklin",
        +  "Licorice",
        +  "Life Savers",
        +  "Lilex",
        +  "Lilita One",
        +  "Lily Script One",
        +  "Limelight",
        +  "Linden Hill",
        +  "Linefont",
        +  "Lisu Bosa",
        +  "Liter",
        +  "Literata",
        +  "Liu Jian Mao Cao",
        +  "Livvic",
        +  "Lobster",
        +  "Lobster Two",
        +  "Londrina Outline",
        +  "Londrina Shadow",
        +  "Londrina Sketch",
        +  "Londrina Solid",
        +  "Long Cang",
        +  "Lora",
        +  "Love Light",
        +  "Love Ya Like A Sister",
        +  "Loved by the King",
        +  "Lovers Quarrel",
        +  "Luckiest Guy",
        +  "Lugrasimo",
        +  "Lumanosimo",
        +  "Lunasima",
        +  "Lusitana",
        +  "Lustria",
        +  "Luxurious Roman",
        +  "Luxurious Script",
        +  "M PLUS 1",
        +  "M PLUS 1 Code",
        +  "M PLUS 1p",
        +  "M PLUS 2",
        +  "M PLUS Code Latin",
        +  "M PLUS Rounded 1c",
        +  "M PLUS U",
        +  "Ma Shan Zheng",
        +  "Macondo",
        +  "Macondo Swash Caps",
        +  "Mada",
        +  "Madimi One",
        +  "Magra",
        +  "Maiden Orange",
        +  "Maitree",
        +  "Major Mono Display",
        +  "Mako",
        +  "Mali",
        +  "Mallanna",
        +  "Maname",
        +  "Mandali",
        +  "Manjari",
        +  "Manrope",
        +  "Mansalva",
        +  "Manuale",
        +  "Manufacturing Consent",
        +  "Marcellus",
        +  "Marcellus SC",
        +  "Marck Script",
        +  "Margarine",
        +  "Marhey",
        +  "Markazi Text",
        +  "Marko One",
        +  "Marmelad",
        +  "Martel",
        +  "Martel Sans",
        +  "Martian Mono",
        +  "Marvel",
        +  "Matangi",
        +  "Mate",
        +  "Mate SC",
        +  "Matemasie",
        +  "Material Icons",
        +  "Material Icons Outlined",
        +  "Material Icons Round",
        +  "Material Icons Sharp",
        +  "Material Icons Two Tone",
        +  "Material Symbols",
        +  "Material Symbols Outlined",
        +  "Material Symbols Rounded",
        +  "Material Symbols Sharp",
        +  "Maven Pro",
        +  "McLaren",
        +  "Mea Culpa",
        +  "Meddon",
        +  "MedievalSharp",
        +  "Medula One",
        +  "Meera Inimai",
        +  "Megrim",
        +  "Meie Script",
        +  "Menbere",
        +  "Meow Script",
        +  "Merienda",
        +  "Merriweather",
        +  "Merriweather Sans",
        +  "Metal",
        +  "Metal Mania",
        +  "Metamorphous",
        +  "Metrophobic",
        +  "Michroma",
        +  "Micro 5",
        +  "Micro 5 Charted",
        +  "Milonga",
        +  "Miltonian",
        +  "Miltonian Tattoo",
        +  "Mina",
        +  "Mingzat",
        +  "Miniver",
        +  "Miranda Sans",
        +  "Miriam Libre",
        +  "Mirza",
        +  "Miss Fajardose",
        +  "Mitr",
        +  "Mochiy Pop One",
        +  "Mochiy Pop P One",
        +  "Modak",
        +  "Modern Antiqua",
        +  "Moderustic",
        +  "Mogra",
        +  "Mohave",
        +  "Moirai One",
        +  "Molengo",
        +  "Molle",
        +  "Momo Signature",
        +  "Momo Trust Display",
        +  "Momo Trust Sans",
        +  "Mona Sans",
        +  "Monda",
        +  "Monofett",
        +  "Monomakh",
        +  "Monomaniac One",
        +  "Monoton",
        +  "Monsieur La Doulaise",
        +  "Montaga",
        +  "Montagu Slab",
        +  "MonteCarlo",
        +  "Montenegrin Gothic One",
        +  "Montez",
        +  "Montserrat",
        +  "Montserrat Alternates",
        +  "Montserrat Underline",
        +  "Moo Lah Lah",
        +  "Mooli",
        +  "Moon Dance",
        +  "Moul",
        +  "Moulpali",
        +  "Mountains of Christmas",
        +  "Mouse Memoirs",
        +  "Mozilla Headline",
        +  "Mozilla Text",
        +  "Mr Bedfort",
        +  "Mr Dafoe",
        +  "Mr De Haviland",
        +  "Mrs Saint Delafield",
        +  "Mrs Sheppards",
        +  "Ms Madi",
        +  "Mukta",
        +  "Mukta Mahee",
        +  "Mukta Malar",
        +  "Mukta Vaani",
        +  "Mulish",
        +  "Murecho",
        +  "MuseoModerno",
        +  "My Soul",
        +  "Mynerve",
        +  "Mystery Quest",
        +  "NTR",
        +  "Nabla",
        +  "Namdhinggo",
        +  "Nanum Brush Script",
        +  "Nanum Gothic",
        +  "Nanum Gothic Coding",
        +  "Nanum Myeongjo",
        +  "Nanum Pen Script",
        +  "Narnoor",
        +  "Nata Sans",
        +  "National Park",
        +  "Neonderthaw",
        +  "Nerko One",
        +  "Neucha",
        +  "Neuton",
        +  "New Amsterdam",
        +  "New Rocker",
        +  "New Tegomin",
        +  "News Cycle",
        +  "Newsreader",
        +  "Niconne",
        +  "Niramit",
        +  "Nixie One",
        +  "Nobile",
        +  "Nokora",
        +  "Norican",
        +  "Nosifer",
        +  "Notable",
        +  "Nothing You Could Do",
        +  "Noticia Text",
        +  "Noto Color Emoji",
        +  "Noto Emoji",
        +  "Noto Kufi Arabic",
        +  "Noto Music",
        +  "Noto Naskh Arabic",
        +  "Noto Nastaliq Urdu",
        +  "Noto Rashi Hebrew",
        +  "Noto Sans",
        +  "Noto Sans Adlam",
        +  "Noto Sans Adlam Unjoined",
        +  "Noto Sans Anatolian Hieroglyphs",
        +  "Noto Sans Arabic",
        +  "Noto Sans Armenian",
        +  "Noto Sans Avestan",
        +  "Noto Sans Balinese",
        +  "Noto Sans Bamum",
        +  "Noto Sans Bassa Vah",
        +  "Noto Sans Batak",
        +  "Noto Sans Bengali",
        +  "Noto Sans Bhaiksuki",
        +  "Noto Sans Brahmi",
        +  "Noto Sans Buginese",
        +  "Noto Sans Buhid",
        +  "Noto Sans Canadian Aboriginal",
        +  "Noto Sans Carian",
        +  "Noto Sans Caucasian Albanian",
        +  "Noto Sans Chakma",
        +  "Noto Sans Cham",
        +  "Noto Sans Cherokee",
        +  "Noto Sans Chorasmian",
        +  "Noto Sans Coptic",
        +  "Noto Sans Cuneiform",
        +  "Noto Sans Cypriot",
        +  "Noto Sans Cypro Minoan",
        +  "Noto Sans Deseret",
        +  "Noto Sans Devanagari",
        +  "Noto Sans Display",
        +  "Noto Sans Duployan",
        +  "Noto Sans Egyptian Hieroglyphs",
        +  "Noto Sans Elbasan",
        +  "Noto Sans Elymaic",
        +  "Noto Sans Ethiopic",
        +  "Noto Sans Georgian",
        +  "Noto Sans Glagolitic",
        +  "Noto Sans Gothic",
        +  "Noto Sans Grantha",
        +  "Noto Sans Gujarati",
        +  "Noto Sans Gunjala Gondi",
        +  "Noto Sans Gurmukhi",
        +  "Noto Sans HK",
        +  "Noto Sans Hanifi Rohingya",
        +  "Noto Sans Hanunoo",
        +  "Noto Sans Hatran",
        +  "Noto Sans Hebrew",
        +  "Noto Sans Imperial Aramaic",
        +  "Noto Sans Indic Siyaq Numbers",
        +  "Noto Sans Inscriptional Pahlavi",
        +  "Noto Sans Inscriptional Parthian",
        +  "Noto Sans JP",
        +  "Noto Sans Javanese",
        +  "Noto Sans KR",
        +  "Noto Sans Kaithi",
        +  "Noto Sans Kannada",
        +  "Noto Sans Kawi",
        +  "Noto Sans Kayah Li",
        +  "Noto Sans Kharoshthi",
        +  "Noto Sans Khmer",
        +  "Noto Sans Khojki",
        +  "Noto Sans Khudawadi",
        +  "Noto Sans Lao",
        +  "Noto Sans Lao Looped",
        +  "Noto Sans Lepcha",
        +  "Noto Sans Limbu",
        +  "Noto Sans Linear A",
        +  "Noto Sans Linear B",
        +  "Noto Sans Lisu",
        +  "Noto Sans Lycian",
        +  "Noto Sans Lydian",
        +  "Noto Sans Mahajani",
        +  "Noto Sans Malayalam",
        +  "Noto Sans Mandaic",
        +  "Noto Sans Manichaean",
        +  "Noto Sans Marchen",
        +  "Noto Sans Masaram Gondi",
        +  "Noto Sans Math",
        +  "Noto Sans Mayan Numerals",
        +  "Noto Sans Medefaidrin",
        +  "Noto Sans Meetei Mayek",
        +  "Noto Sans Mende Kikakui",
        +  "Noto Sans Meroitic",
        +  "Noto Sans Miao",
        +  "Noto Sans Modi",
        +  "Noto Sans Mongolian",
        +  "Noto Sans Mono",
        +  "Noto Sans Mro",
        +  "Noto Sans Multani",
        +  "Noto Sans Myanmar",
        +  "Noto Sans NKo",
        +  "Noto Sans NKo Unjoined",
        +  "Noto Sans Nabataean",
        +  "Noto Sans Nag Mundari",
        +  "Noto Sans Nandinagari",
        +  "Noto Sans New Tai Lue",
        +  "Noto Sans Newa",
        +  "Noto Sans Nushu",
        +  "Noto Sans Ogham",
        +  "Noto Sans Ol Chiki",
        +  "Noto Sans Old Hungarian",
        +  "Noto Sans Old Italic",
        +  "Noto Sans Old North Arabian",
        +  "Noto Sans Old Permic",
        +  "Noto Sans Old Persian",
        +  "Noto Sans Old Sogdian",
        +  "Noto Sans Old South Arabian",
        +  "Noto Sans Old Turkic",
        +  "Noto Sans Oriya",
        +  "Noto Sans Osage",
        +  "Noto Sans Osmanya",
        +  "Noto Sans Pahawh Hmong",
        +  "Noto Sans Palmyrene",
        +  "Noto Sans Pau Cin Hau",
        +  "Noto Sans PhagsPa",
        +  "Noto Sans Phoenician",
        +  "Noto Sans Psalter Pahlavi",
        +  "Noto Sans Rejang",
        +  "Noto Sans Runic",
        +  "Noto Sans SC",
        +  "Noto Sans Samaritan",
        +  "Noto Sans Saurashtra",
        +  "Noto Sans Sharada",
        +  "Noto Sans Shavian",
        +  "Noto Sans Siddham",
        +  "Noto Sans SignWriting",
        +  "Noto Sans Sinhala",
        +  "Noto Sans Sogdian",
        +  "Noto Sans Sora Sompeng",
        +  "Noto Sans Soyombo",
        +  "Noto Sans Sundanese",
        +  "Noto Sans Sunuwar",
        +  "Noto Sans Syloti Nagri",
        +  "Noto Sans Symbols",
        +  "Noto Sans Symbols 2",
        +  "Noto Sans Syriac",
        +  "Noto Sans Syriac Eastern",
        +  "Noto Sans Syriac Western",
        +  "Noto Sans TC",
        +  "Noto Sans Tagalog",
        +  "Noto Sans Tagbanwa",
        +  "Noto Sans Tai Le",
        +  "Noto Sans Tai Tham",
        +  "Noto Sans Tai Viet",
        +  "Noto Sans Takri",
        +  "Noto Sans Tamil",
        +  "Noto Sans Tamil Supplement",
        +  "Noto Sans Tangsa",
        +  "Noto Sans Telugu",
        +  "Noto Sans Thaana",
        +  "Noto Sans Thai",
        +  "Noto Sans Thai Looped",
        +  "Noto Sans Tifinagh",
        +  "Noto Sans Tirhuta",
        +  "Noto Sans Ugaritic",
        +  "Noto Sans Vai",
        +  "Noto Sans Vithkuqi",
        +  "Noto Sans Wancho",
        +  "Noto Sans Warang Citi",
        +  "Noto Sans Yi",
        +  "Noto Sans Zanabazar Square",
        +  "Noto Serif",
        +  "Noto Serif Ahom",
        +  "Noto Serif Armenian",
        +  "Noto Serif Balinese",
        +  "Noto Serif Bengali",
        +  "Noto Serif Devanagari",
        +  "Noto Serif Display",
        +  "Noto Serif Dives Akuru",
        +  "Noto Serif Dogra",
        +  "Noto Serif Ethiopic",
        +  "Noto Serif Georgian",
        +  "Noto Serif Grantha",
        +  "Noto Serif Gujarati",
        +  "Noto Serif Gurmukhi",
        +  "Noto Serif HK",
        +  "Noto Serif Hebrew",
        +  "Noto Serif Hentaigana",
        +  "Noto Serif JP",
        +  "Noto Serif KR",
        +  "Noto Serif Kannada",
        +  "Noto Serif Khitan Small Script",
        +  "Noto Serif Khmer",
        +  "Noto Serif Khojki",
        +  "Noto Serif Lao",
        +  "Noto Serif Makasar",
        +  "Noto Serif Malayalam",
        +  "Noto Serif Myanmar",
        +  "Noto Serif NP Hmong",
        +  "Noto Serif Old Uyghur",
        +  "Noto Serif Oriya",
        +  "Noto Serif Ottoman Siyaq",
        +  "Noto Serif SC",
        +  "Noto Serif Sinhala",
        +  "Noto Serif TC",
        +  "Noto Serif Tamil",
        +  "Noto Serif Tangut",
        +  "Noto Serif Telugu",
        +  "Noto Serif Thai",
        +  "Noto Serif Tibetan",
        +  "Noto Serif Todhri",
        +  "Noto Serif Toto",
        +  "Noto Serif Vithkuqi",
        +  "Noto Serif Yezidi",
        +  "Noto Traditional Nushu",
        +  "Noto Znamenny Musical Notation",
        +  "Nova Cut",
        +  "Nova Flat",
        +  "Nova Mono",
        +  "Nova Oval",
        +  "Nova Round",
        +  "Nova Script",
        +  "Nova Slim",
        +  "Nova Square",
        +  "Numans",
        +  "Nunito",
        +  "Nunito Sans",
        +  "Nuosu SIL",
        +  "Odibee Sans",
        +  "Odor Mean Chey",
        +  "Offside",
        +  "Oi",
        +  "Ojuju",
        +  "Old Standard TT",
        +  "Oldenburg",
        +  "Ole",
        +  "Oleo Script",
        +  "Oleo Script Swash Caps",
        +  "Onest",
        +  "Oooh Baby",
        +  "Open Sans",
        +  "Oranienbaum",
        +  "Orbit",
        +  "Orbitron",
        +  "Oregano",
        +  "Orelega One",
        +  "Orienta",
        +  "Original Surfer",
        +  "Oswald",
        +  "Outfit",
        +  "Over the Rainbow",
        +  "Overlock",
        +  "Overlock SC",
        +  "Overpass",
        +  "Overpass Mono",
        +  "Ovo",
        +  "Oxanium",
        +  "Oxygen",
        +  "Oxygen Mono",
        +  "PT Mono",
        +  "PT Sans",
        +  "PT Sans Caption",
        +  "PT Sans Narrow",
        +  "PT Serif",
        +  "PT Serif Caption",
        +  "Pacifico",
        +  "Padauk",
        +  "Padyakke Expanded One",
        +  "Palanquin",
        +  "Palanquin Dark",
        +  "Palette Mosaic",
        +  "Pangolin",
        +  "Paprika",
        +  "Parastoo",
        +  "Parisienne",
        +  "Parkinsans",
        +  "Passero One",
        +  "Passion One",
        +  "Passions Conflict",
        +  "Pathway Extreme",
        +  "Pathway Gothic One",
        +  "Patrick Hand",
        +  "Patrick Hand SC",
        +  "Pattaya",
        +  "Patua One",
        +  "Pavanam",
        +  "Paytone One",
        +  "Peddana",
        +  "Peralta",
        +  "Permanent Marker",
        +  "Petemoss",
        +  "Petit Formal Script",
        +  "Petrona",
        +  "Phetsarath",
        +  "Philosopher",
        +  "Phudu",
        +  "Piazzolla",
        +  "Piedra",
        +  "Pinyon Script",
        +  "Pirata One",
        +  "Pixelify Sans",
        +  "Plaster",
        +  "Platypi",
        +  "Play",
        +  "Playball",
        +  "Playfair",
        +  "Playfair Display",
        +  "Playfair Display SC",
        +  "Playpen Sans",
        +  "Playpen Sans Arabic",
        +  "Playpen Sans Deva",
        +  "Playpen Sans Hebrew",
        +  "Playpen Sans Thai",
        +  "Playwrite AR",
        +  "Playwrite AR Guides",
        +  "Playwrite AT",
        +  "Playwrite AT Guides",
        +  "Playwrite AU NSW",
        +  "Playwrite AU NSW Guides",
        +  "Playwrite AU QLD",
        +  "Playwrite AU QLD Guides",
        +  "Playwrite AU SA",
        +  "Playwrite AU SA Guides",
        +  "Playwrite AU TAS",
        +  "Playwrite AU TAS Guides",
        +  "Playwrite AU VIC",
        +  "Playwrite AU VIC Guides",
        +  "Playwrite BE VLG",
        +  "Playwrite BE VLG Guides",
        +  "Playwrite BE WAL",
        +  "Playwrite BE WAL Guides",
        +  "Playwrite BR",
        +  "Playwrite BR Guides",
        +  "Playwrite CA",
        +  "Playwrite CA Guides",
        +  "Playwrite CL",
        +  "Playwrite CL Guides",
        +  "Playwrite CO",
        +  "Playwrite CO Guides",
        +  "Playwrite CU",
        +  "Playwrite CU Guides",
        +  "Playwrite CZ",
        +  "Playwrite CZ Guides",
        +  "Playwrite DE Grund",
        +  "Playwrite DE Grund Guides",
        +  "Playwrite DE LA",
        +  "Playwrite DE LA Guides",
        +  "Playwrite DE SAS",
        +  "Playwrite DE SAS Guides",
        +  "Playwrite DE VA",
        +  "Playwrite DE VA Guides",
        +  "Playwrite DK Loopet",
        +  "Playwrite DK Loopet Guides",
        +  "Playwrite DK Uloopet",
        +  "Playwrite DK Uloopet Guides",
        +  "Playwrite ES",
        +  "Playwrite ES Deco",
        +  "Playwrite ES Deco Guides",
        +  "Playwrite ES Guides",
        +  "Playwrite FR Moderne",
        +  "Playwrite FR Moderne Guides",
        +  "Playwrite FR Trad",
        +  "Playwrite FR Trad Guides",
        +  "Playwrite GB J",
        +  "Playwrite GB J Guides",
        +  "Playwrite GB S",
        +  "Playwrite GB S Guides",
        +  "Playwrite HR",
        +  "Playwrite HR Guides",
        +  "Playwrite HR Lijeva",
        +  "Playwrite HR Lijeva Guides",
        +  "Playwrite HU",
        +  "Playwrite HU Guides",
        +  "Playwrite ID",
        +  "Playwrite ID Guides",
        +  "Playwrite IE",
        +  "Playwrite IE Guides",
        +  "Playwrite IN",
        +  "Playwrite IN Guides",
        +  "Playwrite IS",
        +  "Playwrite IS Guides",
        +  "Playwrite IT Moderna",
        +  "Playwrite IT Moderna Guides",
        +  "Playwrite IT Trad",
        +  "Playwrite IT Trad Guides",
        +  "Playwrite MX",
        +  "Playwrite MX Guides",
        +  "Playwrite NG Modern",
        +  "Playwrite NG Modern Guides",
        +  "Playwrite NL",
        +  "Playwrite NL Guides",
        +  "Playwrite NO",
        +  "Playwrite NO Guides",
        +  "Playwrite NZ",
        +  "Playwrite NZ Basic",
        +  "Playwrite NZ Basic Guides",
        +  "Playwrite NZ Guides",
        +  "Playwrite PE",
        +  "Playwrite PE Guides",
        +  "Playwrite PL",
        +  "Playwrite PL Guides",
        +  "Playwrite PT",
        +  "Playwrite PT Guides",
        +  "Playwrite RO",
        +  "Playwrite RO Guides",
        +  "Playwrite SK",
        +  "Playwrite SK Guides",
        +  "Playwrite TZ",
        +  "Playwrite TZ Guides",
        +  "Playwrite US Modern",
        +  "Playwrite US Modern Guides",
        +  "Playwrite US Trad",
        +  "Playwrite US Trad Guides",
        +  "Playwrite VN",
        +  "Playwrite VN Guides",
        +  "Playwrite ZA",
        +  "Playwrite ZA Guides",
        +  "Pliant",
        +  "Plus Jakarta Sans",
        +  "Pochaevsk",
        +  "Podkova",
        +  "Poetsen One",
        +  "Poiret One",
        +  "Poller One",
        +  "Poltawski Nowy",
        +  "Poly",
        +  "Pompiere",
        +  "Ponnala",
        +  "Ponomar",
        +  "Pontano Sans",
        +  "Poor Story",
        +  "Poppins",
        +  "Port Lligat Sans",
        +  "Port Lligat Slab",
        +  "Potta One",
        +  "Pragati Narrow",
        +  "Praise",
        +  "Prata",
        +  "Preahvihear",
        +  "Press Start 2P",
        +  "Pridi",
        +  "Princess Sofia",
        +  "Prociono",
        +  "Prompt",
        +  "Prosto One",
        +  "Protest Guerrilla",
        +  "Protest Revolution",
        +  "Protest Riot",
        +  "Protest Strike",
        +  "Proza Libre",
        +  "Public Sans",
        +  "Puppies Play",
        +  "Puritan",
        +  "Purple Purse",
        +  "Qahiri",
        +  "Quando",
        +  "Quantico",
        +  "Quattrocento",
        +  "Quattrocento Sans",
        +  "Questrial",
        +  "Quicksand",
        +  "Quintessential",
        +  "Qwigley",
        +  "Qwitcher Grypen",
        +  "REM",
        +  "Racing Sans One",
        +  "Radio Canada",
        +  "Radio Canada Big",
        +  "Radley",
        +  "Rajdhani",
        +  "Rakkas",
        +  "Raleway",
        +  "Raleway Dots",
        +  "Ramabhadra",
        +  "Ramaraja",
        +  "Rambla",
        +  "Rammetto One",
        +  "Rampart One",
        +  "Ramsina",
        +  "Ranchers",
        +  "Rancho",
        +  "Ranga",
        +  "Rasa",
        +  "Rationale",
        +  "Ravi Prakash",
        +  "Readex Pro",
        +  "Recursive",
        +  "Red Hat Display",
        +  "Red Hat Mono",
        +  "Red Hat Text",
        +  "Red Rose",
        +  "Redacted",
        +  "Redacted Script",
        +  "Reddit Mono",
        +  "Reddit Sans",
        +  "Reddit Sans Condensed",
        +  "Redressed",
        +  "Reem Kufi",
        +  "Reem Kufi Fun",
        +  "Reem Kufi Ink",
        +  "Reenie Beanie",
        +  "Reggae One",
        +  "Rethink Sans",
        +  "Revalia",
        +  "Rhodium Libre",
        +  "Ribeye",
        +  "Ribeye Marrow",
        +  "Righteous",
        +  "Risque",
        +  "Road Rage",
        +  "Roboto",
        +  "Roboto Condensed",
        +  "Roboto Flex",
        +  "Roboto Mono",
        +  "Roboto Serif",
        +  "Roboto Slab",
        +  "Rochester",
        +  "Rock 3D",
        +  "Rock Salt",
        +  "RocknRoll One",
        +  "Rokkitt",
        +  "Romanesco",
        +  "Ropa Sans",
        +  "Rosario",
        +  "Rosarivo",
        +  "Rouge Script",
        +  "Rowdies",
        +  "Rozha One",
        +  "Rubik",
        +  "Rubik 80s Fade",
        +  "Rubik Beastly",
        +  "Rubik Broken Fax",
        +  "Rubik Bubbles",
        +  "Rubik Burned",
        +  "Rubik Dirt",
        +  "Rubik Distressed",
        +  "Rubik Doodle Shadow",
        +  "Rubik Doodle Triangles",
        +  "Rubik Gemstones",
        +  "Rubik Glitch",
        +  "Rubik Glitch Pop",
        +  "Rubik Iso",
        +  "Rubik Lines",
        +  "Rubik Maps",
        +  "Rubik Marker Hatch",
        +  "Rubik Maze",
        +  "Rubik Microbe",
        +  "Rubik Mono One",
        +  "Rubik Moonrocks",
        +  "Rubik Pixels",
        +  "Rubik Puddles",
        +  "Rubik Scribble",
        +  "Rubik Spray Paint",
        +  "Rubik Storm",
        +  "Rubik Vinyl",
        +  "Rubik Wet Paint",
        +  "Ruda",
        +  "Rufina",
        +  "Ruge Boogie",
        +  "Ruluko",
        +  "Rum Raisin",
        +  "Ruslan Display",
        +  "Russo One",
        +  "Ruthie",
        +  "Ruwudu",
        +  "Rye",
        +  "SN Pro",
        +  "STIX Two Math",
        +  "STIX Two Text",
        +  "SUSE",
        +  "SUSE Mono",
        +  "Sacramento",
        +  "Sahitya",
        +  "Sail",
        +  "Saira",
        +  "Saira Condensed",
        +  "Saira Extra Condensed",
        +  "Saira Semi Condensed",
        +  "Saira Stencil",
        +  "Salsa",
        +  "Sanchez",
        +  "Sancreek",
        +  "Sankofa Display",
        +  "Sansation",
        +  "Sansita",
        +  "Sansita Swashed",
        +  "Sarabun",
        +  "Sarala",
        +  "Sarina",
        +  "Sarpanch",
        +  "Sassy Frass",
        +  "Satisfy",
        +  "Savate",
        +  "Sawarabi Gothic",
        +  "Sawarabi Mincho",
        +  "Scada",
        +  "Scheherazade New",
        +  "Schibsted Grotesk",
        +  "Schoolbell",
        +  "Science Gothic",
        +  "Scope One",
        +  "Seaweed Script",
        +  "Secular One",
        +  "Sedan",
        +  "Sedan SC",
        +  "Sedgwick Ave",
        +  "Sedgwick Ave Display",
        +  "Sekuya",
        +  "Sen",
        +  "Send Flowers",
        +  "Sevillana",
        +  "Seymour One",
        +  "Shadows Into Light",
        +  "Shadows Into Light Two",
        +  "Shafarik",
        +  "Shalimar",
        +  "Shantell Sans",
        +  "Shanti",
        +  "Share",
        +  "Share Tech",
        +  "Share Tech Mono",
        +  "Shippori Antique",
        +  "Shippori Antique B1",
        +  "Shippori Mincho",
        +  "Shippori Mincho B1",
        +  "Shizuru",
        +  "Shojumaru",
        +  "Short Stack",
        +  "Shrikhand",
        +  "Siemreap",
        +  "Sigmar",
        +  "Sigmar One",
        +  "Signika",
        +  "Signika Negative",
        +  "Silkscreen",
        +  "Simonetta",
        +  "Single Day",
        +  "Sintony",
        +  "Sirin Stencil",
        +  "Sirivennela",
        +  "Six Caps",
        +  "Sixtyfour",
        +  "Sixtyfour Convergence",
        +  "Skranji",
        +  "Slabo 13px",
        +  "Slabo 27px",
        +  "Slackey",
        +  "Slackside One",
        +  "Smokum",
        +  "Smooch",
        +  "Smooch Sans",
        +  "Smythe",
        +  "Sniglet",
        +  "Snippet",
        +  "Snowburst One",
        +  "Sofadi One",
        +  "Sofia",
        +  "Sofia Sans",
        +  "Sofia Sans Condensed",
        +  "Sofia Sans Extra Condensed",
        +  "Sofia Sans Semi Condensed",
        +  "Solitreo",
        +  "Solway",
        +  "Sometype Mono",
        +  "Song Myung",
        +  "Sono",
        +  "Sonsie One",
        +  "Sora",
        +  "Sorts Mill Goudy",
        +  "Sour Gummy",
        +  "Source Code Pro",
        +  "Source Sans 3",
        +  "Source Serif 4",
        +  "Space Grotesk",
        +  "Space Mono",
        +  "Special Elite",
        +  "Special Gothic",
        +  "Special Gothic Condensed One",
        +  "Special Gothic Expanded One",
        +  "Spectral",
        +  "Spectral SC",
        +  "Spicy Rice",
        +  "Spinnaker",
        +  "Spirax",
        +  "Splash",
        +  "Spline Sans",
        +  "Spline Sans Mono",
        +  "Squada One",
        +  "Square Peg",
        +  "Sree Krushnadevaraya",
        +  "Sriracha",
        +  "Srisakdi",
        +  "Staatliches",
        +  "Stack Sans Headline",
        +  "Stack Sans Notch",
        +  "Stack Sans Text",
        +  "Stalemate",
        +  "Stalinist One",
        +  "Stardos Stencil",
        +  "Stick",
        +  "Stick No Bills",
        +  "Stint Ultra Condensed",
        +  "Stint Ultra Expanded",
        +  "Stoke",
        +  "Story Script",
        +  "Strait",
        +  "Strichpunkt Sans",
        +  "Style Script",
        +  "Stylish",
        +  "Sue Ellen Francisco",
        +  "Suez One",
        +  "Sulphur Point",
        +  "Sumana",
        +  "Sunflower",
        +  "Sunshiney",
        +  "Supermercado One",
        +  "Sura",
        +  "Suranna",
        +  "Suravaram",
        +  "Suwannaphum",
        +  "Swanky and Moo Moo",
        +  "Syncopate",
        +  "Syne",
        +  "Syne Mono",
        +  "Syne Tactile",
        +  "TASA Explorer",
        +  "TASA Orbiter",
        +  "Tac One",
        +  "Tagesschrift",
        +  "Tai Heritage Pro",
        +  "Tajawal",
        +  "Tangerine",
        +  "Tapestry",
        +  "Taprom",
        +  "Tauri",
        +  "Taviraj",
        +  "Teachers",
        +  "Teko",
        +  "Tektur",
        +  "Telex",
        +  "Tenali Ramakrishna",
        +  "Tenor Sans",
        +  "Text Me One",
        +  "Texturina",
        +  "Thasadith",
        +  "The Girl Next Door",
        +  "The Nautigal",
        +  "Tienne",
        +  "TikTok Sans",
        +  "Tillana",
        +  "Tilt Neon",
        +  "Tilt Prism",
        +  "Tilt Warp",
        +  "Timmana",
        +  "Tinos",
        +  "Tiny5",
        +  "Tiro Bangla",
        +  "Tiro Devanagari Hindi",
        +  "Tiro Devanagari Marathi",
        +  "Tiro Devanagari Sanskrit",
        +  "Tiro Gurmukhi",
        +  "Tiro Kannada",
        +  "Tiro Tamil",
        +  "Tiro Telugu",
        +  "Tirra",
        +  "Titan One",
        +  "Titillium Web",
        +  "Tomorrow",
        +  "Tourney",
        +  "Trade Winds",
        +  "Train One",
        +  "Triodion",
        +  "Trirong",
        +  "Trispace",
        +  "Trocchi",
        +  "Trochut",
        +  "Truculenta",
        +  "Trykker",
        +  "Tsukimi Rounded",
        +  "Tuffy",
        +  "Tulpen One",
        +  "Turret Road",
        +  "Twinkle Star",
        +  "Ubuntu",
        +  "Ubuntu Condensed",
        +  "Ubuntu Mono",
        +  "Ubuntu Sans",
        +  "Ubuntu Sans Mono",
        +  "Uchen",
        +  "Ultra",
        +  "Unbounded",
        +  "Uncial Antiqua",
        +  "Underdog",
        +  "Unica One",
        +  "UnifrakturCook",
        +  "UnifrakturMaguntia",
        +  "Unkempt",
        +  "Unlock",
        +  "Unna",
        +  "UoqMunThenKhung",
        +  "Updock",
        +  "Urbanist",
        +  "VT323",
        +  "Vampiro One",
        +  "Varela",
        +  "Varela Round",
        +  "Varta",
        +  "Vast Shadow",
        +  "Vazirmatn",
        +  "Vend Sans",
        +  "Vesper Libre",
        +  "Viaoda Libre",
        +  "Vibes",
        +  "Vibur",
        +  "Victor Mono",
        +  "Vidaloka",
        +  "Viga",
        +  "Vina Sans",
        +  "Voces",
        +  "Volkhov",
        +  "Vollkorn",
        +  "Vollkorn SC",
        +  "Voltaire",
        +  "Vujahday Script",
        +  "WDXL Lubrifont JP N",
        +  "WDXL Lubrifont SC",
        +  "WDXL Lubrifont TC",
        +  "Waiting for the Sunrise",
        +  "Wallpoet",
        +  "Walter Turncoat",
        +  "Warnes",
        +  "Water Brush",
        +  "Waterfall",
        +  "Wavefont",
        +  "Wellfleet",
        +  "Wendy One",
        +  "Whisper",
        +  "WindSong",
        +  "Winky Rough",
        +  "Winky Sans",
        +  "Wire One",
        +  "Wittgenstein",
        +  "Wix Madefor Display",
        +  "Wix Madefor Text",
        +  "Work Sans",
        +  "Workbench",
        +  "Xanh Mono",
        +  "Yaldevi",
        +  "Yanone Kaffeesatz",
        +  "Yantramanav",
        +  "Yarndings 12",
        +  "Yarndings 12 Charted",
        +  "Yarndings 20",
        +  "Yarndings 20 Charted",
        +  "Yatra One",
        +  "Yellowtail",
        +  "Yeon Sung",
        +  "Yeseva One",
        +  "Yesteryear",
        +  "Yomogi",
        +  "Young Serif",
        +  "Yrsa",
        +  "Ysabeau",
        +  "Ysabeau Infant",
        +  "Ysabeau Office",
        +  "Ysabeau SC",
        +  "Yuji Boku",
        +  "Yuji Hentaigana Akari",
        +  "Yuji Hentaigana Akebono",
        +  "Yuji Mai",
        +  "Yuji Syuku",
        +  "Yusei Magic",
        +  "Yuyu",
        +  "Yuyu Short",
        +  "ZCOOL KuaiLe",
        +  "ZCOOL QingKe HuangYou",
        +  "ZCOOL XiaoWei",
        +  "Zain",
        +  "Zalando Sans",
        +  "Zalando Sans Expanded",
        +  "Zalando Sans SemiExpanded",
        +  "Zen Antique",
        +  "Zen Antique Soft",
        +  "Zen Dots",
        +  "Zen Kaku Gothic Antique",
        +  "Zen Kaku Gothic New",
        +  "Zen Kurenaido",
        +  "Zen Loop",
        +  "Zen Maru Gothic",
        +  "Zen Old Mincho",
        +  "Zen Tokyo Zoo",
        +  "Zeyada",
        +  "Zhi Mang Xing",
        +  "Zilla Slab",
        +  "Zilla Slab Highlight"
        +]
    • Changedget_examples2 fields changed
      • addedOutput schema / properties / examples / items / properties / config / properties / themeOverrides / properties / numericFontFamily / enum
        Added value: +[
        +  "ABeeZee",
        +  "ADLaM Display",
        +  "AR One Sans",
        +  "Abel",
        +  "Abhaya Libre",
        +  "Aboreto",
        +  "Abril Fatface",
        +  "Abyssinica SIL",
        +  "Aclonica",
        +  "Acme",
        +  "Actor",
        +  "Adamina",
        +  "Advent Pro",
        +  "Afacad",
        +  "Afacad Flux",
        +  "Agbalumo",
        +  "Agdasima",
        +  "Agu Display",
        +  "Aguafina Script",
        +  "Akatab",
        +  "Akaya Kanadaka",
        +  "Akaya Telivigala",
        +  "Akronim",
        +  "Akshar",
        +  "Akt",
        +  "Aladin",
        +  "Alan Sans",
        +  "Alata",
        +  "Alatsi",
        +  "Albert Sans",
        +  "Aldrich",
        +  "Alef",
        +  "Alegreya",
        +  "Alegreya SC",
        +  "Alegreya Sans",
        +  "Alegreya Sans SC",
        +  "Aleo",
        +  "Alex Brush",
        +  "Alexandria",
        +  "Alfa Slab One",
        +  "Alice",
        +  "Alien Block",
        +  "Alike",
        +  "Alike Angular",
        +  "Alkalami",
        +  "Alkatra",
        +  "Allan",
        +  "Allerta",
        +  "Allerta Stencil",
        +  "Allison",
        +  "Allkin",
        +  "Allura",
        +  "Almarai",
        +  "Almendra",
        +  "Almendra Display",
        +  "Almendra SC",
        +  "Alumni Sans",
        +  "Alumni Sans Collegiate One",
        +  "Alumni Sans Inline One",
        +  "Alumni Sans Pinstripe",
        +  "Alumni Sans SC",
        +  "Alyamama",
        +  "Amarante",
        +  "Amaranth",
        +  "Amarna",
        +  "Amatic SC",
        +  "Amethysta",
        +  "Amiko",
        +  "Amiri",
        +  "Amiri Quran",
        +  "Amita",
        +  "Anaheim",
        +  "Ancizar Sans",
        +  "Ancizar Serif",
        +  "Andada Pro",
        +  "Andika",
        +  "Anek Bangla",
        +  "Anek Devanagari",
        +  "Anek Gujarati",
        +  "Anek Gurmukhi",
        +  "Anek Kannada",
        +  "Anek Latin",
        +  "Anek Malayalam",
        +  "Anek Odia",
        +  "Anek Tamil",
        +  "Anek Telugu",
        +  "Angkor",
        +  "Annapurna SIL",
        +  "Annie Use Your Telescope",
        +  "Anonymous Pro",
        +  "Anta",
        +  "Antic",
        +  "Antic Didone",
        +  "Antic Slab",
        +  "Anton",
        +  "Anton SC",
        +  "Antonio",
        +  "Anuphan",
        +  "Anybody",
        +  "Aoboshi One",
        +  "Arapey",
        +  "Arbutus",
        +  "Arbutus Slab",
        +  "Architects Daughter",
        +  "Archivo",
        +  "Archivo Black",
        +  "Archivo Narrow",
        +  "Are You Serious",
        +  "Aref Ruqaa",
        +  "Aref Ruqaa Ink",
        +  "Arima",
        +  "Arimo",
        +  "Arizonia",
        +  "Armata",
        +  "Arsenal",
        +  "Arsenal SC",
        +  "Artifika",
        +  "Arvo",
        +  "Arya",
        +  "Asap",
        +  "Asap Condensed",
        +  "Asar",
        +  "Asimovian",
        +  "Asset",
        +  "Assistant",
        +  "Asta Sans",
        +  "Astloch",
        +  "Asul",
        +  "Athiti",
        +  "Atkinson Hyperlegible",
        +  "Atkinson Hyperlegible Mono",
        +  "Atkinson Hyperlegible Next",
        +  "Atma",
        +  "Atomic Age",
        +  "Aubrey",
        +  "Audiowide",
        +  "Autour One",
        +  "Average",
        +  "Average Sans",
        +  "Averia Gruesa Libre",
        +  "Averia Libre",
        +  "Averia Sans Libre",
        +  "Averia Serif Libre",
        +  "Azeret Mono",
        +  "B612",
        +  "B612 Mono",
        +  "BBH Bartle",
        +  "BBH Bogle",
        +  "BBH Hegarty",
        +  "BIZ UDGothic",
        +  "BIZ UDMincho",
        +  "BIZ UDPGothic",
        +  "BIZ UDPMincho",
        +  "BJCree",
        +  "Babylonica",
        +  "Bacasime Antique",
        +  "Bad Script",
        +  "Badeen Display",
        +  "Bagel Fat One",
        +  "Bahiana",
        +  "Bahianita",
        +  "Bai Jamjuree",
        +  "Bakbak One",
        +  "Ballet",
        +  "Baloo 2",
        +  "Baloo Bhai 2",
        +  "Baloo Bhaijaan 2",
        +  "Baloo Bhaina 2",
        +  "Baloo Chettan 2",
        +  "Baloo Da 2",
        +  "Baloo Paaji 2",
        +  "Baloo Tamma 2",
        +  "Baloo Tammudu 2",
        +  "Baloo Thambi 2",
        +  "Balsamiq Sans",
        +  "Balthazar",
        +  "Bangers",
        +  "Barlow",
        +  "Barlow Condensed",
        +  "Barlow Semi Condensed",
        +  "Barriecito",
        +  "Barrio",
        +  "Basic",
        +  "Baskervville",
        +  "Baskervville SC",
        +  "Battambang",
        +  "Baumans",
        +  "Bayon",
        +  "Be Vietnam Pro",
        +  "Beau Rivage",
        +  "Bebas Neue",
        +  "Beiruti",
        +  "Belanosima",
        +  "Belgrano",
        +  "Bellefair",
        +  "Belleza",
        +  "Bellota",
        +  "Bellota Text",
        +  "BenchNine",
        +  "Benne",
        +  "Bentham",
        +  "Berkshire Swash",
        +  "Besley",
        +  "Betania Patmos",
        +  "Betania Patmos GDL",
        +  "Betania Patmos In",
        +  "Betania Patmos In GDL",
        +  "Beth Ellen",
        +  "Bevan",
        +  "BhuTuka Expanded One",
        +  "Big Shoulders",
        +  "Big Shoulders Inline",
        +  "Big Shoulders Stencil",
        +  "Bigelow Rules",
        +  "Bigshot One",
        +  "Bilbo",
        +  "Bilbo Swash Caps",
        +  "BioRhyme",
        +  "BioRhyme Expanded",
        +  "Birthstone",
        +  "Birthstone Bounce",
        +  "Biryani",
        +  "Bitcount",
        +  "Bitcount Grid Double",
        +  "Bitcount Grid Double Ink",
        +  "Bitcount Grid Single",
        +  "Bitcount Grid Single Ink",
        +  "Bitcount Ink",
        +  "Bitcount Prop Double",
        +  "Bitcount Prop Double Ink",
        +  "Bitcount Prop Single",
        +  "Bitcount Prop Single Ink",
        +  "Bitcount Single",
        +  "Bitcount Single Ink",
        +  "Bitter",
        +  "Black And White Picture",
        +  "Black Han Sans",
        +  "Black Ops One",
        +  "Blaka",
        +  "Blaka Hollow",
        +  "Blaka Ink",
        +  "Blinker",
        +  "Bodoni Moda",
        +  "Bodoni Moda SC",
        +  "Bokor",
        +  "Boldonse",
        +  "Bona Nova",
        +  "Bona Nova SC",
        +  "Bonbon",
        +  "Bonheur Royale",
        +  "Boogaloo",
        +  "Borel",
        +  "Bowlby One",
        +  "Bowlby One SC",
        +  "Bpmf Huninn",
        +  "Bpmf Iansui",
        +  "Bpmf Zihi Kai Std",
        +  "Braah One",
        +  "Brawler",
        +  "Bree Serif",
        +  "Bricolage Grotesque",
        +  "Bruno Ace",
        +  "Bruno Ace SC",
        +  "Brygada 1918",
        +  "Bubblegum Sans",
        +  "Bubbler One",
        +  "Buda",
        +  "Buenard",
        +  "Bungee",
        +  "Bungee Hairline",
        +  "Bungee Inline",
        +  "Bungee Outline",
        +  "Bungee Shade",
        +  "Bungee Spice",
        +  "Bungee Tint",
        +  "Butcherman",
        +  "Butterfly Kids",
        +  "Bytesized",
        +  "Cabin",
        +  "Cabin Condensed",
        +  "Cabin Sketch",
        +  "Cactus Classical Serif",
        +  "Caesar Dressing",
        +  "Cagliostro",
        +  "Cairo",
        +  "Cairo Play",
        +  "Cal Sans",
        +  "Caladea",
        +  "Calistoga",
        +  "Calligraffitti",
        +  "Cambay",
        +  "Cambo",
        +  "Candal",
        +  "Cantarell",
        +  "Cantata One",
        +  "Cantora One",
        +  "Caprasimo",
        +  "Capriola",
        +  "Caramel",
        +  "Carattere",
        +  "Cardo",
        +  "Carlito",
        +  "Carme",
        +  "Carrois Gothic",
        +  "Carrois Gothic SC",
        +  "Carter One",
        +  "Cascadia Code",
        +  "Cascadia Mono",
        +  "Castoro",
        +  "Castoro Titling",
        +  "Catamaran",
        +  "Caudex",
        +  "Cause",
        +  "Caveat",
        +  "Caveat Brush",
        +  "Cedarville Cursive",
        +  "Ceviche One",
        +  "Chakra Petch",
        +  "Changa",
        +  "Changa One",
        +  "Chango",
        +  "Charis SIL",
        +  "Charm",
        +  "Charmonman",
        +  "Chathura",
        +  "Chau Philomene One",
        +  "Chela One",
        +  "Chelsea Market",
        +  "Chenla",
        +  "Cherish",
        +  "Cherry Bomb One",
        +  "Cherry Cream Soda",
        +  "Cherry Swash",
        +  "Chewy",
        +  "Chicle",
        +  "Chilanka",
        +  "Chiron GoRound TC",
        +  "Chiron Hei HK",
        +  "Chiron Sung HK",
        +  "Chivo",
        +  "Chivo Mono",
        +  "Chocolate Classical Sans",
        +  "Chokokutai",
        +  "Chonburi",
        +  "Cinzel",
        +  "Cinzel Decorative",
        +  "Clicker Script",
        +  "Climate Crisis",
        +  "Coda",
        +  "Codystar",
        +  "Coiny",
        +  "Combo",
        +  "Comfortaa",
        +  "Comforter",
        +  "Comforter Brush",
        +  "Comic Neue",
        +  "Comic Relief",
        +  "Coming Soon",
        +  "Comme",
        +  "Commissioner",
        +  "Concert One",
        +  "Condiment",
        +  "Content",
        +  "Contrail One",
        +  "Convergence",
        +  "Cookie",
        +  "Copse",
        +  "Coral Pixels",
        +  "Corben",
        +  "Corinthia",
        +  "Cormorant",
        +  "Cormorant Garamond",
        +  "Cormorant Infant",
        +  "Cormorant SC",
        +  "Cormorant Unicase",
        +  "Cormorant Upright",
        +  "Cossette Texte",
        +  "Cossette Titre",
        +  "Courgette",
        +  "Courier Prime",
        +  "Cousine",
        +  "Coustard",
        +  "Covered By Your Grace",
        +  "Crafty Girls",
        +  "Creepster",
        +  "Crete Round",
        +  "Crimson Pro",
        +  "Crimson Text",
        +  "Croissant One",
        +  "Crushed",
        +  "Cuprum",
        +  "Cute Font",
        +  "Cutive",
        +  "Cutive Mono",
        +  "DM Mono",
        +  "DM Sans",
        +  "DM Serif Display",
        +  "DM Serif Text",
        +  "Dai Banna SIL",
        +  "Damion",
        +  "Dancing Script",
        +  "Danfo",
        +  "Dangrek",
        +  "Darker Grotesque",
        +  "Darumadrop One",
        +  "Datatype",
        +  "David Libre",
        +  "Dawning of a New Day",
        +  "Days One",
        +  "Dekko",
        +  "Dela Gothic One",
        +  "Delicious Handrawn",
        +  "Delius",
        +  "Delius Swash Caps",
        +  "Delius Unicase",
        +  "Della Respira",
        +  "Denk One",
        +  "Devonshire",
        +  "Dhurjati",
        +  "Didact Gothic",
        +  "Diphylleia",
        +  "Diplomata",
        +  "Diplomata SC",
        +  "Do Hyeon",
        +  "Dokdo",
        +  "Domine",
        +  "Donegal One",
        +  "Dongle",
        +  "Doppio One",
        +  "Dorsa",
        +  "Dosis",
        +  "DotGothic16",
        +  "Doto",
        +  "Dr Sugiyama",
        +  "Duru Sans",
        +  "DynaPuff",
        +  "Dynalight",
        +  "EB Garamond",
        +  "Eagle Lake",
        +  "East Sea Dokdo",
        +  "Eater",
        +  "Economica",
        +  "Eczar",
        +  "Edu AU VIC WA NT Arrows",
        +  "Edu AU VIC WA NT Dots",
        +  "Edu AU VIC WA NT Guides",
        +  "Edu AU VIC WA NT Hand",
        +  "Edu AU VIC WA NT Pre",
        +  "Edu NSW ACT Cursive",
        +  "Edu NSW ACT Foundation",
        +  "Edu NSW ACT Hand Pre",
        +  "Edu QLD Beginner",
        +  "Edu QLD Hand",
        +  "Edu SA Beginner",
        +  "Edu SA Hand",
        +  "Edu TAS Beginner",
        +  "Edu VIC WA NT Beginner",
        +  "Edu VIC WA NT Hand",
        +  "Edu VIC WA NT Hand Pre",
        +  "El Messiri",
        +  "Electrolize",
        +  "Elms Sans",
        +  "Elsie",
        +  "Elsie Swash Caps",
        +  "Emblema One",
        +  "Emilys Candy",
        +  "Encode Sans",
        +  "Encode Sans Condensed",
        +  "Encode Sans Expanded",
        +  "Encode Sans SC",
        +  "Encode Sans Semi Condensed",
        +  "Encode Sans Semi Expanded",
        +  "Engagement",
        +  "Englebert",
        +  "Enriqueta",
        +  "Ephesis",
        +  "Epilogue",
        +  "Epunda Sans",
        +  "Epunda Slab",
        +  "Erica One",
        +  "Esteban",
        +  "Estedad",
        +  "Estonia",
        +  "Euphoria Script",
        +  "Ewert",
        +  "Exile",
        +  "Exo",
        +  "Exo 2",
        +  "Expletus Sans",
        +  "Explora",
        +  "Faculty Glyphic",
        +  "Fahkwang",
        +  "Familjen Grotesk",
        +  "Fanwood Text",
        +  "Farro",
        +  "Farsan",
        +  "Fascinate",
        +  "Fascinate Inline",
        +  "Faster One",
        +  "Fasthand",
        +  "Fauna One",
        +  "Faustina",
        +  "Federant",
        +  "Federo",
        +  "Felipa",
        +  "Fenix",
        +  "Festive",
        +  "Figtree",
        +  "Finger Paint",
        +  "Finlandica Headline",
        +  "Finlandica Text",
        +  "Fira Code",
        +  "Fira Mono",
        +  "Fira Sans",
        +  "Fira Sans Condensed",
        +  "Fira Sans Extra Condensed",
        +  "Fjalla One",
        +  "Fjord One",
        +  "Flamenco",
        +  "Flavors",
        +  "Fleur De Leah",
        +  "Flow Block",
        +  "Flow Circular",
        +  "Flow Rounded",
        +  "Foldit",
        +  "Fondamento",
        +  "Fontdiner Swanky",
        +  "Forum",
        +  "Fragment Mono",
        +  "Francois One",
        +  "Frank Ruhl Libre",
        +  "Fraunces",
        +  "Freckle Face",
        +  "Fredericka the Great",
        +  "Fredoka",
        +  "Freehand",
        +  "Freeman",
        +  "Fresca",
        +  "Frijole",
        +  "Fruktur",
        +  "Fugaz One",
        +  "Fuggles",
        +  "Funnel Display",
        +  "Funnel Sans",
        +  "Fustat",
        +  "Fuzzy Bubbles",
        +  "GFS Didot",
        +  "GFS Neohellenic",
        +  "Ga Maamli",
        +  "Gabarito",
        +  "Gabriela",
        +  "Gaegu",
        +  "Gafata",
        +  "Gajraj One",
        +  "Galada",
        +  "Galdeano",
        +  "Galindo",
        +  "Gamja Flower",
        +  "Gantari",
        +  "Gasoek One",
        +  "Gayathri",
        +  "Geist",
        +  "Geist Mono",
        +  "Geist Pixel",
        +  "Gelasio",
        +  "Gemunu Libre",
        +  "Genos",
        +  "Gentium Book Plus",
        +  "Gentium Plus",
        +  "Geo",
        +  "Geologica",
        +  "Geom",
        +  "Geomini",
        +  "Georama",
        +  "Geostar",
        +  "Geostar Fill",
        +  "Germania One",
        +  "Gideon Roman",
        +  "Gidole",
        +  "Gidugu",
        +  "Gilda Display",
        +  "Girassol",
        +  "Give You Glory",
        +  "Glass Antiqua",
        +  "Glegoo",
        +  "Gloock",
        +  "Gloria Hallelujah",
        +  "Glory",
        +  "Gluten",
        +  "Goblin One",
        +  "Gochi Hand",
        +  "Goldman",
        +  "Golos Text",
        +  "Google Sans",
        +  "Google Sans Code",
        +  "Google Sans Flex",
        +  "Gorditas",
        +  "Gothic A1",
        +  "Gotu",
        +  "Goudy Bookletter 1911",
        +  "Gowun Batang",
        +  "Gowun Dodum",
        +  "Graduate",
        +  "Grand Hotel",
        +  "Grandiflora One",
        +  "Grandstander",
        +  "Grape Nuts",
        +  "Gravitas One",
        +  "Great Vibes",
        +  "Grechen Fuemen",
        +  "Grenze",
        +  "Grenze Gotisch",
        +  "Grey Qo",
        +  "Griffy",
        +  "Gruppo",
        +  "Gudea",
        +  "Gugi",
        +  "Gulzar",
        +  "Gupter",
        +  "Gurajada",
        +  "Gveret Levin",
        +  "Gwendolyn",
        +  "Habibi",
        +  "Hachi Maru Pop",
        +  "Hahmlet",
        +  "Halant",
        +  "Hammersmith One",
        +  "Hanalei",
        +  "Hanalei Fill",
        +  "Handjet",
        +  "Handlee",
        +  "Hanken Grotesk",
        +  "Hanuman",
        +  "Happy Monkey",
        +  "Harmattan",
        +  "Headland One",
        +  "Hedvig Letters Sans",
        +  "Hedvig Letters Serif",
        +  "Heebo",
        +  "Henny Penny",
        +  "Hepta Slab",
        +  "Herr Von Muellerhoff",
        +  "Hi Melody",
        +  "Hibur Mono",
        +  "Hina Mincho",
        +  "Hind",
        +  "Hind Guntur",
        +  "Hind Madurai",
        +  "Hind Mysuru",
        +  "Hind Siliguri",
        +  "Hind Vadodara",
        +  "Holtwood One SC",
        +  "Homemade Apple",
        +  "Homenaje",
        +  "Honk",
        +  "Host Grotesk",
        +  "Hubballi",
        +  "Hubot Sans",
        +  "Huninn",
        +  "Hurricane",
        +  "IBM Plex Mono",
        +  "IBM Plex Sans",
        +  "IBM Plex Sans Arabic",
        +  "IBM Plex Sans Condensed",
        +  "IBM Plex Sans Devanagari",
        +  "IBM Plex Sans Hebrew",
        +  "IBM Plex Sans JP",
        +  "IBM Plex Sans KR",
        +  "IBM Plex Sans Thai",
        +  "IBM Plex Sans Thai Looped",
        +  "IBM Plex Serif",
        +  "IM Fell DW Pica",
        +  "IM Fell DW Pica SC",
        +  "IM Fell Double Pica",
        +  "IM Fell Double Pica SC",
        +  "IM Fell English",
        +  "IM Fell English SC",
        +  "IM Fell French Canon",
        +  "IM Fell French Canon SC",
        +  "IM Fell Great Primer",
        +  "IM Fell Great Primer SC",
        +  "Iansui",
        +  "Ibarra Real Nova",
        +  "Iceberg",
        +  "Iceland",
        +  "Idiqlat",
        +  "Imbue",
        +  "Imperial Script",
        +  "Imprima",
        +  "Inclusive Sans",
        +  "Inconsolata",
        +  "Inder",
        +  "Indie Flower",
        +  "Ingrid Darling",
        +  "Inika",
        +  "Inknut Antiqua",
        +  "Inria Sans",
        +  "Inria Serif",
        +  "Inspiration",
        +  "Instrument Sans",
        +  "Instrument Serif",
        +  "Intel One Mono",
        +  "Inter",
        +  "Inter Tight",
        +  "Iosevka Charon",
        +  "Iosevka Charon Mono",
        +  "Irish Grover",
        +  "Island Moments",
        +  "Istok Web",
        +  "Italiana",
        +  "Italianno",
        +  "Itim",
        +  "Jacquard 12",
        +  "Jacquard 12 Charted",
        +  "Jacquard 24",
        +  "Jacquard 24 Charted",
        +  "Jacquarda Bastarda 9",
        +  "Jacquarda Bastarda 9 Charted",
        +  "Jacques Francois",
        +  "Jacques Francois Shadow",
        +  "Jaini",
        +  "Jaini Purva",
        +  "Jaldi",
        +  "Jaro",
        +  "Jersey 10",
        +  "Jersey 10 Charted",
        +  "Jersey 15",
        +  "Jersey 15 Charted",
        +  "Jersey 20",
        +  "Jersey 20 Charted",
        +  "Jersey 25",
        +  "Jersey 25 Charted",
        +  "JetBrains Mono",
        +  "Jim Nightshade",
        +  "Joan",
        +  "Jockey One",
        +  "Jolly Lodger",
        +  "Jomhuria",
        +  "Jomolhari",
        +  "Josefin Sans",
        +  "Josefin Slab",
        +  "Jost",
        +  "Joti One",
        +  "Jua",
        +  "Judson",
        +  "Julee",
        +  "Julius Sans One",
        +  "Junge",
        +  "Jura",
        +  "Just Another Hand",
        +  "Just Me Again Down Here",
        +  "K2D",
        +  "Kablammo",
        +  "Kadwa",
        +  "Kaisei Decol",
        +  "Kaisei HarunoUmi",
        +  "Kaisei Opti",
        +  "Kaisei Tokumin",
        +  "Kalam",
        +  "Kalnia",
        +  "Kalnia Glaze",
        +  "Kameron",
        +  "Kanchenjunga",
        +  "Kanit",
        +  "Kantumruy Pro",
        +  "Kapakana",
        +  "Karantina",
        +  "Karla",
        +  "Karla Tamil Inclined",
        +  "Karla Tamil Upright",
        +  "Karma",
        +  "Katibeh",
        +  "Kaushan Script",
        +  "Kavivanar",
        +  "Kavoon",
        +  "Kay Pho Du",
        +  "Kdam Thmor Pro",
        +  "Keania One",
        +  "Kedebideri",
        +  "Kelly Slab",
        +  "Kenia",
        +  "Khand",
        +  "Khmer",
        +  "Khula",
        +  "Kings",
        +  "Kirang Haerang",
        +  "Kite One",
        +  "Kiwi Maru",
        +  "Klee One",
        +  "Knewave",
        +  "KoHo",
        +  "Kodchasan",
        +  "Kode Mono",
        +  "Koh Santepheap",
        +  "Kolker Brush",
        +  "Konkhmer Sleokchher",
        +  "Kosugi",
        +  "Kosugi Maru",
        +  "Kotta One",
        +  "Koulen",
        +  "Kranky",
        +  "Kreon",
        +  "Kristi",
        +  "Krona One",
        +  "Krub",
        +  "Kufam",
        +  "Kulim Park",
        +  "Kumar One",
        +  "Kumar One Outline",
        +  "Kumbh Sans",
        +  "Kurale",
        +  "LINE Seed JP",
        +  "LXGW Marker Gothic",
        +  "LXGW WenKai Mono TC",
        +  "LXGW WenKai TC",
        +  "La Belle Aurore",
        +  "Labrada",
        +  "Lacquer",
        +  "Laila",
        +  "Lakki Reddy",
        +  "Lalezar",
        +  "Lancelot",
        +  "Langar",
        +  "Lateef",
        +  "Lato",
        +  "Lavishly Yours",
        +  "League Gothic",
        +  "League Script",
        +  "League Spartan",
        +  "Leckerli One",
        +  "Ledger",
        +  "Lekton",
        +  "Lemon",
        +  "Lemonada",
        +  "Lexend",
        +  "Lexend Deca",
        +  "Lexend Exa",
        +  "Lexend Giga",
        +  "Lexend Mega",
        +  "Lexend Peta",
        +  "Lexend Tera",
        +  "Lexend Zetta",
        +  "Libertinus Keyboard",
        +  "Libertinus Math",
        +  "Libertinus Mono",
        +  "Libertinus Sans",
        +  "Libertinus Serif",
        +  "Libertinus Serif Display",
        +  "Libre Barcode 128",
        +  "Libre Barcode 128 Text",
        +  "Libre Barcode 39",
        +  "Libre Barcode 39 Extended",
        +  "Libre Barcode 39 Extended Text",
        +  "Libre Barcode 39 Text",
        +  "Libre Barcode EAN13 Text",
        +  "Libre Baskerville",
        +  "Libre Bodoni",
        +  "Libre Caslon Display",
        +  "Libre Caslon Text",
        +  "Libre Franklin",
        +  "Licorice",
        +  "Life Savers",
        +  "Lilex",
        +  "Lilita One",
        +  "Lily Script One",
        +  "Limelight",
        +  "Linden Hill",
        +  "Linefont",
        +  "Lisu Bosa",
        +  "Liter",
        +  "Literata",
        +  "Liu Jian Mao Cao",
        +  "Livvic",
        +  "Lobster",
        +  "Lobster Two",
        +  "Londrina Outline",
        +  "Londrina Shadow",
        +  "Londrina Sketch",
        +  "Londrina Solid",
        +  "Long Cang",
        +  "Lora",
        +  "Love Light",
        +  "Love Ya Like A Sister",
        +  "Loved by the King",
        +  "Lovers Quarrel",
        +  "Luckiest Guy",
        +  "Lugrasimo",
        +  "Lumanosimo",
        +  "Lunasima",
        +  "Lusitana",
        +  "Lustria",
        +  "Luxurious Roman",
        +  "Luxurious Script",
        +  "M PLUS 1",
        +  "M PLUS 1 Code",
        +  "M PLUS 1p",
        +  "M PLUS 2",
        +  "M PLUS Code Latin",
        +  "M PLUS Rounded 1c",
        +  "M PLUS U",
        +  "Ma Shan Zheng",
        +  "Macondo",
        +  "Macondo Swash Caps",
        +  "Mada",
        +  "Madimi One",
        +  "Magra",
        +  "Maiden Orange",
        +  "Maitree",
        +  "Major Mono Display",
        +  "Mako",
        +  "Mali",
        +  "Mallanna",
        +  "Maname",
        +  "Mandali",
        +  "Manjari",
        +  "Manrope",
        +  "Mansalva",
        +  "Manuale",
        +  "Manufacturing Consent",
        +  "Marcellus",
        +  "Marcellus SC",
        +  "Marck Script",
        +  "Margarine",
        +  "Marhey",
        +  "Markazi Text",
        +  "Marko One",
        +  "Marmelad",
        +  "Martel",
        +  "Martel Sans",
        +  "Martian Mono",
        +  "Marvel",
        +  "Matangi",
        +  "Mate",
        +  "Mate SC",
        +  "Matemasie",
        +  "Material Icons",
        +  "Material Icons Outlined",
        +  "Material Icons Round",
        +  "Material Icons Sharp",
        +  "Material Icons Two Tone",
        +  "Material Symbols",
        +  "Material Symbols Outlined",
        +  "Material Symbols Rounded",
        +  "Material Symbols Sharp",
        +  "Maven Pro",
        +  "McLaren",
        +  "Mea Culpa",
        +  "Meddon",
        +  "MedievalSharp",
        +  "Medula One",
        +  "Meera Inimai",
        +  "Megrim",
        +  "Meie Script",
        +  "Menbere",
        +  "Meow Script",
        +  "Merienda",
        +  "Merriweather",
        +  "Merriweather Sans",
        +  "Metal",
        +  "Metal Mania",
        +  "Metamorphous",
        +  "Metrophobic",
        +  "Michroma",
        +  "Micro 5",
        +  "Micro 5 Charted",
        +  "Milonga",
        +  "Miltonian",
        +  "Miltonian Tattoo",
        +  "Mina",
        +  "Mingzat",
        +  "Miniver",
        +  "Miranda Sans",
        +  "Miriam Libre",
        +  "Mirza",
        +  "Miss Fajardose",
        +  "Mitr",
        +  "Mochiy Pop One",
        +  "Mochiy Pop P One",
        +  "Modak",
        +  "Modern Antiqua",
        +  "Moderustic",
        +  "Mogra",
        +  "Mohave",
        +  "Moirai One",
        +  "Molengo",
        +  "Molle",
        +  "Momo Signature",
        +  "Momo Trust Display",
        +  "Momo Trust Sans",
        +  "Mona Sans",
        +  "Monda",
        +  "Monofett",
        +  "Monomakh",
        +  "Monomaniac One",
        +  "Monoton",
        +  "Monsieur La Doulaise",
        +  "Montaga",
        +  "Montagu Slab",
        +  "MonteCarlo",
        +  "Montenegrin Gothic One",
        +  "Montez",
        +  "Montserrat",
        +  "Montserrat Alternates",
        +  "Montserrat Underline",
        +  "Moo Lah Lah",
        +  "Mooli",
        +  "Moon Dance",
        +  "Moul",
        +  "Moulpali",
        +  "Mountains of Christmas",
        +  "Mouse Memoirs",
        +  "Mozilla Headline",
        +  "Mozilla Text",
        +  "Mr Bedfort",
        +  "Mr Dafoe",
        +  "Mr De Haviland",
        +  "Mrs Saint Delafield",
        +  "Mrs Sheppards",
        +  "Ms Madi",
        +  "Mukta",
        +  "Mukta Mahee",
        +  "Mukta Malar",
        +  "Mukta Vaani",
        +  "Mulish",
        +  "Murecho",
        +  "MuseoModerno",
        +  "My Soul",
        +  "Mynerve",
        +  "Mystery Quest",
        +  "NTR",
        +  "Nabla",
        +  "Namdhinggo",
        +  "Nanum Brush Script",
        +  "Nanum Gothic",
        +  "Nanum Gothic Coding",
        +  "Nanum Myeongjo",
        +  "Nanum Pen Script",
        +  "Narnoor",
        +  "Nata Sans",
        +  "National Park",
        +  "Neonderthaw",
        +  "Nerko One",
        +  "Neucha",
        +  "Neuton",
        +  "New Amsterdam",
        +  "New Rocker",
        +  "New Tegomin",
        +  "News Cycle",
        +  "Newsreader",
        +  "Niconne",
        +  "Niramit",
        +  "Nixie One",
        +  "Nobile",
        +  "Nokora",
        +  "Norican",
        +  "Nosifer",
        +  "Notable",
        +  "Nothing You Could Do",
        +  "Noticia Text",
        +  "Noto Color Emoji",
        +  "Noto Emoji",
        +  "Noto Kufi Arabic",
        +  "Noto Music",
        +  "Noto Naskh Arabic",
        +  "Noto Nastaliq Urdu",
        +  "Noto Rashi Hebrew",
        +  "Noto Sans",
        +  "Noto Sans Adlam",
        +  "Noto Sans Adlam Unjoined",
        +  "Noto Sans Anatolian Hieroglyphs",
        +  "Noto Sans Arabic",
        +  "Noto Sans Armenian",
        +  "Noto Sans Avestan",
        +  "Noto Sans Balinese",
        +  "Noto Sans Bamum",
        +  "Noto Sans Bassa Vah",
        +  "Noto Sans Batak",
        +  "Noto Sans Bengali",
        +  "Noto Sans Bhaiksuki",
        +  "Noto Sans Brahmi",
        +  "Noto Sans Buginese",
        +  "Noto Sans Buhid",
        +  "Noto Sans Canadian Aboriginal",
        +  "Noto Sans Carian",
        +  "Noto Sans Caucasian Albanian",
        +  "Noto Sans Chakma",
        +  "Noto Sans Cham",
        +  "Noto Sans Cherokee",
        +  "Noto Sans Chorasmian",
        +  "Noto Sans Coptic",
        +  "Noto Sans Cuneiform",
        +  "Noto Sans Cypriot",
        +  "Noto Sans Cypro Minoan",
        +  "Noto Sans Deseret",
        +  "Noto Sans Devanagari",
        +  "Noto Sans Display",
        +  "Noto Sans Duployan",
        +  "Noto Sans Egyptian Hieroglyphs",
        +  "Noto Sans Elbasan",
        +  "Noto Sans Elymaic",
        +  "Noto Sans Ethiopic",
        +  "Noto Sans Georgian",
        +  "Noto Sans Glagolitic",
        +  "Noto Sans Gothic",
        +  "Noto Sans Grantha",
        +  "Noto Sans Gujarati",
        +  "Noto Sans Gunjala Gondi",
        +  "Noto Sans Gurmukhi",
        +  "Noto Sans HK",
        +  "Noto Sans Hanifi Rohingya",
        +  "Noto Sans Hanunoo",
        +  "Noto Sans Hatran",
        +  "Noto Sans Hebrew",
        +  "Noto Sans Imperial Aramaic",
        +  "Noto Sans Indic Siyaq Numbers",
        +  "Noto Sans Inscriptional Pahlavi",
        +  "Noto Sans Inscriptional Parthian",
        +  "Noto Sans JP",
        +  "Noto Sans Javanese",
        +  "Noto Sans KR",
        +  "Noto Sans Kaithi",
        +  "Noto Sans Kannada",
        +  "Noto Sans Kawi",
        +  "Noto Sans Kayah Li",
        +  "Noto Sans Kharoshthi",
        +  "Noto Sans Khmer",
        +  "Noto Sans Khojki",
        +  "Noto Sans Khudawadi",
        +  "Noto Sans Lao",
        +  "Noto Sans Lao Looped",
        +  "Noto Sans Lepcha",
        +  "Noto Sans Limbu",
        +  "Noto Sans Linear A",
        +  "Noto Sans Linear B",
        +  "Noto Sans Lisu",
        +  "Noto Sans Lycian",
        +  "Noto Sans Lydian",
        +  "Noto Sans Mahajani",
        +  "Noto Sans Malayalam",
        +  "Noto Sans Mandaic",
        +  "Noto Sans Manichaean",
        +  "Noto Sans Marchen",
        +  "Noto Sans Masaram Gondi",
        +  "Noto Sans Math",
        +  "Noto Sans Mayan Numerals",
        +  "Noto Sans Medefaidrin",
        +  "Noto Sans Meetei Mayek",
        +  "Noto Sans Mende Kikakui",
        +  "Noto Sans Meroitic",
        +  "Noto Sans Miao",
        +  "Noto Sans Modi",
        +  "Noto Sans Mongolian",
        +  "Noto Sans Mono",
        +  "Noto Sans Mro",
        +  "Noto Sans Multani",
        +  "Noto Sans Myanmar",
        +  "Noto Sans NKo",
        +  "Noto Sans NKo Unjoined",
        +  "Noto Sans Nabataean",
        +  "Noto Sans Nag Mundari",
        +  "Noto Sans Nandinagari",
        +  "Noto Sans New Tai Lue",
        +  "Noto Sans Newa",
        +  "Noto Sans Nushu",
        +  "Noto Sans Ogham",
        +  "Noto Sans Ol Chiki",
        +  "Noto Sans Old Hungarian",
        +  "Noto Sans Old Italic",
        +  "Noto Sans Old North Arabian",
        +  "Noto Sans Old Permic",
        +  "Noto Sans Old Persian",
        +  "Noto Sans Old Sogdian",
        +  "Noto Sans Old South Arabian",
        +  "Noto Sans Old Turkic",
        +  "Noto Sans Oriya",
        +  "Noto Sans Osage",
        +  "Noto Sans Osmanya",
        +  "Noto Sans Pahawh Hmong",
        +  "Noto Sans Palmyrene",
        +  "Noto Sans Pau Cin Hau",
        +  "Noto Sans PhagsPa",
        +  "Noto Sans Phoenician",
        +  "Noto Sans Psalter Pahlavi",
        +  "Noto Sans Rejang",
        +  "Noto Sans Runic",
        +  "Noto Sans SC",
        +  "Noto Sans Samaritan",
        +  "Noto Sans Saurashtra",
        +  "Noto Sans Sharada",
        +  "Noto Sans Shavian",
        +  "Noto Sans Siddham",
        +  "Noto Sans SignWriting",
        +  "Noto Sans Sinhala",
        +  "Noto Sans Sogdian",
        +  "Noto Sans Sora Sompeng",
        +  "Noto Sans Soyombo",
        +  "Noto Sans Sundanese",
        +  "Noto Sans Sunuwar",
        +  "Noto Sans Syloti Nagri",
        +  "Noto Sans Symbols",
        +  "Noto Sans Symbols 2",
        +  "Noto Sans Syriac",
        +  "Noto Sans Syriac Eastern",
        +  "Noto Sans Syriac Western",
        +  "Noto Sans TC",
        +  "Noto Sans Tagalog",
        +  "Noto Sans Tagbanwa",
        +  "Noto Sans Tai Le",
        +  "Noto Sans Tai Tham",
        +  "Noto Sans Tai Viet",
        +  "Noto Sans Takri",
        +  "Noto Sans Tamil",
        +  "Noto Sans Tamil Supplement",
        +  "Noto Sans Tangsa",
        +  "Noto Sans Telugu",
        +  "Noto Sans Thaana",
        +  "Noto Sans Thai",
        +  "Noto Sans Thai Looped",
        +  "Noto Sans Tifinagh",
        +  "Noto Sans Tirhuta",
        +  "Noto Sans Ugaritic",
        +  "Noto Sans Vai",
        +  "Noto Sans Vithkuqi",
        +  "Noto Sans Wancho",
        +  "Noto Sans Warang Citi",
        +  "Noto Sans Yi",
        +  "Noto Sans Zanabazar Square",
        +  "Noto Serif",
        +  "Noto Serif Ahom",
        +  "Noto Serif Armenian",
        +  "Noto Serif Balinese",
        +  "Noto Serif Bengali",
        +  "Noto Serif Devanagari",
        +  "Noto Serif Display",
        +  "Noto Serif Dives Akuru",
        +  "Noto Serif Dogra",
        +  "Noto Serif Ethiopic",
        +  "Noto Serif Georgian",
        +  "Noto Serif Grantha",
        +  "Noto Serif Gujarati",
        +  "Noto Serif Gurmukhi",
        +  "Noto Serif HK",
        +  "Noto Serif Hebrew",
        +  "Noto Serif Hentaigana",
        +  "Noto Serif JP",
        +  "Noto Serif KR",
        +  "Noto Serif Kannada",
        +  "Noto Serif Khitan Small Script",
        +  "Noto Serif Khmer",
        +  "Noto Serif Khojki",
        +  "Noto Serif Lao",
        +  "Noto Serif Makasar",
        +  "Noto Serif Malayalam",
        +  "Noto Serif Myanmar",
        +  "Noto Serif NP Hmong",
        +  "Noto Serif Old Uyghur",
        +  "Noto Serif Oriya",
        +  "Noto Serif Ottoman Siyaq",
        +  "Noto Serif SC",
        +  "Noto Serif Sinhala",
        +  "Noto Serif TC",
        +  "Noto Serif Tamil",
        +  "Noto Serif Tangut",
        +  "Noto Serif Telugu",
        +  "Noto Serif Thai",
        +  "Noto Serif Tibetan",
        +  "Noto Serif Todhri",
        +  "Noto Serif Toto",
        +  "Noto Serif Vithkuqi",
        +  "Noto Serif Yezidi",
        +  "Noto Traditional Nushu",
        +  "Noto Znamenny Musical Notation",
        +  "Nova Cut",
        +  "Nova Flat",
        +  "Nova Mono",
        +  "Nova Oval",
        +  "Nova Round",
        +  "Nova Script",
        +  "Nova Slim",
        +  "Nova Square",
        +  "Numans",
        +  "Nunito",
        +  "Nunito Sans",
        +  "Nuosu SIL",
        +  "Odibee Sans",
        +  "Odor Mean Chey",
        +  "Offside",
        +  "Oi",
        +  "Ojuju",
        +  "Old Standard TT",
        +  "Oldenburg",
        +  "Ole",
        +  "Oleo Script",
        +  "Oleo Script Swash Caps",
        +  "Onest",
        +  "Oooh Baby",
        +  "Open Sans",
        +  "Oranienbaum",
        +  "Orbit",
        +  "Orbitron",
        +  "Oregano",
        +  "Orelega One",
        +  "Orienta",
        +  "Original Surfer",
        +  "Oswald",
        +  "Outfit",
        +  "Over the Rainbow",
        +  "Overlock",
        +  "Overlock SC",
        +  "Overpass",
        +  "Overpass Mono",
        +  "Ovo",
        +  "Oxanium",
        +  "Oxygen",
        +  "Oxygen Mono",
        +  "PT Mono",
        +  "PT Sans",
        +  "PT Sans Caption",
        +  "PT Sans Narrow",
        +  "PT Serif",
        +  "PT Serif Caption",
        +  "Pacifico",
        +  "Padauk",
        +  "Padyakke Expanded One",
        +  "Palanquin",
        +  "Palanquin Dark",
        +  "Palette Mosaic",
        +  "Pangolin",
        +  "Paprika",
        +  "Parastoo",
        +  "Parisienne",
        +  "Parkinsans",
        +  "Passero One",
        +  "Passion One",
        +  "Passions Conflict",
        +  "Pathway Extreme",
        +  "Pathway Gothic One",
        +  "Patrick Hand",
        +  "Patrick Hand SC",
        +  "Pattaya",
        +  "Patua One",
        +  "Pavanam",
        +  "Paytone One",
        +  "Peddana",
        +  "Peralta",
        +  "Permanent Marker",
        +  "Petemoss",
        +  "Petit Formal Script",
        +  "Petrona",
        +  "Phetsarath",
        +  "Philosopher",
        +  "Phudu",
        +  "Piazzolla",
        +  "Piedra",
        +  "Pinyon Script",
        +  "Pirata One",
        +  "Pixelify Sans",
        +  "Plaster",
        +  "Platypi",
        +  "Play",
        +  "Playball",
        +  "Playfair",
        +  "Playfair Display",
        +  "Playfair Display SC",
        +  "Playpen Sans",
        +  "Playpen Sans Arabic",
        +  "Playpen Sans Deva",
        +  "Playpen Sans Hebrew",
        +  "Playpen Sans Thai",
        +  "Playwrite AR",
        +  "Playwrite AR Guides",
        +  "Playwrite AT",
        +  "Playwrite AT Guides",
        +  "Playwrite AU NSW",
        +  "Playwrite AU NSW Guides",
        +  "Playwrite AU QLD",
        +  "Playwrite AU QLD Guides",
        +  "Playwrite AU SA",
        +  "Playwrite AU SA Guides",
        +  "Playwrite AU TAS",
        +  "Playwrite AU TAS Guides",
        +  "Playwrite AU VIC",
        +  "Playwrite AU VIC Guides",
        +  "Playwrite BE VLG",
        +  "Playwrite BE VLG Guides",
        +  "Playwrite BE WAL",
        +  "Playwrite BE WAL Guides",
        +  "Playwrite BR",
        +  "Playwrite BR Guides",
        +  "Playwrite CA",
        +  "Playwrite CA Guides",
        +  "Playwrite CL",
        +  "Playwrite CL Guides",
        +  "Playwrite CO",
        +  "Playwrite CO Guides",
        +  "Playwrite CU",
        +  "Playwrite CU Guides",
        +  "Playwrite CZ",
        +  "Playwrite CZ Guides",
        +  "Playwrite DE Grund",
        +  "Playwrite DE Grund Guides",
        +  "Playwrite DE LA",
        +  "Playwrite DE LA Guides",
        +  "Playwrite DE SAS",
        +  "Playwrite DE SAS Guides",
        +  "Playwrite DE VA",
        +  "Playwrite DE VA Guides",
        +  "Playwrite DK Loopet",
        +  "Playwrite DK Loopet Guides",
        +  "Playwrite DK Uloopet",
        +  "Playwrite DK Uloopet Guides",
        +  "Playwrite ES",
        +  "Playwrite ES Deco",
        +  "Playwrite ES Deco Guides",
        +  "Playwrite ES Guides",
        +  "Playwrite FR Moderne",
        +  "Playwrite FR Moderne Guides",
        +  "Playwrite FR Trad",
        +  "Playwrite FR Trad Guides",
        +  "Playwrite GB J",
        +  "Playwrite GB J Guides",
        +  "Playwrite GB S",
        +  "Playwrite GB S Guides",
        +  "Playwrite HR",
        +  "Playwrite HR Guides",
        +  "Playwrite HR Lijeva",
        +  "Playwrite HR Lijeva Guides",
        +  "Playwrite HU",
        +  "Playwrite HU Guides",
        +  "Playwrite ID",
        +  "Playwrite ID Guides",
        +  "Playwrite IE",
        +  "Playwrite IE Guides",
        +  "Playwrite IN",
        +  "Playwrite IN Guides",
        +  "Playwrite IS",
        +  "Playwrite IS Guides",
        +  "Playwrite IT Moderna",
        +  "Playwrite IT Moderna Guides",
        +  "Playwrite IT Trad",
        +  "Playwrite IT Trad Guides",
        +  "Playwrite MX",
        +  "Playwrite MX Guides",
        +  "Playwrite NG Modern",
        +  "Playwrite NG Modern Guides",
        +  "Playwrite NL",
        +  "Playwrite NL Guides",
        +  "Playwrite NO",
        +  "Playwrite NO Guides",
        +  "Playwrite NZ",
        +  "Playwrite NZ Basic",
        +  "Playwrite NZ Basic Guides",
        +  "Playwrite NZ Guides",
        +  "Playwrite PE",
        +  "Playwrite PE Guides",
        +  "Playwrite PL",
        +  "Playwrite PL Guides",
        +  "Playwrite PT",
        +  "Playwrite PT Guides",
        +  "Playwrite RO",
        +  "Playwrite RO Guides",
        +  "Playwrite SK",
        +  "Playwrite SK Guides",
        +  "Playwrite TZ",
        +  "Playwrite TZ Guides",
        +  "Playwrite US Modern",
        +  "Playwrite US Modern Guides",
        +  "Playwrite US Trad",
        +  "Playwrite US Trad Guides",
        +  "Playwrite VN",
        +  "Playwrite VN Guides",
        +  "Playwrite ZA",
        +  "Playwrite ZA Guides",
        +  "Pliant",
        +  "Plus Jakarta Sans",
        +  "Pochaevsk",
        +  "Podkova",
        +  "Poetsen One",
        +  "Poiret One",
        +  "Poller One",
        +  "Poltawski Nowy",
        +  "Poly",
        +  "Pompiere",
        +  "Ponnala",
        +  "Ponomar",
        +  "Pontano Sans",
        +  "Poor Story",
        +  "Poppins",
        +  "Port Lligat Sans",
        +  "Port Lligat Slab",
        +  "Potta One",
        +  "Pragati Narrow",
        +  "Praise",
        +  "Prata",
        +  "Preahvihear",
        +  "Press Start 2P",
        +  "Pridi",
        +  "Princess Sofia",
        +  "Prociono",
        +  "Prompt",
        +  "Prosto One",
        +  "Protest Guerrilla",
        +  "Protest Revolution",
        +  "Protest Riot",
        +  "Protest Strike",
        +  "Proza Libre",
        +  "Public Sans",
        +  "Puppies Play",
        +  "Puritan",
        +  "Purple Purse",
        +  "Qahiri",
        +  "Quando",
        +  "Quantico",
        +  "Quattrocento",
        +  "Quattrocento Sans",
        +  "Questrial",
        +  "Quicksand",
        +  "Quintessential",
        +  "Qwigley",
        +  "Qwitcher Grypen",
        +  "REM",
        +  "Racing Sans One",
        +  "Radio Canada",
        +  "Radio Canada Big",
        +  "Radley",
        +  "Rajdhani",
        +  "Rakkas",
        +  "Raleway",
        +  "Raleway Dots",
        +  "Ramabhadra",
        +  "Ramaraja",
        +  "Rambla",
        +  "Rammetto One",
        +  "Rampart One",
        +  "Ramsina",
        +  "Ranchers",
        +  "Rancho",
        +  "Ranga",
        +  "Rasa",
        +  "Rationale",
        +  "Ravi Prakash",
        +  "Readex Pro",
        +  "Recursive",
        +  "Red Hat Display",
        +  "Red Hat Mono",
        +  "Red Hat Text",
        +  "Red Rose",
        +  "Redacted",
        +  "Redacted Script",
        +  "Reddit Mono",
        +  "Reddit Sans",
        +  "Reddit Sans Condensed",
        +  "Redressed",
        +  "Reem Kufi",
        +  "Reem Kufi Fun",
        +  "Reem Kufi Ink",
        +  "Reenie Beanie",
        +  "Reggae One",
        +  "Rethink Sans",
        +  "Revalia",
        +  "Rhodium Libre",
        +  "Ribeye",
        +  "Ribeye Marrow",
        +  "Righteous",
        +  "Risque",
        +  "Road Rage",
        +  "Roboto",
        +  "Roboto Condensed",
        +  "Roboto Flex",
        +  "Roboto Mono",
        +  "Roboto Serif",
        +  "Roboto Slab",
        +  "Rochester",
        +  "Rock 3D",
        +  "Rock Salt",
        +  "RocknRoll One",
        +  "Rokkitt",
        +  "Romanesco",
        +  "Ropa Sans",
        +  "Rosario",
        +  "Rosarivo",
        +  "Rouge Script",
        +  "Rowdies",
        +  "Rozha One",
        +  "Rubik",
        +  "Rubik 80s Fade",
        +  "Rubik Beastly",
        +  "Rubik Broken Fax",
        +  "Rubik Bubbles",
        +  "Rubik Burned",
        +  "Rubik Dirt",
        +  "Rubik Distressed",
        +  "Rubik Doodle Shadow",
        +  "Rubik Doodle Triangles",
        +  "Rubik Gemstones",
        +  "Rubik Glitch",
        +  "Rubik Glitch Pop",
        +  "Rubik Iso",
        +  "Rubik Lines",
        +  "Rubik Maps",
        +  "Rubik Marker Hatch",
        +  "Rubik Maze",
        +  "Rubik Microbe",
        +  "Rubik Mono One",
        +  "Rubik Moonrocks",
        +  "Rubik Pixels",
        +  "Rubik Puddles",
        +  "Rubik Scribble",
        +  "Rubik Spray Paint",
        +  "Rubik Storm",
        +  "Rubik Vinyl",
        +  "Rubik Wet Paint",
        +  "Ruda",
        +  "Rufina",
        +  "Ruge Boogie",
        +  "Ruluko",
        +  "Rum Raisin",
        +  "Ruslan Display",
        +  "Russo One",
        +  "Ruthie",
        +  "Ruwudu",
        +  "Rye",
        +  "SN Pro",
        +  "STIX Two Math",
        +  "STIX Two Text",
        +  "SUSE",
        +  "SUSE Mono",
        +  "Sacramento",
        +  "Sahitya",
        +  "Sail",
        +  "Saira",
        +  "Saira Condensed",
        +  "Saira Extra Condensed",
        +  "Saira Semi Condensed",
        +  "Saira Stencil",
        +  "Salsa",
        +  "Sanchez",
        +  "Sancreek",
        +  "Sankofa Display",
        +  "Sansation",
        +  "Sansita",
        +  "Sansita Swashed",
        +  "Sarabun",
        +  "Sarala",
        +  "Sarina",
        +  "Sarpanch",
        +  "Sassy Frass",
        +  "Satisfy",
        +  "Savate",
        +  "Sawarabi Gothic",
        +  "Sawarabi Mincho",
        +  "Scada",
        +  "Scheherazade New",
        +  "Schibsted Grotesk",
        +  "Schoolbell",
        +  "Science Gothic",
        +  "Scope One",
        +  "Seaweed Script",
        +  "Secular One",
        +  "Sedan",
        +  "Sedan SC",
        +  "Sedgwick Ave",
        +  "Sedgwick Ave Display",
        +  "Sekuya",
        +  "Sen",
        +  "Send Flowers",
        +  "Sevillana",
        +  "Seymour One",
        +  "Shadows Into Light",
        +  "Shadows Into Light Two",
        +  "Shafarik",
        +  "Shalimar",
        +  "Shantell Sans",
        +  "Shanti",
        +  "Share",
        +  "Share Tech",
        +  "Share Tech Mono",
        +  "Shippori Antique",
        +  "Shippori Antique B1",
        +  "Shippori Mincho",
        +  "Shippori Mincho B1",
        +  "Shizuru",
        +  "Shojumaru",
        +  "Short Stack",
        +  "Shrikhand",
        +  "Siemreap",
        +  "Sigmar",
        +  "Sigmar One",
        +  "Signika",
        +  "Signika Negative",
        +  "Silkscreen",
        +  "Simonetta",
        +  "Single Day",
        +  "Sintony",
        +  "Sirin Stencil",
        +  "Sirivennela",
        +  "Six Caps",
        +  "Sixtyfour",
        +  "Sixtyfour Convergence",
        +  "Skranji",
        +  "Slabo 13px",
        +  "Slabo 27px",
        +  "Slackey",
        +  "Slackside One",
        +  "Smokum",
        +  "Smooch",
        +  "Smooch Sans",
        +  "Smythe",
        +  "Sniglet",
        +  "Snippet",
        +  "Snowburst One",
        +  "Sofadi One",
        +  "Sofia",
        +  "Sofia Sans",
        +  "Sofia Sans Condensed",
        +  "Sofia Sans Extra Condensed",
        +  "Sofia Sans Semi Condensed",
        +  "Solitreo",
        +  "Solway",
        +  "Sometype Mono",
        +  "Song Myung",
        +  "Sono",
        +  "Sonsie One",
        +  "Sora",
        +  "Sorts Mill Goudy",
        +  "Sour Gummy",
        +  "Source Code Pro",
        +  "Source Sans 3",
        +  "Source Serif 4",
        +  "Space Grotesk",
        +  "Space Mono",
        +  "Special Elite",
        +  "Special Gothic",
        +  "Special Gothic Condensed One",
        +  "Special Gothic Expanded One",
        +  "Spectral",
        +  "Spectral SC",
        +  "Spicy Rice",
        +  "Spinnaker",
        +  "Spirax",
        +  "Splash",
        +  "Spline Sans",
        +  "Spline Sans Mono",
        +  "Squada One",
        +  "Square Peg",
        +  "Sree Krushnadevaraya",
        +  "Sriracha",
        +  "Srisakdi",
        +  "Staatliches",
        +  "Stack Sans Headline",
        +  "Stack Sans Notch",
        +  "Stack Sans Text",
        +  "Stalemate",
        +  "Stalinist One",
        +  "Stardos Stencil",
        +  "Stick",
        +  "Stick No Bills",
        +  "Stint Ultra Condensed",
        +  "Stint Ultra Expanded",
        +  "Stoke",
        +  "Story Script",
        +  "Strait",
        +  "Strichpunkt Sans",
        +  "Style Script",
        +  "Stylish",
        +  "Sue Ellen Francisco",
        +  "Suez One",
        +  "Sulphur Point",
        +  "Sumana",
        +  "Sunflower",
        +  "Sunshiney",
        +  "Supermercado One",
        +  "Sura",
        +  "Suranna",
        +  "Suravaram",
        +  "Suwannaphum",
        +  "Swanky and Moo Moo",
        +  "Syncopate",
        +  "Syne",
        +  "Syne Mono",
        +  "Syne Tactile",
        +  "TASA Explorer",
        +  "TASA Orbiter",
        +  "Tac One",
        +  "Tagesschrift",
        +  "Tai Heritage Pro",
        +  "Tajawal",
        +  "Tangerine",
        +  "Tapestry",
        +  "Taprom",
        +  "Tauri",
        +  "Taviraj",
        +  "Teachers",
        +  "Teko",
        +  "Tektur",
        +  "Telex",
        +  "Tenali Ramakrishna",
        +  "Tenor Sans",
        +  "Text Me One",
        +  "Texturina",
        +  "Thasadith",
        +  "The Girl Next Door",
        +  "The Nautigal",
        +  "Tienne",
        +  "TikTok Sans",
        +  "Tillana",
        +  "Tilt Neon",
        +  "Tilt Prism",
        +  "Tilt Warp",
        +  "Timmana",
        +  "Tinos",
        +  "Tiny5",
        +  "Tiro Bangla",
        +  "Tiro Devanagari Hindi",
        +  "Tiro Devanagari Marathi",
        +  "Tiro Devanagari Sanskrit",
        +  "Tiro Gurmukhi",
        +  "Tiro Kannada",
        +  "Tiro Tamil",
        +  "Tiro Telugu",
        +  "Tirra",
        +  "Titan One",
        +  "Titillium Web",
        +  "Tomorrow",
        +  "Tourney",
        +  "Trade Winds",
        +  "Train One",
        +  "Triodion",
        +  "Trirong",
        +  "Trispace",
        +  "Trocchi",
        +  "Trochut",
        +  "Truculenta",
        +  "Trykker",
        +  "Tsukimi Rounded",
        +  "Tuffy",
        +  "Tulpen One",
        +  "Turret Road",
        +  "Twinkle Star",
        +  "Ubuntu",
        +  "Ubuntu Condensed",
        +  "Ubuntu Mono",
        +  "Ubuntu Sans",
        +  "Ubuntu Sans Mono",
        +  "Uchen",
        +  "Ultra",
        +  "Unbounded",
        +  "Uncial Antiqua",
        +  "Underdog",
        +  "Unica One",
        +  "UnifrakturCook",
        +  "UnifrakturMaguntia",
        +  "Unkempt",
        +  "Unlock",
        +  "Unna",
        +  "UoqMunThenKhung",
        +  "Updock",
        +  "Urbanist",
        +  "VT323",
        +  "Vampiro One",
        +  "Varela",
        +  "Varela Round",
        +  "Varta",
        +  "Vast Shadow",
        +  "Vazirmatn",
        +  "Vend Sans",
        +  "Vesper Libre",
        +  "Viaoda Libre",
        +  "Vibes",
        +  "Vibur",
        +  "Victor Mono",
        +  "Vidaloka",
        +  "Viga",
        +  "Vina Sans",
        +  "Voces",
        +  "Volkhov",
        +  "Vollkorn",
        +  "Vollkorn SC",
        +  "Voltaire",
        +  "Vujahday Script",
        +  "WDXL Lubrifont JP N",
        +  "WDXL Lubrifont SC",
        +  "WDXL Lubrifont TC",
        +  "Waiting for the Sunrise",
        +  "Wallpoet",
        +  "Walter Turncoat",
        +  "Warnes",
        +  "Water Brush",
        +  "Waterfall",
        +  "Wavefont",
        +  "Wellfleet",
        +  "Wendy One",
        +  "Whisper",
        +  "WindSong",
        +  "Winky Rough",
        +  "Winky Sans",
        +  "Wire One",
        +  "Wittgenstein",
        +  "Wix Madefor Display",
        +  "Wix Madefor Text",
        +  "Work Sans",
        +  "Workbench",
        +  "Xanh Mono",
        +  "Yaldevi",
        +  "Yanone Kaffeesatz",
        +  "Yantramanav",
        +  "Yarndings 12",
        +  "Yarndings 12 Charted",
        +  "Yarndings 20",
        +  "Yarndings 20 Charted",
        +  "Yatra One",
        +  "Yellowtail",
        +  "Yeon Sung",
        +  "Yeseva One",
        +  "Yesteryear",
        +  "Yomogi",
        +  "Young Serif",
        +  "Yrsa",
        +  "Ysabeau",
        +  "Ysabeau Infant",
        +  "Ysabeau Office",
        +  "Ysabeau SC",
        +  "Yuji Boku",
        +  "Yuji Hentaigana Akari",
        +  "Yuji Hentaigana Akebono",
        +  "Yuji Mai",
        +  "Yuji Syuku",
        +  "Yusei Magic",
        +  "Yuyu",
        +  "Yuyu Short",
        +  "ZCOOL KuaiLe",
        +  "ZCOOL QingKe HuangYou",
        +  "ZCOOL XiaoWei",
        +  "Zain",
        +  "Zalando Sans",
        +  "Zalando Sans Expanded",
        +  "Zalando Sans SemiExpanded",
        +  "Zen Antique",
        +  "Zen Antique Soft",
        +  "Zen Dots",
        +  "Zen Kaku Gothic Antique",
        +  "Zen Kaku Gothic New",
        +  "Zen Kurenaido",
        +  "Zen Loop",
        +  "Zen Maru Gothic",
        +  "Zen Old Mincho",
        +  "Zen Tokyo Zoo",
        +  "Zeyada",
        +  "Zhi Mang Xing",
        +  "Zilla Slab",
        +  "Zilla Slab Highlight"
        +]
      • addedOutput schema / properties / examples / items / properties / config / properties / themeOverrides / properties / titleFontFamily / enum
        Added value: +[
        +  "ABeeZee",
        +  "ADLaM Display",
        +  "AR One Sans",
        +  "Abel",
        +  "Abhaya Libre",
        +  "Aboreto",
        +  "Abril Fatface",
        +  "Abyssinica SIL",
        +  "Aclonica",
        +  "Acme",
        +  "Actor",
        +  "Adamina",
        +  "Advent Pro",
        +  "Afacad",
        +  "Afacad Flux",
        +  "Agbalumo",
        +  "Agdasima",
        +  "Agu Display",
        +  "Aguafina Script",
        +  "Akatab",
        +  "Akaya Kanadaka",
        +  "Akaya Telivigala",
        +  "Akronim",
        +  "Akshar",
        +  "Akt",
        +  "Aladin",
        +  "Alan Sans",
        +  "Alata",
        +  "Alatsi",
        +  "Albert Sans",
        +  "Aldrich",
        +  "Alef",
        +  "Alegreya",
        +  "Alegreya SC",
        +  "Alegreya Sans",
        +  "Alegreya Sans SC",
        +  "Aleo",
        +  "Alex Brush",
        +  "Alexandria",
        +  "Alfa Slab One",
        +  "Alice",
        +  "Alien Block",
        +  "Alike",
        +  "Alike Angular",
        +  "Alkalami",
        +  "Alkatra",
        +  "Allan",
        +  "Allerta",
        +  "Allerta Stencil",
        +  "Allison",
        +  "Allkin",
        +  "Allura",
        +  "Almarai",
        +  "Almendra",
        +  "Almendra Display",
        +  "Almendra SC",
        +  "Alumni Sans",
        +  "Alumni Sans Collegiate One",
        +  "Alumni Sans Inline One",
        +  "Alumni Sans Pinstripe",
        +  "Alumni Sans SC",
        +  "Alyamama",
        +  "Amarante",
        +  "Amaranth",
        +  "Amarna",
        +  "Amatic SC",
        +  "Amethysta",
        +  "Amiko",
        +  "Amiri",
        +  "Amiri Quran",
        +  "Amita",
        +  "Anaheim",
        +  "Ancizar Sans",
        +  "Ancizar Serif",
        +  "Andada Pro",
        +  "Andika",
        +  "Anek Bangla",
        +  "Anek Devanagari",
        +  "Anek Gujarati",
        +  "Anek Gurmukhi",
        +  "Anek Kannada",
        +  "Anek Latin",
        +  "Anek Malayalam",
        +  "Anek Odia",
        +  "Anek Tamil",
        +  "Anek Telugu",
        +  "Angkor",
        +  "Annapurna SIL",
        +  "Annie Use Your Telescope",
        +  "Anonymous Pro",
        +  "Anta",
        +  "Antic",
        +  "Antic Didone",
        +  "Antic Slab",
        +  "Anton",
        +  "Anton SC",
        +  "Antonio",
        +  "Anuphan",
        +  "Anybody",
        +  "Aoboshi One",
        +  "Arapey",
        +  "Arbutus",
        +  "Arbutus Slab",
        +  "Architects Daughter",
        +  "Archivo",
        +  "Archivo Black",
        +  "Archivo Narrow",
        +  "Are You Serious",
        +  "Aref Ruqaa",
        +  "Aref Ruqaa Ink",
        +  "Arima",
        +  "Arimo",
        +  "Arizonia",
        +  "Armata",
        +  "Arsenal",
        +  "Arsenal SC",
        +  "Artifika",
        +  "Arvo",
        +  "Arya",
        +  "Asap",
        +  "Asap Condensed",
        +  "Asar",
        +  "Asimovian",
        +  "Asset",
        +  "Assistant",
        +  "Asta Sans",
        +  "Astloch",
        +  "Asul",
        +  "Athiti",
        +  "Atkinson Hyperlegible",
        +  "Atkinson Hyperlegible Mono",
        +  "Atkinson Hyperlegible Next",
        +  "Atma",
        +  "Atomic Age",
        +  "Aubrey",
        +  "Audiowide",
        +  "Autour One",
        +  "Average",
        +  "Average Sans",
        +  "Averia Gruesa Libre",
        +  "Averia Libre",
        +  "Averia Sans Libre",
        +  "Averia Serif Libre",
        +  "Azeret Mono",
        +  "B612",
        +  "B612 Mono",
        +  "BBH Bartle",
        +  "BBH Bogle",
        +  "BBH Hegarty",
        +  "BIZ UDGothic",
        +  "BIZ UDMincho",
        +  "BIZ UDPGothic",
        +  "BIZ UDPMincho",
        +  "BJCree",
        +  "Babylonica",
        +  "Bacasime Antique",
        +  "Bad Script",
        +  "Badeen Display",
        +  "Bagel Fat One",
        +  "Bahiana",
        +  "Bahianita",
        +  "Bai Jamjuree",
        +  "Bakbak One",
        +  "Ballet",
        +  "Baloo 2",
        +  "Baloo Bhai 2",
        +  "Baloo Bhaijaan 2",
        +  "Baloo Bhaina 2",
        +  "Baloo Chettan 2",
        +  "Baloo Da 2",
        +  "Baloo Paaji 2",
        +  "Baloo Tamma 2",
        +  "Baloo Tammudu 2",
        +  "Baloo Thambi 2",
        +  "Balsamiq Sans",
        +  "Balthazar",
        +  "Bangers",
        +  "Barlow",
        +  "Barlow Condensed",
        +  "Barlow Semi Condensed",
        +  "Barriecito",
        +  "Barrio",
        +  "Basic",
        +  "Baskervville",
        +  "Baskervville SC",
        +  "Battambang",
        +  "Baumans",
        +  "Bayon",
        +  "Be Vietnam Pro",
        +  "Beau Rivage",
        +  "Bebas Neue",
        +  "Beiruti",
        +  "Belanosima",
        +  "Belgrano",
        +  "Bellefair",
        +  "Belleza",
        +  "Bellota",
        +  "Bellota Text",
        +  "BenchNine",
        +  "Benne",
        +  "Bentham",
        +  "Berkshire Swash",
        +  "Besley",
        +  "Betania Patmos",
        +  "Betania Patmos GDL",
        +  "Betania Patmos In",
        +  "Betania Patmos In GDL",
        +  "Beth Ellen",
        +  "Bevan",
        +  "BhuTuka Expanded One",
        +  "Big Shoulders",
        +  "Big Shoulders Inline",
        +  "Big Shoulders Stencil",
        +  "Bigelow Rules",
        +  "Bigshot One",
        +  "Bilbo",
        +  "Bilbo Swash Caps",
        +  "BioRhyme",
        +  "BioRhyme Expanded",
        +  "Birthstone",
        +  "Birthstone Bounce",
        +  "Biryani",
        +  "Bitcount",
        +  "Bitcount Grid Double",
        +  "Bitcount Grid Double Ink",
        +  "Bitcount Grid Single",
        +  "Bitcount Grid Single Ink",
        +  "Bitcount Ink",
        +  "Bitcount Prop Double",
        +  "Bitcount Prop Double Ink",
        +  "Bitcount Prop Single",
        +  "Bitcount Prop Single Ink",
        +  "Bitcount Single",
        +  "Bitcount Single Ink",
        +  "Bitter",
        +  "Black And White Picture",
        +  "Black Han Sans",
        +  "Black Ops One",
        +  "Blaka",
        +  "Blaka Hollow",
        +  "Blaka Ink",
        +  "Blinker",
        +  "Bodoni Moda",
        +  "Bodoni Moda SC",
        +  "Bokor",
        +  "Boldonse",
        +  "Bona Nova",
        +  "Bona Nova SC",
        +  "Bonbon",
        +  "Bonheur Royale",
        +  "Boogaloo",
        +  "Borel",
        +  "Bowlby One",
        +  "Bowlby One SC",
        +  "Bpmf Huninn",
        +  "Bpmf Iansui",
        +  "Bpmf Zihi Kai Std",
        +  "Braah One",
        +  "Brawler",
        +  "Bree Serif",
        +  "Bricolage Grotesque",
        +  "Bruno Ace",
        +  "Bruno Ace SC",
        +  "Brygada 1918",
        +  "Bubblegum Sans",
        +  "Bubbler One",
        +  "Buda",
        +  "Buenard",
        +  "Bungee",
        +  "Bungee Hairline",
        +  "Bungee Inline",
        +  "Bungee Outline",
        +  "Bungee Shade",
        +  "Bungee Spice",
        +  "Bungee Tint",
        +  "Butcherman",
        +  "Butterfly Kids",
        +  "Bytesized",
        +  "Cabin",
        +  "Cabin Condensed",
        +  "Cabin Sketch",
        +  "Cactus Classical Serif",
        +  "Caesar Dressing",
        +  "Cagliostro",
        +  "Cairo",
        +  "Cairo Play",
        +  "Cal Sans",
        +  "Caladea",
        +  "Calistoga",
        +  "Calligraffitti",
        +  "Cambay",
        +  "Cambo",
        +  "Candal",
        +  "Cantarell",
        +  "Cantata One",
        +  "Cantora One",
        +  "Caprasimo",
        +  "Capriola",
        +  "Caramel",
        +  "Carattere",
        +  "Cardo",
        +  "Carlito",
        +  "Carme",
        +  "Carrois Gothic",
        +  "Carrois Gothic SC",
        +  "Carter One",
        +  "Cascadia Code",
        +  "Cascadia Mono",
        +  "Castoro",
        +  "Castoro Titling",
        +  "Catamaran",
        +  "Caudex",
        +  "Cause",
        +  "Caveat",
        +  "Caveat Brush",
        +  "Cedarville Cursive",
        +  "Ceviche One",
        +  "Chakra Petch",
        +  "Changa",
        +  "Changa One",
        +  "Chango",
        +  "Charis SIL",
        +  "Charm",
        +  "Charmonman",
        +  "Chathura",
        +  "Chau Philomene One",
        +  "Chela One",
        +  "Chelsea Market",
        +  "Chenla",
        +  "Cherish",
        +  "Cherry Bomb One",
        +  "Cherry Cream Soda",
        +  "Cherry Swash",
        +  "Chewy",
        +  "Chicle",
        +  "Chilanka",
        +  "Chiron GoRound TC",
        +  "Chiron Hei HK",
        +  "Chiron Sung HK",
        +  "Chivo",
        +  "Chivo Mono",
        +  "Chocolate Classical Sans",
        +  "Chokokutai",
        +  "Chonburi",
        +  "Cinzel",
        +  "Cinzel Decorative",
        +  "Clicker Script",
        +  "Climate Crisis",
        +  "Coda",
        +  "Codystar",
        +  "Coiny",
        +  "Combo",
        +  "Comfortaa",
        +  "Comforter",
        +  "Comforter Brush",
        +  "Comic Neue",
        +  "Comic Relief",
        +  "Coming Soon",
        +  "Comme",
        +  "Commissioner",
        +  "Concert One",
        +  "Condiment",
        +  "Content",
        +  "Contrail One",
        +  "Convergence",
        +  "Cookie",
        +  "Copse",
        +  "Coral Pixels",
        +  "Corben",
        +  "Corinthia",
        +  "Cormorant",
        +  "Cormorant Garamond",
        +  "Cormorant Infant",
        +  "Cormorant SC",
        +  "Cormorant Unicase",
        +  "Cormorant Upright",
        +  "Cossette Texte",
        +  "Cossette Titre",
        +  "Courgette",
        +  "Courier Prime",
        +  "Cousine",
        +  "Coustard",
        +  "Covered By Your Grace",
        +  "Crafty Girls",
        +  "Creepster",
        +  "Crete Round",
        +  "Crimson Pro",
        +  "Crimson Text",
        +  "Croissant One",
        +  "Crushed",
        +  "Cuprum",
        +  "Cute Font",
        +  "Cutive",
        +  "Cutive Mono",
        +  "DM Mono",
        +  "DM Sans",
        +  "DM Serif Display",
        +  "DM Serif Text",
        +  "Dai Banna SIL",
        +  "Damion",
        +  "Dancing Script",
        +  "Danfo",
        +  "Dangrek",
        +  "Darker Grotesque",
        +  "Darumadrop One",
        +  "Datatype",
        +  "David Libre",
        +  "Dawning of a New Day",
        +  "Days One",
        +  "Dekko",
        +  "Dela Gothic One",
        +  "Delicious Handrawn",
        +  "Delius",
        +  "Delius Swash Caps",
        +  "Delius Unicase",
        +  "Della Respira",
        +  "Denk One",
        +  "Devonshire",
        +  "Dhurjati",
        +  "Didact Gothic",
        +  "Diphylleia",
        +  "Diplomata",
        +  "Diplomata SC",
        +  "Do Hyeon",
        +  "Dokdo",
        +  "Domine",
        +  "Donegal One",
        +  "Dongle",
        +  "Doppio One",
        +  "Dorsa",
        +  "Dosis",
        +  "DotGothic16",
        +  "Doto",
        +  "Dr Sugiyama",
        +  "Duru Sans",
        +  "DynaPuff",
        +  "Dynalight",
        +  "EB Garamond",
        +  "Eagle Lake",
        +  "East Sea Dokdo",
        +  "Eater",
        +  "Economica",
        +  "Eczar",
        +  "Edu AU VIC WA NT Arrows",
        +  "Edu AU VIC WA NT Dots",
        +  "Edu AU VIC WA NT Guides",
        +  "Edu AU VIC WA NT Hand",
        +  "Edu AU VIC WA NT Pre",
        +  "Edu NSW ACT Cursive",
        +  "Edu NSW ACT Foundation",
        +  "Edu NSW ACT Hand Pre",
        +  "Edu QLD Beginner",
        +  "Edu QLD Hand",
        +  "Edu SA Beginner",
        +  "Edu SA Hand",
        +  "Edu TAS Beginner",
        +  "Edu VIC WA NT Beginner",
        +  "Edu VIC WA NT Hand",
        +  "Edu VIC WA NT Hand Pre",
        +  "El Messiri",
        +  "Electrolize",
        +  "Elms Sans",
        +  "Elsie",
        +  "Elsie Swash Caps",
        +  "Emblema One",
        +  "Emilys Candy",
        +  "Encode Sans",
        +  "Encode Sans Condensed",
        +  "Encode Sans Expanded",
        +  "Encode Sans SC",
        +  "Encode Sans Semi Condensed",
        +  "Encode Sans Semi Expanded",
        +  "Engagement",
        +  "Englebert",
        +  "Enriqueta",
        +  "Ephesis",
        +  "Epilogue",
        +  "Epunda Sans",
        +  "Epunda Slab",
        +  "Erica One",
        +  "Esteban",
        +  "Estedad",
        +  "Estonia",
        +  "Euphoria Script",
        +  "Ewert",
        +  "Exile",
        +  "Exo",
        +  "Exo 2",
        +  "Expletus Sans",
        +  "Explora",
        +  "Faculty Glyphic",
        +  "Fahkwang",
        +  "Familjen Grotesk",
        +  "Fanwood Text",
        +  "Farro",
        +  "Farsan",
        +  "Fascinate",
        +  "Fascinate Inline",
        +  "Faster One",
        +  "Fasthand",
        +  "Fauna One",
        +  "Faustina",
        +  "Federant",
        +  "Federo",
        +  "Felipa",
        +  "Fenix",
        +  "Festive",
        +  "Figtree",
        +  "Finger Paint",
        +  "Finlandica Headline",
        +  "Finlandica Text",
        +  "Fira Code",
        +  "Fira Mono",
        +  "Fira Sans",
        +  "Fira Sans Condensed",
        +  "Fira Sans Extra Condensed",
        +  "Fjalla One",
        +  "Fjord One",
        +  "Flamenco",
        +  "Flavors",
        +  "Fleur De Leah",
        +  "Flow Block",
        +  "Flow Circular",
        +  "Flow Rounded",
        +  "Foldit",
        +  "Fondamento",
        +  "Fontdiner Swanky",
        +  "Forum",
        +  "Fragment Mono",
        +  "Francois One",
        +  "Frank Ruhl Libre",
        +  "Fraunces",
        +  "Freckle Face",
        +  "Fredericka the Great",
        +  "Fredoka",
        +  "Freehand",
        +  "Freeman",
        +  "Fresca",
        +  "Frijole",
        +  "Fruktur",
        +  "Fugaz One",
        +  "Fuggles",
        +  "Funnel Display",
        +  "Funnel Sans",
        +  "Fustat",
        +  "Fuzzy Bubbles",
        +  "GFS Didot",
        +  "GFS Neohellenic",
        +  "Ga Maamli",
        +  "Gabarito",
        +  "Gabriela",
        +  "Gaegu",
        +  "Gafata",
        +  "Gajraj One",
        +  "Galada",
        +  "Galdeano",
        +  "Galindo",
        +  "Gamja Flower",
        +  "Gantari",
        +  "Gasoek One",
        +  "Gayathri",
        +  "Geist",
        +  "Geist Mono",
        +  "Geist Pixel",
        +  "Gelasio",
        +  "Gemunu Libre",
        +  "Genos",
        +  "Gentium Book Plus",
        +  "Gentium Plus",
        +  "Geo",
        +  "Geologica",
        +  "Geom",
        +  "Geomini",
        +  "Georama",
        +  "Geostar",
        +  "Geostar Fill",
        +  "Germania One",
        +  "Gideon Roman",
        +  "Gidole",
        +  "Gidugu",
        +  "Gilda Display",
        +  "Girassol",
        +  "Give You Glory",
        +  "Glass Antiqua",
        +  "Glegoo",
        +  "Gloock",
        +  "Gloria Hallelujah",
        +  "Glory",
        +  "Gluten",
        +  "Goblin One",
        +  "Gochi Hand",
        +  "Goldman",
        +  "Golos Text",
        +  "Google Sans",
        +  "Google Sans Code",
        +  "Google Sans Flex",
        +  "Gorditas",
        +  "Gothic A1",
        +  "Gotu",
        +  "Goudy Bookletter 1911",
        +  "Gowun Batang",
        +  "Gowun Dodum",
        +  "Graduate",
        +  "Grand Hotel",
        +  "Grandiflora One",
        +  "Grandstander",
        +  "Grape Nuts",
        +  "Gravitas One",
        +  "Great Vibes",
        +  "Grechen Fuemen",
        +  "Grenze",
        +  "Grenze Gotisch",
        +  "Grey Qo",
        +  "Griffy",
        +  "Gruppo",
        +  "Gudea",
        +  "Gugi",
        +  "Gulzar",
        +  "Gupter",
        +  "Gurajada",
        +  "Gveret Levin",
        +  "Gwendolyn",
        +  "Habibi",
        +  "Hachi Maru Pop",
        +  "Hahmlet",
        +  "Halant",
        +  "Hammersmith One",
        +  "Hanalei",
        +  "Hanalei Fill",
        +  "Handjet",
        +  "Handlee",
        +  "Hanken Grotesk",
        +  "Hanuman",
        +  "Happy Monkey",
        +  "Harmattan",
        +  "Headland One",
        +  "Hedvig Letters Sans",
        +  "Hedvig Letters Serif",
        +  "Heebo",
        +  "Henny Penny",
        +  "Hepta Slab",
        +  "Herr Von Muellerhoff",
        +  "Hi Melody",
        +  "Hibur Mono",
        +  "Hina Mincho",
        +  "Hind",
        +  "Hind Guntur",
        +  "Hind Madurai",
        +  "Hind Mysuru",
        +  "Hind Siliguri",
        +  "Hind Vadodara",
        +  "Holtwood One SC",
        +  "Homemade Apple",
        +  "Homenaje",
        +  "Honk",
        +  "Host Grotesk",
        +  "Hubballi",
        +  "Hubot Sans",
        +  "Huninn",
        +  "Hurricane",
        +  "IBM Plex Mono",
        +  "IBM Plex Sans",
        +  "IBM Plex Sans Arabic",
        +  "IBM Plex Sans Condensed",
        +  "IBM Plex Sans Devanagari",
        +  "IBM Plex Sans Hebrew",
        +  "IBM Plex Sans JP",
        +  "IBM Plex Sans KR",
        +  "IBM Plex Sans Thai",
        +  "IBM Plex Sans Thai Looped",
        +  "IBM Plex Serif",
        +  "IM Fell DW Pica",
        +  "IM Fell DW Pica SC",
        +  "IM Fell Double Pica",
        +  "IM Fell Double Pica SC",
        +  "IM Fell English",
        +  "IM Fell English SC",
        +  "IM Fell French Canon",
        +  "IM Fell French Canon SC",
        +  "IM Fell Great Primer",
        +  "IM Fell Great Primer SC",
        +  "Iansui",
        +  "Ibarra Real Nova",
        +  "Iceberg",
        +  "Iceland",
        +  "Idiqlat",
        +  "Imbue",
        +  "Imperial Script",
        +  "Imprima",
        +  "Inclusive Sans",
        +  "Inconsolata",
        +  "Inder",
        +  "Indie Flower",
        +  "Ingrid Darling",
        +  "Inika",
        +  "Inknut Antiqua",
        +  "Inria Sans",
        +  "Inria Serif",
        +  "Inspiration",
        +  "Instrument Sans",
        +  "Instrument Serif",
        +  "Intel One Mono",
        +  "Inter",
        +  "Inter Tight",
        +  "Iosevka Charon",
        +  "Iosevka Charon Mono",
        +  "Irish Grover",
        +  "Island Moments",
        +  "Istok Web",
        +  "Italiana",
        +  "Italianno",
        +  "Itim",
        +  "Jacquard 12",
        +  "Jacquard 12 Charted",
        +  "Jacquard 24",
        +  "Jacquard 24 Charted",
        +  "Jacquarda Bastarda 9",
        +  "Jacquarda Bastarda 9 Charted",
        +  "Jacques Francois",
        +  "Jacques Francois Shadow",
        +  "Jaini",
        +  "Jaini Purva",
        +  "Jaldi",
        +  "Jaro",
        +  "Jersey 10",
        +  "Jersey 10 Charted",
        +  "Jersey 15",
        +  "Jersey 15 Charted",
        +  "Jersey 20",
        +  "Jersey 20 Charted",
        +  "Jersey 25",
        +  "Jersey 25 Charted",
        +  "JetBrains Mono",
        +  "Jim Nightshade",
        +  "Joan",
        +  "Jockey One",
        +  "Jolly Lodger",
        +  "Jomhuria",
        +  "Jomolhari",
        +  "Josefin Sans",
        +  "Josefin Slab",
        +  "Jost",
        +  "Joti One",
        +  "Jua",
        +  "Judson",
        +  "Julee",
        +  "Julius Sans One",
        +  "Junge",
        +  "Jura",
        +  "Just Another Hand",
        +  "Just Me Again Down Here",
        +  "K2D",
        +  "Kablammo",
        +  "Kadwa",
        +  "Kaisei Decol",
        +  "Kaisei HarunoUmi",
        +  "Kaisei Opti",
        +  "Kaisei Tokumin",
        +  "Kalam",
        +  "Kalnia",
        +  "Kalnia Glaze",
        +  "Kameron",
        +  "Kanchenjunga",
        +  "Kanit",
        +  "Kantumruy Pro",
        +  "Kapakana",
        +  "Karantina",
        +  "Karla",
        +  "Karla Tamil Inclined",
        +  "Karla Tamil Upright",
        +  "Karma",
        +  "Katibeh",
        +  "Kaushan Script",
        +  "Kavivanar",
        +  "Kavoon",
        +  "Kay Pho Du",
        +  "Kdam Thmor Pro",
        +  "Keania One",
        +  "Kedebideri",
        +  "Kelly Slab",
        +  "Kenia",
        +  "Khand",
        +  "Khmer",
        +  "Khula",
        +  "Kings",
        +  "Kirang Haerang",
        +  "Kite One",
        +  "Kiwi Maru",
        +  "Klee One",
        +  "Knewave",
        +  "KoHo",
        +  "Kodchasan",
        +  "Kode Mono",
        +  "Koh Santepheap",
        +  "Kolker Brush",
        +  "Konkhmer Sleokchher",
        +  "Kosugi",
        +  "Kosugi Maru",
        +  "Kotta One",
        +  "Koulen",
        +  "Kranky",
        +  "Kreon",
        +  "Kristi",
        +  "Krona One",
        +  "Krub",
        +  "Kufam",
        +  "Kulim Park",
        +  "Kumar One",
        +  "Kumar One Outline",
        +  "Kumbh Sans",
        +  "Kurale",
        +  "LINE Seed JP",
        +  "LXGW Marker Gothic",
        +  "LXGW WenKai Mono TC",
        +  "LXGW WenKai TC",
        +  "La Belle Aurore",
        +  "Labrada",
        +  "Lacquer",
        +  "Laila",
        +  "Lakki Reddy",
        +  "Lalezar",
        +  "Lancelot",
        +  "Langar",
        +  "Lateef",
        +  "Lato",
        +  "Lavishly Yours",
        +  "League Gothic",
        +  "League Script",
        +  "League Spartan",
        +  "Leckerli One",
        +  "Ledger",
        +  "Lekton",
        +  "Lemon",
        +  "Lemonada",
        +  "Lexend",
        +  "Lexend Deca",
        +  "Lexend Exa",
        +  "Lexend Giga",
        +  "Lexend Mega",
        +  "Lexend Peta",
        +  "Lexend Tera",
        +  "Lexend Zetta",
        +  "Libertinus Keyboard",
        +  "Libertinus Math",
        +  "Libertinus Mono",
        +  "Libertinus Sans",
        +  "Libertinus Serif",
        +  "Libertinus Serif Display",
        +  "Libre Barcode 128",
        +  "Libre Barcode 128 Text",
        +  "Libre Barcode 39",
        +  "Libre Barcode 39 Extended",
        +  "Libre Barcode 39 Extended Text",
        +  "Libre Barcode 39 Text",
        +  "Libre Barcode EAN13 Text",
        +  "Libre Baskerville",
        +  "Libre Bodoni",
        +  "Libre Caslon Display",
        +  "Libre Caslon Text",
        +  "Libre Franklin",
        +  "Licorice",
        +  "Life Savers",
        +  "Lilex",
        +  "Lilita One",
        +  "Lily Script One",
        +  "Limelight",
        +  "Linden Hill",
        +  "Linefont",
        +  "Lisu Bosa",
        +  "Liter",
        +  "Literata",
        +  "Liu Jian Mao Cao",
        +  "Livvic",
        +  "Lobster",
        +  "Lobster Two",
        +  "Londrina Outline",
        +  "Londrina Shadow",
        +  "Londrina Sketch",
        +  "Londrina Solid",
        +  "Long Cang",
        +  "Lora",
        +  "Love Light",
        +  "Love Ya Like A Sister",
        +  "Loved by the King",
        +  "Lovers Quarrel",
        +  "Luckiest Guy",
        +  "Lugrasimo",
        +  "Lumanosimo",
        +  "Lunasima",
        +  "Lusitana",
        +  "Lustria",
        +  "Luxurious Roman",
        +  "Luxurious Script",
        +  "M PLUS 1",
        +  "M PLUS 1 Code",
        +  "M PLUS 1p",
        +  "M PLUS 2",
        +  "M PLUS Code Latin",
        +  "M PLUS Rounded 1c",
        +  "M PLUS U",
        +  "Ma Shan Zheng",
        +  "Macondo",
        +  "Macondo Swash Caps",
        +  "Mada",
        +  "Madimi One",
        +  "Magra",
        +  "Maiden Orange",
        +  "Maitree",
        +  "Major Mono Display",
        +  "Mako",
        +  "Mali",
        +  "Mallanna",
        +  "Maname",
        +  "Mandali",
        +  "Manjari",
        +  "Manrope",
        +  "Mansalva",
        +  "Manuale",
        +  "Manufacturing Consent",
        +  "Marcellus",
        +  "Marcellus SC",
        +  "Marck Script",
        +  "Margarine",
        +  "Marhey",
        +  "Markazi Text",
        +  "Marko One",
        +  "Marmelad",
        +  "Martel",
        +  "Martel Sans",
        +  "Martian Mono",
        +  "Marvel",
        +  "Matangi",
        +  "Mate",
        +  "Mate SC",
        +  "Matemasie",
        +  "Material Icons",
        +  "Material Icons Outlined",
        +  "Material Icons Round",
        +  "Material Icons Sharp",
        +  "Material Icons Two Tone",
        +  "Material Symbols",
        +  "Material Symbols Outlined",
        +  "Material Symbols Rounded",
        +  "Material Symbols Sharp",
        +  "Maven Pro",
        +  "McLaren",
        +  "Mea Culpa",
        +  "Meddon",
        +  "MedievalSharp",
        +  "Medula One",
        +  "Meera Inimai",
        +  "Megrim",
        +  "Meie Script",
        +  "Menbere",
        +  "Meow Script",
        +  "Merienda",
        +  "Merriweather",
        +  "Merriweather Sans",
        +  "Metal",
        +  "Metal Mania",
        +  "Metamorphous",
        +  "Metrophobic",
        +  "Michroma",
        +  "Micro 5",
        +  "Micro 5 Charted",
        +  "Milonga",
        +  "Miltonian",
        +  "Miltonian Tattoo",
        +  "Mina",
        +  "Mingzat",
        +  "Miniver",
        +  "Miranda Sans",
        +  "Miriam Libre",
        +  "Mirza",
        +  "Miss Fajardose",
        +  "Mitr",
        +  "Mochiy Pop One",
        +  "Mochiy Pop P One",
        +  "Modak",
        +  "Modern Antiqua",
        +  "Moderustic",
        +  "Mogra",
        +  "Mohave",
        +  "Moirai One",
        +  "Molengo",
        +  "Molle",
        +  "Momo Signature",
        +  "Momo Trust Display",
        +  "Momo Trust Sans",
        +  "Mona Sans",
        +  "Monda",
        +  "Monofett",
        +  "Monomakh",
        +  "Monomaniac One",
        +  "Monoton",
        +  "Monsieur La Doulaise",
        +  "Montaga",
        +  "Montagu Slab",
        +  "MonteCarlo",
        +  "Montenegrin Gothic One",
        +  "Montez",
        +  "Montserrat",
        +  "Montserrat Alternates",
        +  "Montserrat Underline",
        +  "Moo Lah Lah",
        +  "Mooli",
        +  "Moon Dance",
        +  "Moul",
        +  "Moulpali",
        +  "Mountains of Christmas",
        +  "Mouse Memoirs",
        +  "Mozilla Headline",
        +  "Mozilla Text",
        +  "Mr Bedfort",
        +  "Mr Dafoe",
        +  "Mr De Haviland",
        +  "Mrs Saint Delafield",
        +  "Mrs Sheppards",
        +  "Ms Madi",
        +  "Mukta",
        +  "Mukta Mahee",
        +  "Mukta Malar",
        +  "Mukta Vaani",
        +  "Mulish",
        +  "Murecho",
        +  "MuseoModerno",
        +  "My Soul",
        +  "Mynerve",
        +  "Mystery Quest",
        +  "NTR",
        +  "Nabla",
        +  "Namdhinggo",
        +  "Nanum Brush Script",
        +  "Nanum Gothic",
        +  "Nanum Gothic Coding",
        +  "Nanum Myeongjo",
        +  "Nanum Pen Script",
        +  "Narnoor",
        +  "Nata Sans",
        +  "National Park",
        +  "Neonderthaw",
        +  "Nerko One",
        +  "Neucha",
        +  "Neuton",
        +  "New Amsterdam",
        +  "New Rocker",
        +  "New Tegomin",
        +  "News Cycle",
        +  "Newsreader",
        +  "Niconne",
        +  "Niramit",
        +  "Nixie One",
        +  "Nobile",
        +  "Nokora",
        +  "Norican",
        +  "Nosifer",
        +  "Notable",
        +  "Nothing You Could Do",
        +  "Noticia Text",
        +  "Noto Color Emoji",
        +  "Noto Emoji",
        +  "Noto Kufi Arabic",
        +  "Noto Music",
        +  "Noto Naskh Arabic",
        +  "Noto Nastaliq Urdu",
        +  "Noto Rashi Hebrew",
        +  "Noto Sans",
        +  "Noto Sans Adlam",
        +  "Noto Sans Adlam Unjoined",
        +  "Noto Sans Anatolian Hieroglyphs",
        +  "Noto Sans Arabic",
        +  "Noto Sans Armenian",
        +  "Noto Sans Avestan",
        +  "Noto Sans Balinese",
        +  "Noto Sans Bamum",
        +  "Noto Sans Bassa Vah",
        +  "Noto Sans Batak",
        +  "Noto Sans Bengali",
        +  "Noto Sans Bhaiksuki",
        +  "Noto Sans Brahmi",
        +  "Noto Sans Buginese",
        +  "Noto Sans Buhid",
        +  "Noto Sans Canadian Aboriginal",
        +  "Noto Sans Carian",
        +  "Noto Sans Caucasian Albanian",
        +  "Noto Sans Chakma",
        +  "Noto Sans Cham",
        +  "Noto Sans Cherokee",
        +  "Noto Sans Chorasmian",
        +  "Noto Sans Coptic",
        +  "Noto Sans Cuneiform",
        +  "Noto Sans Cypriot",
        +  "Noto Sans Cypro Minoan",
        +  "Noto Sans Deseret",
        +  "Noto Sans Devanagari",
        +  "Noto Sans Display",
        +  "Noto Sans Duployan",
        +  "Noto Sans Egyptian Hieroglyphs",
        +  "Noto Sans Elbasan",
        +  "Noto Sans Elymaic",
        +  "Noto Sans Ethiopic",
        +  "Noto Sans Georgian",
        +  "Noto Sans Glagolitic",
        +  "Noto Sans Gothic",
        +  "Noto Sans Grantha",
        +  "Noto Sans Gujarati",
        +  "Noto Sans Gunjala Gondi",
        +  "Noto Sans Gurmukhi",
        +  "Noto Sans HK",
        +  "Noto Sans Hanifi Rohingya",
        +  "Noto Sans Hanunoo",
        +  "Noto Sans Hatran",
        +  "Noto Sans Hebrew",
        +  "Noto Sans Imperial Aramaic",
        +  "Noto Sans Indic Siyaq Numbers",
        +  "Noto Sans Inscriptional Pahlavi",
        +  "Noto Sans Inscriptional Parthian",
        +  "Noto Sans JP",
        +  "Noto Sans Javanese",
        +  "Noto Sans KR",
        +  "Noto Sans Kaithi",
        +  "Noto Sans Kannada",
        +  "Noto Sans Kawi",
        +  "Noto Sans Kayah Li",
        +  "Noto Sans Kharoshthi",
        +  "Noto Sans Khmer",
        +  "Noto Sans Khojki",
        +  "Noto Sans Khudawadi",
        +  "Noto Sans Lao",
        +  "Noto Sans Lao Looped",
        +  "Noto Sans Lepcha",
        +  "Noto Sans Limbu",
        +  "Noto Sans Linear A",
        +  "Noto Sans Linear B",
        +  "Noto Sans Lisu",
        +  "Noto Sans Lycian",
        +  "Noto Sans Lydian",
        +  "Noto Sans Mahajani",
        +  "Noto Sans Malayalam",
        +  "Noto Sans Mandaic",
        +  "Noto Sans Manichaean",
        +  "Noto Sans Marchen",
        +  "Noto Sans Masaram Gondi",
        +  "Noto Sans Math",
        +  "Noto Sans Mayan Numerals",
        +  "Noto Sans Medefaidrin",
        +  "Noto Sans Meetei Mayek",
        +  "Noto Sans Mende Kikakui",
        +  "Noto Sans Meroitic",
        +  "Noto Sans Miao",
        +  "Noto Sans Modi",
        +  "Noto Sans Mongolian",
        +  "Noto Sans Mono",
        +  "Noto Sans Mro",
        +  "Noto Sans Multani",
        +  "Noto Sans Myanmar",
        +  "Noto Sans NKo",
        +  "Noto Sans NKo Unjoined",
        +  "Noto Sans Nabataean",
        +  "Noto Sans Nag Mundari",
        +  "Noto Sans Nandinagari",
        +  "Noto Sans New Tai Lue",
        +  "Noto Sans Newa",
        +  "Noto Sans Nushu",
        +  "Noto Sans Ogham",
        +  "Noto Sans Ol Chiki",
        +  "Noto Sans Old Hungarian",
        +  "Noto Sans Old Italic",
        +  "Noto Sans Old North Arabian",
        +  "Noto Sans Old Permic",
        +  "Noto Sans Old Persian",
        +  "Noto Sans Old Sogdian",
        +  "Noto Sans Old South Arabian",
        +  "Noto Sans Old Turkic",
        +  "Noto Sans Oriya",
        +  "Noto Sans Osage",
        +  "Noto Sans Osmanya",
        +  "Noto Sans Pahawh Hmong",
        +  "Noto Sans Palmyrene",
        +  "Noto Sans Pau Cin Hau",
        +  "Noto Sans PhagsPa",
        +  "Noto Sans Phoenician",
        +  "Noto Sans Psalter Pahlavi",
        +  "Noto Sans Rejang",
        +  "Noto Sans Runic",
        +  "Noto Sans SC",
        +  "Noto Sans Samaritan",
        +  "Noto Sans Saurashtra",
        +  "Noto Sans Sharada",
        +  "Noto Sans Shavian",
        +  "Noto Sans Siddham",
        +  "Noto Sans SignWriting",
        +  "Noto Sans Sinhala",
        +  "Noto Sans Sogdian",
        +  "Noto Sans Sora Sompeng",
        +  "Noto Sans Soyombo",
        +  "Noto Sans Sundanese",
        +  "Noto Sans Sunuwar",
        +  "Noto Sans Syloti Nagri",
        +  "Noto Sans Symbols",
        +  "Noto Sans Symbols 2",
        +  "Noto Sans Syriac",
        +  "Noto Sans Syriac Eastern",
        +  "Noto Sans Syriac Western",
        +  "Noto Sans TC",
        +  "Noto Sans Tagalog",
        +  "Noto Sans Tagbanwa",
        +  "Noto Sans Tai Le",
        +  "Noto Sans Tai Tham",
        +  "Noto Sans Tai Viet",
        +  "Noto Sans Takri",
        +  "Noto Sans Tamil",
        +  "Noto Sans Tamil Supplement",
        +  "Noto Sans Tangsa",
        +  "Noto Sans Telugu",
        +  "Noto Sans Thaana",
        +  "Noto Sans Thai",
        +  "Noto Sans Thai Looped",
        +  "Noto Sans Tifinagh",
        +  "Noto Sans Tirhuta",
        +  "Noto Sans Ugaritic",
        +  "Noto Sans Vai",
        +  "Noto Sans Vithkuqi",
        +  "Noto Sans Wancho",
        +  "Noto Sans Warang Citi",
        +  "Noto Sans Yi",
        +  "Noto Sans Zanabazar Square",
        +  "Noto Serif",
        +  "Noto Serif Ahom",
        +  "Noto Serif Armenian",
        +  "Noto Serif Balinese",
        +  "Noto Serif Bengali",
        +  "Noto Serif Devanagari",
        +  "Noto Serif Display",
        +  "Noto Serif Dives Akuru",
        +  "Noto Serif Dogra",
        +  "Noto Serif Ethiopic",
        +  "Noto Serif Georgian",
        +  "Noto Serif Grantha",
        +  "Noto Serif Gujarati",
        +  "Noto Serif Gurmukhi",
        +  "Noto Serif HK",
        +  "Noto Serif Hebrew",
        +  "Noto Serif Hentaigana",
        +  "Noto Serif JP",
        +  "Noto Serif KR",
        +  "Noto Serif Kannada",
        +  "Noto Serif Khitan Small Script",
        +  "Noto Serif Khmer",
        +  "Noto Serif Khojki",
        +  "Noto Serif Lao",
        +  "Noto Serif Makasar",
        +  "Noto Serif Malayalam",
        +  "Noto Serif Myanmar",
        +  "Noto Serif NP Hmong",
        +  "Noto Serif Old Uyghur",
        +  "Noto Serif Oriya",
        +  "Noto Serif Ottoman Siyaq",
        +  "Noto Serif SC",
        +  "Noto Serif Sinhala",
        +  "Noto Serif TC",
        +  "Noto Serif Tamil",
        +  "Noto Serif Tangut",
        +  "Noto Serif Telugu",
        +  "Noto Serif Thai",
        +  "Noto Serif Tibetan",
        +  "Noto Serif Todhri",
        +  "Noto Serif Toto",
        +  "Noto Serif Vithkuqi",
        +  "Noto Serif Yezidi",
        +  "Noto Traditional Nushu",
        +  "Noto Znamenny Musical Notation",
        +  "Nova Cut",
        +  "Nova Flat",
        +  "Nova Mono",
        +  "Nova Oval",
        +  "Nova Round",
        +  "Nova Script",
        +  "Nova Slim",
        +  "Nova Square",
        +  "Numans",
        +  "Nunito",
        +  "Nunito Sans",
        +  "Nuosu SIL",
        +  "Odibee Sans",
        +  "Odor Mean Chey",
        +  "Offside",
        +  "Oi",
        +  "Ojuju",
        +  "Old Standard TT",
        +  "Oldenburg",
        +  "Ole",
        +  "Oleo Script",
        +  "Oleo Script Swash Caps",
        +  "Onest",
        +  "Oooh Baby",
        +  "Open Sans",
        +  "Oranienbaum",
        +  "Orbit",
        +  "Orbitron",
        +  "Oregano",
        +  "Orelega One",
        +  "Orienta",
        +  "Original Surfer",
        +  "Oswald",
        +  "Outfit",
        +  "Over the Rainbow",
        +  "Overlock",
        +  "Overlock SC",
        +  "Overpass",
        +  "Overpass Mono",
        +  "Ovo",
        +  "Oxanium",
        +  "Oxygen",
        +  "Oxygen Mono",
        +  "PT Mono",
        +  "PT Sans",
        +  "PT Sans Caption",
        +  "PT Sans Narrow",
        +  "PT Serif",
        +  "PT Serif Caption",
        +  "Pacifico",
        +  "Padauk",
        +  "Padyakke Expanded One",
        +  "Palanquin",
        +  "Palanquin Dark",
        +  "Palette Mosaic",
        +  "Pangolin",
        +  "Paprika",
        +  "Parastoo",
        +  "Parisienne",
        +  "Parkinsans",
        +  "Passero One",
        +  "Passion One",
        +  "Passions Conflict",
        +  "Pathway Extreme",
        +  "Pathway Gothic One",
        +  "Patrick Hand",
        +  "Patrick Hand SC",
        +  "Pattaya",
        +  "Patua One",
        +  "Pavanam",
        +  "Paytone One",
        +  "Peddana",
        +  "Peralta",
        +  "Permanent Marker",
        +  "Petemoss",
        +  "Petit Formal Script",
        +  "Petrona",
        +  "Phetsarath",
        +  "Philosopher",
        +  "Phudu",
        +  "Piazzolla",
        +  "Piedra",
        +  "Pinyon Script",
        +  "Pirata One",
        +  "Pixelify Sans",
        +  "Plaster",
        +  "Platypi",
        +  "Play",
        +  "Playball",
        +  "Playfair",
        +  "Playfair Display",
        +  "Playfair Display SC",
        +  "Playpen Sans",
        +  "Playpen Sans Arabic",
        +  "Playpen Sans Deva",
        +  "Playpen Sans Hebrew",
        +  "Playpen Sans Thai",
        +  "Playwrite AR",
        +  "Playwrite AR Guides",
        +  "Playwrite AT",
        +  "Playwrite AT Guides",
        +  "Playwrite AU NSW",
        +  "Playwrite AU NSW Guides",
        +  "Playwrite AU QLD",
        +  "Playwrite AU QLD Guides",
        +  "Playwrite AU SA",
        +  "Playwrite AU SA Guides",
        +  "Playwrite AU TAS",
        +  "Playwrite AU TAS Guides",
        +  "Playwrite AU VIC",
        +  "Playwrite AU VIC Guides",
        +  "Playwrite BE VLG",
        +  "Playwrite BE VLG Guides",
        +  "Playwrite BE WAL",
        +  "Playwrite BE WAL Guides",
        +  "Playwrite BR",
        +  "Playwrite BR Guides",
        +  "Playwrite CA",
        +  "Playwrite CA Guides",
        +  "Playwrite CL",
        +  "Playwrite CL Guides",
        +  "Playwrite CO",
        +  "Playwrite CO Guides",
        +  "Playwrite CU",
        +  "Playwrite CU Guides",
        +  "Playwrite CZ",
        +  "Playwrite CZ Guides",
        +  "Playwrite DE Grund",
        +  "Playwrite DE Grund Guides",
        +  "Playwrite DE LA",
        +  "Playwrite DE LA Guides",
        +  "Playwrite DE SAS",
        +  "Playwrite DE SAS Guides",
        +  "Playwrite DE VA",
        +  "Playwrite DE VA Guides",
        +  "Playwrite DK Loopet",
        +  "Playwrite DK Loopet Guides",
        +  "Playwrite DK Uloopet",
        +  "Playwrite DK Uloopet Guides",
        +  "Playwrite ES",
        +  "Playwrite ES Deco",
        +  "Playwrite ES Deco Guides",
        +  "Playwrite ES Guides",
        +  "Playwrite FR Moderne",
        +  "Playwrite FR Moderne Guides",
        +  "Playwrite FR Trad",
        +  "Playwrite FR Trad Guides",
        +  "Playwrite GB J",
        +  "Playwrite GB J Guides",
        +  "Playwrite GB S",
        +  "Playwrite GB S Guides",
        +  "Playwrite HR",
        +  "Playwrite HR Guides",
        +  "Playwrite HR Lijeva",
        +  "Playwrite HR Lijeva Guides",
        +  "Playwrite HU",
        +  "Playwrite HU Guides",
        +  "Playwrite ID",
        +  "Playwrite ID Guides",
        +  "Playwrite IE",
        +  "Playwrite IE Guides",
        +  "Playwrite IN",
        +  "Playwrite IN Guides",
        +  "Playwrite IS",
        +  "Playwrite IS Guides",
        +  "Playwrite IT Moderna",
        +  "Playwrite IT Moderna Guides",
        +  "Playwrite IT Trad",
        +  "Playwrite IT Trad Guides",
        +  "Playwrite MX",
        +  "Playwrite MX Guides",
        +  "Playwrite NG Modern",
        +  "Playwrite NG Modern Guides",
        +  "Playwrite NL",
        +  "Playwrite NL Guides",
        +  "Playwrite NO",
        +  "Playwrite NO Guides",
        +  "Playwrite NZ",
        +  "Playwrite NZ Basic",
        +  "Playwrite NZ Basic Guides",
        +  "Playwrite NZ Guides",
        +  "Playwrite PE",
        +  "Playwrite PE Guides",
        +  "Playwrite PL",
        +  "Playwrite PL Guides",
        +  "Playwrite PT",
        +  "Playwrite PT Guides",
        +  "Playwrite RO",
        +  "Playwrite RO Guides",
        +  "Playwrite SK",
        +  "Playwrite SK Guides",
        +  "Playwrite TZ",
        +  "Playwrite TZ Guides",
        +  "Playwrite US Modern",
        +  "Playwrite US Modern Guides",
        +  "Playwrite US Trad",
        +  "Playwrite US Trad Guides",
        +  "Playwrite VN",
        +  "Playwrite VN Guides",
        +  "Playwrite ZA",
        +  "Playwrite ZA Guides",
        +  "Pliant",
        +  "Plus Jakarta Sans",
        +  "Pochaevsk",
        +  "Podkova",
        +  "Poetsen One",
        +  "Poiret One",
        +  "Poller One",
        +  "Poltawski Nowy",
        +  "Poly",
        +  "Pompiere",
        +  "Ponnala",
        +  "Ponomar",
        +  "Pontano Sans",
        +  "Poor Story",
        +  "Poppins",
        +  "Port Lligat Sans",
        +  "Port Lligat Slab",
        +  "Potta One",
        +  "Pragati Narrow",
        +  "Praise",
        +  "Prata",
        +  "Preahvihear",
        +  "Press Start 2P",
        +  "Pridi",
        +  "Princess Sofia",
        +  "Prociono",
        +  "Prompt",
        +  "Prosto One",
        +  "Protest Guerrilla",
        +  "Protest Revolution",
        +  "Protest Riot",
        +  "Protest Strike",
        +  "Proza Libre",
        +  "Public Sans",
        +  "Puppies Play",
        +  "Puritan",
        +  "Purple Purse",
        +  "Qahiri",
        +  "Quando",
        +  "Quantico",
        +  "Quattrocento",
        +  "Quattrocento Sans",
        +  "Questrial",
        +  "Quicksand",
        +  "Quintessential",
        +  "Qwigley",
        +  "Qwitcher Grypen",
        +  "REM",
        +  "Racing Sans One",
        +  "Radio Canada",
        +  "Radio Canada Big",
        +  "Radley",
        +  "Rajdhani",
        +  "Rakkas",
        +  "Raleway",
        +  "Raleway Dots",
        +  "Ramabhadra",
        +  "Ramaraja",
        +  "Rambla",
        +  "Rammetto One",
        +  "Rampart One",
        +  "Ramsina",
        +  "Ranchers",
        +  "Rancho",
        +  "Ranga",
        +  "Rasa",
        +  "Rationale",
        +  "Ravi Prakash",
        +  "Readex Pro",
        +  "Recursive",
        +  "Red Hat Display",
        +  "Red Hat Mono",
        +  "Red Hat Text",
        +  "Red Rose",
        +  "Redacted",
        +  "Redacted Script",
        +  "Reddit Mono",
        +  "Reddit Sans",
        +  "Reddit Sans Condensed",
        +  "Redressed",
        +  "Reem Kufi",
        +  "Reem Kufi Fun",
        +  "Reem Kufi Ink",
        +  "Reenie Beanie",
        +  "Reggae One",
        +  "Rethink Sans",
        +  "Revalia",
        +  "Rhodium Libre",
        +  "Ribeye",
        +  "Ribeye Marrow",
        +  "Righteous",
        +  "Risque",
        +  "Road Rage",
        +  "Roboto",
        +  "Roboto Condensed",
        +  "Roboto Flex",
        +  "Roboto Mono",
        +  "Roboto Serif",
        +  "Roboto Slab",
        +  "Rochester",
        +  "Rock 3D",
        +  "Rock Salt",
        +  "RocknRoll One",
        +  "Rokkitt",
        +  "Romanesco",
        +  "Ropa Sans",
        +  "Rosario",
        +  "Rosarivo",
        +  "Rouge Script",
        +  "Rowdies",
        +  "Rozha One",
        +  "Rubik",
        +  "Rubik 80s Fade",
        +  "Rubik Beastly",
        +  "Rubik Broken Fax",
        +  "Rubik Bubbles",
        +  "Rubik Burned",
        +  "Rubik Dirt",
        +  "Rubik Distressed",
        +  "Rubik Doodle Shadow",
        +  "Rubik Doodle Triangles",
        +  "Rubik Gemstones",
        +  "Rubik Glitch",
        +  "Rubik Glitch Pop",
        +  "Rubik Iso",
        +  "Rubik Lines",
        +  "Rubik Maps",
        +  "Rubik Marker Hatch",
        +  "Rubik Maze",
        +  "Rubik Microbe",
        +  "Rubik Mono One",
        +  "Rubik Moonrocks",
        +  "Rubik Pixels",
        +  "Rubik Puddles",
        +  "Rubik Scribble",
        +  "Rubik Spray Paint",
        +  "Rubik Storm",
        +  "Rubik Vinyl",
        +  "Rubik Wet Paint",
        +  "Ruda",
        +  "Rufina",
        +  "Ruge Boogie",
        +  "Ruluko",
        +  "Rum Raisin",
        +  "Ruslan Display",
        +  "Russo One",
        +  "Ruthie",
        +  "Ruwudu",
        +  "Rye",
        +  "SN Pro",
        +  "STIX Two Math",
        +  "STIX Two Text",
        +  "SUSE",
        +  "SUSE Mono",
        +  "Sacramento",
        +  "Sahitya",
        +  "Sail",
        +  "Saira",
        +  "Saira Condensed",
        +  "Saira Extra Condensed",
        +  "Saira Semi Condensed",
        +  "Saira Stencil",
        +  "Salsa",
        +  "Sanchez",
        +  "Sancreek",
        +  "Sankofa Display",
        +  "Sansation",
        +  "Sansita",
        +  "Sansita Swashed",
        +  "Sarabun",
        +  "Sarala",
        +  "Sarina",
        +  "Sarpanch",
        +  "Sassy Frass",
        +  "Satisfy",
        +  "Savate",
        +  "Sawarabi Gothic",
        +  "Sawarabi Mincho",
        +  "Scada",
        +  "Scheherazade New",
        +  "Schibsted Grotesk",
        +  "Schoolbell",
        +  "Science Gothic",
        +  "Scope One",
        +  "Seaweed Script",
        +  "Secular One",
        +  "Sedan",
        +  "Sedan SC",
        +  "Sedgwick Ave",
        +  "Sedgwick Ave Display",
        +  "Sekuya",
        +  "Sen",
        +  "Send Flowers",
        +  "Sevillana",
        +  "Seymour One",
        +  "Shadows Into Light",
        +  "Shadows Into Light Two",
        +  "Shafarik",
        +  "Shalimar",
        +  "Shantell Sans",
        +  "Shanti",
        +  "Share",
        +  "Share Tech",
        +  "Share Tech Mono",
        +  "Shippori Antique",
        +  "Shippori Antique B1",
        +  "Shippori Mincho",
        +  "Shippori Mincho B1",
        +  "Shizuru",
        +  "Shojumaru",
        +  "Short Stack",
        +  "Shrikhand",
        +  "Siemreap",
        +  "Sigmar",
        +  "Sigmar One",
        +  "Signika",
        +  "Signika Negative",
        +  "Silkscreen",
        +  "Simonetta",
        +  "Single Day",
        +  "Sintony",
        +  "Sirin Stencil",
        +  "Sirivennela",
        +  "Six Caps",
        +  "Sixtyfour",
        +  "Sixtyfour Convergence",
        +  "Skranji",
        +  "Slabo 13px",
        +  "Slabo 27px",
        +  "Slackey",
        +  "Slackside One",
        +  "Smokum",
        +  "Smooch",
        +  "Smooch Sans",
        +  "Smythe",
        +  "Sniglet",
        +  "Snippet",
        +  "Snowburst One",
        +  "Sofadi One",
        +  "Sofia",
        +  "Sofia Sans",
        +  "Sofia Sans Condensed",
        +  "Sofia Sans Extra Condensed",
        +  "Sofia Sans Semi Condensed",
        +  "Solitreo",
        +  "Solway",
        +  "Sometype Mono",
        +  "Song Myung",
        +  "Sono",
        +  "Sonsie One",
        +  "Sora",
        +  "Sorts Mill Goudy",
        +  "Sour Gummy",
        +  "Source Code Pro",
        +  "Source Sans 3",
        +  "Source Serif 4",
        +  "Space Grotesk",
        +  "Space Mono",
        +  "Special Elite",
        +  "Special Gothic",
        +  "Special Gothic Condensed One",
        +  "Special Gothic Expanded One",
        +  "Spectral",
        +  "Spectral SC",
        +  "Spicy Rice",
        +  "Spinnaker",
        +  "Spirax",
        +  "Splash",
        +  "Spline Sans",
        +  "Spline Sans Mono",
        +  "Squada One",
        +  "Square Peg",
        +  "Sree Krushnadevaraya",
        +  "Sriracha",
        +  "Srisakdi",
        +  "Staatliches",
        +  "Stack Sans Headline",
        +  "Stack Sans Notch",
        +  "Stack Sans Text",
        +  "Stalemate",
        +  "Stalinist One",
        +  "Stardos Stencil",
        +  "Stick",
        +  "Stick No Bills",
        +  "Stint Ultra Condensed",
        +  "Stint Ultra Expanded",
        +  "Stoke",
        +  "Story Script",
        +  "Strait",
        +  "Strichpunkt Sans",
        +  "Style Script",
        +  "Stylish",
        +  "Sue Ellen Francisco",
        +  "Suez One",
        +  "Sulphur Point",
        +  "Sumana",
        +  "Sunflower",
        +  "Sunshiney",
        +  "Supermercado One",
        +  "Sura",
        +  "Suranna",
        +  "Suravaram",
        +  "Suwannaphum",
        +  "Swanky and Moo Moo",
        +  "Syncopate",
        +  "Syne",
        +  "Syne Mono",
        +  "Syne Tactile",
        +  "TASA Explorer",
        +  "TASA Orbiter",
        +  "Tac One",
        +  "Tagesschrift",
        +  "Tai Heritage Pro",
        +  "Tajawal",
        +  "Tangerine",
        +  "Tapestry",
        +  "Taprom",
        +  "Tauri",
        +  "Taviraj",
        +  "Teachers",
        +  "Teko",
        +  "Tektur",
        +  "Telex",
        +  "Tenali Ramakrishna",
        +  "Tenor Sans",
        +  "Text Me One",
        +  "Texturina",
        +  "Thasadith",
        +  "The Girl Next Door",
        +  "The Nautigal",
        +  "Tienne",
        +  "TikTok Sans",
        +  "Tillana",
        +  "Tilt Neon",
        +  "Tilt Prism",
        +  "Tilt Warp",
        +  "Timmana",
        +  "Tinos",
        +  "Tiny5",
        +  "Tiro Bangla",
        +  "Tiro Devanagari Hindi",
        +  "Tiro Devanagari Marathi",
        +  "Tiro Devanagari Sanskrit",
        +  "Tiro Gurmukhi",
        +  "Tiro Kannada",
        +  "Tiro Tamil",
        +  "Tiro Telugu",
        +  "Tirra",
        +  "Titan One",
        +  "Titillium Web",
        +  "Tomorrow",
        +  "Tourney",
        +  "Trade Winds",
        +  "Train One",
        +  "Triodion",
        +  "Trirong",
        +  "Trispace",
        +  "Trocchi",
        +  "Trochut",
        +  "Truculenta",
        +  "Trykker",
        +  "Tsukimi Rounded",
        +  "Tuffy",
        +  "Tulpen One",
        +  "Turret Road",
        +  "Twinkle Star",
        +  "Ubuntu",
        +  "Ubuntu Condensed",
        +  "Ubuntu Mono",
        +  "Ubuntu Sans",
        +  "Ubuntu Sans Mono",
        +  "Uchen",
        +  "Ultra",
        +  "Unbounded",
        +  "Uncial Antiqua",
        +  "Underdog",
        +  "Unica One",
        +  "UnifrakturCook",
        +  "UnifrakturMaguntia",
        +  "Unkempt",
        +  "Unlock",
        +  "Unna",
        +  "UoqMunThenKhung",
        +  "Updock",
        +  "Urbanist",
        +  "VT323",
        +  "Vampiro One",
        +  "Varela",
        +  "Varela Round",
        +  "Varta",
        +  "Vast Shadow",
        +  "Vazirmatn",
        +  "Vend Sans",
        +  "Vesper Libre",
        +  "Viaoda Libre",
        +  "Vibes",
        +  "Vibur",
        +  "Victor Mono",
        +  "Vidaloka",
        +  "Viga",
        +  "Vina Sans",
        +  "Voces",
        +  "Volkhov",
        +  "Vollkorn",
        +  "Vollkorn SC",
        +  "Voltaire",
        +  "Vujahday Script",
        +  "WDXL Lubrifont JP N",
        +  "WDXL Lubrifont SC",
        +  "WDXL Lubrifont TC",
        +  "Waiting for the Sunrise",
        +  "Wallpoet",
        +  "Walter Turncoat",
        +  "Warnes",
        +  "Water Brush",
        +  "Waterfall",
        +  "Wavefont",
        +  "Wellfleet",
        +  "Wendy One",
        +  "Whisper",
        +  "WindSong",
        +  "Winky Rough",
        +  "Winky Sans",
        +  "Wire One",
        +  "Wittgenstein",
        +  "Wix Madefor Display",
        +  "Wix Madefor Text",
        +  "Work Sans",
        +  "Workbench",
        +  "Xanh Mono",
        +  "Yaldevi",
        +  "Yanone Kaffeesatz",
        +  "Yantramanav",
        +  "Yarndings 12",
        +  "Yarndings 12 Charted",
        +  "Yarndings 20",
        +  "Yarndings 20 Charted",
        +  "Yatra One",
        +  "Yellowtail",
        +  "Yeon Sung",
        +  "Yeseva One",
        +  "Yesteryear",
        +  "Yomogi",
        +  "Young Serif",
        +  "Yrsa",
        +  "Ysabeau",
        +  "Ysabeau Infant",
        +  "Ysabeau Office",
        +  "Ysabeau SC",
        +  "Yuji Boku",
        +  "Yuji Hentaigana Akari",
        +  "Yuji Hentaigana Akebono",
        +  "Yuji Mai",
        +  "Yuji Syuku",
        +  "Yusei Magic",
        +  "Yuyu",
        +  "Yuyu Short",
        +  "ZCOOL KuaiLe",
        +  "ZCOOL QingKe HuangYou",
        +  "ZCOOL XiaoWei",
        +  "Zain",
        +  "Zalando Sans",
        +  "Zalando Sans Expanded",
        +  "Zalando Sans SemiExpanded",
        +  "Zen Antique",
        +  "Zen Antique Soft",
        +  "Zen Dots",
        +  "Zen Kaku Gothic Antique",
        +  "Zen Kaku Gothic New",
        +  "Zen Kurenaido",
        +  "Zen Loop",
        +  "Zen Maru Gothic",
        +  "Zen Old Mincho",
        +  "Zen Tokyo Zoo",
        +  "Zeyada",
        +  "Zhi Mang Xing",
        +  "Zilla Slab",
        +  "Zilla Slab Highlight"
        +]
    • Changedrender_chart2 fields changed
      • addedOutput schema / properties / validation / properties / suggestedConfig / properties / themeOverrides / properties / numericFontFamily / enum
        Added value: +[
        +  "ABeeZee",
        +  "ADLaM Display",
        +  "AR One Sans",
        +  "Abel",
        +  "Abhaya Libre",
        +  "Aboreto",
        +  "Abril Fatface",
        +  "Abyssinica SIL",
        +  "Aclonica",
        +  "Acme",
        +  "Actor",
        +  "Adamina",
        +  "Advent Pro",
        +  "Afacad",
        +  "Afacad Flux",
        +  "Agbalumo",
        +  "Agdasima",
        +  "Agu Display",
        +  "Aguafina Script",
        +  "Akatab",
        +  "Akaya Kanadaka",
        +  "Akaya Telivigala",
        +  "Akronim",
        +  "Akshar",
        +  "Akt",
        +  "Aladin",
        +  "Alan Sans",
        +  "Alata",
        +  "Alatsi",
        +  "Albert Sans",
        +  "Aldrich",
        +  "Alef",
        +  "Alegreya",
        +  "Alegreya SC",
        +  "Alegreya Sans",
        +  "Alegreya Sans SC",
        +  "Aleo",
        +  "Alex Brush",
        +  "Alexandria",
        +  "Alfa Slab One",
        +  "Alice",
        +  "Alien Block",
        +  "Alike",
        +  "Alike Angular",
        +  "Alkalami",
        +  "Alkatra",
        +  "Allan",
        +  "Allerta",
        +  "Allerta Stencil",
        +  "Allison",
        +  "Allkin",
        +  "Allura",
        +  "Almarai",
        +  "Almendra",
        +  "Almendra Display",
        +  "Almendra SC",
        +  "Alumni Sans",
        +  "Alumni Sans Collegiate One",
        +  "Alumni Sans Inline One",
        +  "Alumni Sans Pinstripe",
        +  "Alumni Sans SC",
        +  "Alyamama",
        +  "Amarante",
        +  "Amaranth",
        +  "Amarna",
        +  "Amatic SC",
        +  "Amethysta",
        +  "Amiko",
        +  "Amiri",
        +  "Amiri Quran",
        +  "Amita",
        +  "Anaheim",
        +  "Ancizar Sans",
        +  "Ancizar Serif",
        +  "Andada Pro",
        +  "Andika",
        +  "Anek Bangla",
        +  "Anek Devanagari",
        +  "Anek Gujarati",
        +  "Anek Gurmukhi",
        +  "Anek Kannada",
        +  "Anek Latin",
        +  "Anek Malayalam",
        +  "Anek Odia",
        +  "Anek Tamil",
        +  "Anek Telugu",
        +  "Angkor",
        +  "Annapurna SIL",
        +  "Annie Use Your Telescope",
        +  "Anonymous Pro",
        +  "Anta",
        +  "Antic",
        +  "Antic Didone",
        +  "Antic Slab",
        +  "Anton",
        +  "Anton SC",
        +  "Antonio",
        +  "Anuphan",
        +  "Anybody",
        +  "Aoboshi One",
        +  "Arapey",
        +  "Arbutus",
        +  "Arbutus Slab",
        +  "Architects Daughter",
        +  "Archivo",
        +  "Archivo Black",
        +  "Archivo Narrow",
        +  "Are You Serious",
        +  "Aref Ruqaa",
        +  "Aref Ruqaa Ink",
        +  "Arima",
        +  "Arimo",
        +  "Arizonia",
        +  "Armata",
        +  "Arsenal",
        +  "Arsenal SC",
        +  "Artifika",
        +  "Arvo",
        +  "Arya",
        +  "Asap",
        +  "Asap Condensed",
        +  "Asar",
        +  "Asimovian",
        +  "Asset",
        +  "Assistant",
        +  "Asta Sans",
        +  "Astloch",
        +  "Asul",
        +  "Athiti",
        +  "Atkinson Hyperlegible",
        +  "Atkinson Hyperlegible Mono",
        +  "Atkinson Hyperlegible Next",
        +  "Atma",
        +  "Atomic Age",
        +  "Aubrey",
        +  "Audiowide",
        +  "Autour One",
        +  "Average",
        +  "Average Sans",
        +  "Averia Gruesa Libre",
        +  "Averia Libre",
        +  "Averia Sans Libre",
        +  "Averia Serif Libre",
        +  "Azeret Mono",
        +  "B612",
        +  "B612 Mono",
        +  "BBH Bartle",
        +  "BBH Bogle",
        +  "BBH Hegarty",
        +  "BIZ UDGothic",
        +  "BIZ UDMincho",
        +  "BIZ UDPGothic",
        +  "BIZ UDPMincho",
        +  "BJCree",
        +  "Babylonica",
        +  "Bacasime Antique",
        +  "Bad Script",
        +  "Badeen Display",
        +  "Bagel Fat One",
        +  "Bahiana",
        +  "Bahianita",
        +  "Bai Jamjuree",
        +  "Bakbak One",
        +  "Ballet",
        +  "Baloo 2",
        +  "Baloo Bhai 2",
        +  "Baloo Bhaijaan 2",
        +  "Baloo Bhaina 2",
        +  "Baloo Chettan 2",
        +  "Baloo Da 2",
        +  "Baloo Paaji 2",
        +  "Baloo Tamma 2",
        +  "Baloo Tammudu 2",
        +  "Baloo Thambi 2",
        +  "Balsamiq Sans",
        +  "Balthazar",
        +  "Bangers",
        +  "Barlow",
        +  "Barlow Condensed",
        +  "Barlow Semi Condensed",
        +  "Barriecito",
        +  "Barrio",
        +  "Basic",
        +  "Baskervville",
        +  "Baskervville SC",
        +  "Battambang",
        +  "Baumans",
        +  "Bayon",
        +  "Be Vietnam Pro",
        +  "Beau Rivage",
        +  "Bebas Neue",
        +  "Beiruti",
        +  "Belanosima",
        +  "Belgrano",
        +  "Bellefair",
        +  "Belleza",
        +  "Bellota",
        +  "Bellota Text",
        +  "BenchNine",
        +  "Benne",
        +  "Bentham",
        +  "Berkshire Swash",
        +  "Besley",
        +  "Betania Patmos",
        +  "Betania Patmos GDL",
        +  "Betania Patmos In",
        +  "Betania Patmos In GDL",
        +  "Beth Ellen",
        +  "Bevan",
        +  "BhuTuka Expanded One",
        +  "Big Shoulders",
        +  "Big Shoulders Inline",
        +  "Big Shoulders Stencil",
        +  "Bigelow Rules",
        +  "Bigshot One",
        +  "Bilbo",
        +  "Bilbo Swash Caps",
        +  "BioRhyme",
        +  "BioRhyme Expanded",
        +  "Birthstone",
        +  "Birthstone Bounce",
        +  "Biryani",
        +  "Bitcount",
        +  "Bitcount Grid Double",
        +  "Bitcount Grid Double Ink",
        +  "Bitcount Grid Single",
        +  "Bitcount Grid Single Ink",
        +  "Bitcount Ink",
        +  "Bitcount Prop Double",
        +  "Bitcount Prop Double Ink",
        +  "Bitcount Prop Single",
        +  "Bitcount Prop Single Ink",
        +  "Bitcount Single",
        +  "Bitcount Single Ink",
        +  "Bitter",
        +  "Black And White Picture",
        +  "Black Han Sans",
        +  "Black Ops One",
        +  "Blaka",
        +  "Blaka Hollow",
        +  "Blaka Ink",
        +  "Blinker",
        +  "Bodoni Moda",
        +  "Bodoni Moda SC",
        +  "Bokor",
        +  "Boldonse",
        +  "Bona Nova",
        +  "Bona Nova SC",
        +  "Bonbon",
        +  "Bonheur Royale",
        +  "Boogaloo",
        +  "Borel",
        +  "Bowlby One",
        +  "Bowlby One SC",
        +  "Bpmf Huninn",
        +  "Bpmf Iansui",
        +  "Bpmf Zihi Kai Std",
        +  "Braah One",
        +  "Brawler",
        +  "Bree Serif",
        +  "Bricolage Grotesque",
        +  "Bruno Ace",
        +  "Bruno Ace SC",
        +  "Brygada 1918",
        +  "Bubblegum Sans",
        +  "Bubbler One",
        +  "Buda",
        +  "Buenard",
        +  "Bungee",
        +  "Bungee Hairline",
        +  "Bungee Inline",
        +  "Bungee Outline",
        +  "Bungee Shade",
        +  "Bungee Spice",
        +  "Bungee Tint",
        +  "Butcherman",
        +  "Butterfly Kids",
        +  "Bytesized",
        +  "Cabin",
        +  "Cabin Condensed",
        +  "Cabin Sketch",
        +  "Cactus Classical Serif",
        +  "Caesar Dressing",
        +  "Cagliostro",
        +  "Cairo",
        +  "Cairo Play",
        +  "Cal Sans",
        +  "Caladea",
        +  "Calistoga",
        +  "Calligraffitti",
        +  "Cambay",
        +  "Cambo",
        +  "Candal",
        +  "Cantarell",
        +  "Cantata One",
        +  "Cantora One",
        +  "Caprasimo",
        +  "Capriola",
        +  "Caramel",
        +  "Carattere",
        +  "Cardo",
        +  "Carlito",
        +  "Carme",
        +  "Carrois Gothic",
        +  "Carrois Gothic SC",
        +  "Carter One",
        +  "Cascadia Code",
        +  "Cascadia Mono",
        +  "Castoro",
        +  "Castoro Titling",
        +  "Catamaran",
        +  "Caudex",
        +  "Cause",
        +  "Caveat",
        +  "Caveat Brush",
        +  "Cedarville Cursive",
        +  "Ceviche One",
        +  "Chakra Petch",
        +  "Changa",
        +  "Changa One",
        +  "Chango",
        +  "Charis SIL",
        +  "Charm",
        +  "Charmonman",
        +  "Chathura",
        +  "Chau Philomene One",
        +  "Chela One",
        +  "Chelsea Market",
        +  "Chenla",
        +  "Cherish",
        +  "Cherry Bomb One",
        +  "Cherry Cream Soda",
        +  "Cherry Swash",
        +  "Chewy",
        +  "Chicle",
        +  "Chilanka",
        +  "Chiron GoRound TC",
        +  "Chiron Hei HK",
        +  "Chiron Sung HK",
        +  "Chivo",
        +  "Chivo Mono",
        +  "Chocolate Classical Sans",
        +  "Chokokutai",
        +  "Chonburi",
        +  "Cinzel",
        +  "Cinzel Decorative",
        +  "Clicker Script",
        +  "Climate Crisis",
        +  "Coda",
        +  "Codystar",
        +  "Coiny",
        +  "Combo",
        +  "Comfortaa",
        +  "Comforter",
        +  "Comforter Brush",
        +  "Comic Neue",
        +  "Comic Relief",
        +  "Coming Soon",
        +  "Comme",
        +  "Commissioner",
        +  "Concert One",
        +  "Condiment",
        +  "Content",
        +  "Contrail One",
        +  "Convergence",
        +  "Cookie",
        +  "Copse",
        +  "Coral Pixels",
        +  "Corben",
        +  "Corinthia",
        +  "Cormorant",
        +  "Cormorant Garamond",
        +  "Cormorant Infant",
        +  "Cormorant SC",
        +  "Cormorant Unicase",
        +  "Cormorant Upright",
        +  "Cossette Texte",
        +  "Cossette Titre",
        +  "Courgette",
        +  "Courier Prime",
        +  "Cousine",
        +  "Coustard",
        +  "Covered By Your Grace",
        +  "Crafty Girls",
        +  "Creepster",
        +  "Crete Round",
        +  "Crimson Pro",
        +  "Crimson Text",
        +  "Croissant One",
        +  "Crushed",
        +  "Cuprum",
        +  "Cute Font",
        +  "Cutive",
        +  "Cutive Mono",
        +  "DM Mono",
        +  "DM Sans",
        +  "DM Serif Display",
        +  "DM Serif Text",
        +  "Dai Banna SIL",
        +  "Damion",
        +  "Dancing Script",
        +  "Danfo",
        +  "Dangrek",
        +  "Darker Grotesque",
        +  "Darumadrop One",
        +  "Datatype",
        +  "David Libre",
        +  "Dawning of a New Day",
        +  "Days One",
        +  "Dekko",
        +  "Dela Gothic One",
        +  "Delicious Handrawn",
        +  "Delius",
        +  "Delius Swash Caps",
        +  "Delius Unicase",
        +  "Della Respira",
        +  "Denk One",
        +  "Devonshire",
        +  "Dhurjati",
        +  "Didact Gothic",
        +  "Diphylleia",
        +  "Diplomata",
        +  "Diplomata SC",
        +  "Do Hyeon",
        +  "Dokdo",
        +  "Domine",
        +  "Donegal One",
        +  "Dongle",
        +  "Doppio One",
        +  "Dorsa",
        +  "Dosis",
        +  "DotGothic16",
        +  "Doto",
        +  "Dr Sugiyama",
        +  "Duru Sans",
        +  "DynaPuff",
        +  "Dynalight",
        +  "EB Garamond",
        +  "Eagle Lake",
        +  "East Sea Dokdo",
        +  "Eater",
        +  "Economica",
        +  "Eczar",
        +  "Edu AU VIC WA NT Arrows",
        +  "Edu AU VIC WA NT Dots",
        +  "Edu AU VIC WA NT Guides",
        +  "Edu AU VIC WA NT Hand",
        +  "Edu AU VIC WA NT Pre",
        +  "Edu NSW ACT Cursive",
        +  "Edu NSW ACT Foundation",
        +  "Edu NSW ACT Hand Pre",
        +  "Edu QLD Beginner",
        +  "Edu QLD Hand",
        +  "Edu SA Beginner",
        +  "Edu SA Hand",
        +  "Edu TAS Beginner",
        +  "Edu VIC WA NT Beginner",
        +  "Edu VIC WA NT Hand",
        +  "Edu VIC WA NT Hand Pre",
        +  "El Messiri",
        +  "Electrolize",
        +  "Elms Sans",
        +  "Elsie",
        +  "Elsie Swash Caps",
        +  "Emblema One",
        +  "Emilys Candy",
        +  "Encode Sans",
        +  "Encode Sans Condensed",
        +  "Encode Sans Expanded",
        +  "Encode Sans SC",
        +  "Encode Sans Semi Condensed",
        +  "Encode Sans Semi Expanded",
        +  "Engagement",
        +  "Englebert",
        +  "Enriqueta",
        +  "Ephesis",
        +  "Epilogue",
        +  "Epunda Sans",
        +  "Epunda Slab",
        +  "Erica One",
        +  "Esteban",
        +  "Estedad",
        +  "Estonia",
        +  "Euphoria Script",
        +  "Ewert",
        +  "Exile",
        +  "Exo",
        +  "Exo 2",
        +  "Expletus Sans",
        +  "Explora",
        +  "Faculty Glyphic",
        +  "Fahkwang",
        +  "Familjen Grotesk",
        +  "Fanwood Text",
        +  "Farro",
        +  "Farsan",
        +  "Fascinate",
        +  "Fascinate Inline",
        +  "Faster One",
        +  "Fasthand",
        +  "Fauna One",
        +  "Faustina",
        +  "Federant",
        +  "Federo",
        +  "Felipa",
        +  "Fenix",
        +  "Festive",
        +  "Figtree",
        +  "Finger Paint",
        +  "Finlandica Headline",
        +  "Finlandica Text",
        +  "Fira Code",
        +  "Fira Mono",
        +  "Fira Sans",
        +  "Fira Sans Condensed",
        +  "Fira Sans Extra Condensed",
        +  "Fjalla One",
        +  "Fjord One",
        +  "Flamenco",
        +  "Flavors",
        +  "Fleur De Leah",
        +  "Flow Block",
        +  "Flow Circular",
        +  "Flow Rounded",
        +  "Foldit",
        +  "Fondamento",
        +  "Fontdiner Swanky",
        +  "Forum",
        +  "Fragment Mono",
        +  "Francois One",
        +  "Frank Ruhl Libre",
        +  "Fraunces",
        +  "Freckle Face",
        +  "Fredericka the Great",
        +  "Fredoka",
        +  "Freehand",
        +  "Freeman",
        +  "Fresca",
        +  "Frijole",
        +  "Fruktur",
        +  "Fugaz One",
        +  "Fuggles",
        +  "Funnel Display",
        +  "Funnel Sans",
        +  "Fustat",
        +  "Fuzzy Bubbles",
        +  "GFS Didot",
        +  "GFS Neohellenic",
        +  "Ga Maamli",
        +  "Gabarito",
        +  "Gabriela",
        +  "Gaegu",
        +  "Gafata",
        +  "Gajraj One",
        +  "Galada",
        +  "Galdeano",
        +  "Galindo",
        +  "Gamja Flower",
        +  "Gantari",
        +  "Gasoek One",
        +  "Gayathri",
        +  "Geist",
        +  "Geist Mono",
        +  "Geist Pixel",
        +  "Gelasio",
        +  "Gemunu Libre",
        +  "Genos",
        +  "Gentium Book Plus",
        +  "Gentium Plus",
        +  "Geo",
        +  "Geologica",
        +  "Geom",
        +  "Geomini",
        +  "Georama",
        +  "Geostar",
        +  "Geostar Fill",
        +  "Germania One",
        +  "Gideon Roman",
        +  "Gidole",
        +  "Gidugu",
        +  "Gilda Display",
        +  "Girassol",
        +  "Give You Glory",
        +  "Glass Antiqua",
        +  "Glegoo",
        +  "Gloock",
        +  "Gloria Hallelujah",
        +  "Glory",
        +  "Gluten",
        +  "Goblin One",
        +  "Gochi Hand",
        +  "Goldman",
        +  "Golos Text",
        +  "Google Sans",
        +  "Google Sans Code",
        +  "Google Sans Flex",
        +  "Gorditas",
        +  "Gothic A1",
        +  "Gotu",
        +  "Goudy Bookletter 1911",
        +  "Gowun Batang",
        +  "Gowun Dodum",
        +  "Graduate",
        +  "Grand Hotel",
        +  "Grandiflora One",
        +  "Grandstander",
        +  "Grape Nuts",
        +  "Gravitas One",
        +  "Great Vibes",
        +  "Grechen Fuemen",
        +  "Grenze",
        +  "Grenze Gotisch",
        +  "Grey Qo",
        +  "Griffy",
        +  "Gruppo",
        +  "Gudea",
        +  "Gugi",
        +  "Gulzar",
        +  "Gupter",
        +  "Gurajada",
        +  "Gveret Levin",
        +  "Gwendolyn",
        +  "Habibi",
        +  "Hachi Maru Pop",
        +  "Hahmlet",
        +  "Halant",
        +  "Hammersmith One",
        +  "Hanalei",
        +  "Hanalei Fill",
        +  "Handjet",
        +  "Handlee",
        +  "Hanken Grotesk",
        +  "Hanuman",
        +  "Happy Monkey",
        +  "Harmattan",
        +  "Headland One",
        +  "Hedvig Letters Sans",
        +  "Hedvig Letters Serif",
        +  "Heebo",
        +  "Henny Penny",
        +  "Hepta Slab",
        +  "Herr Von Muellerhoff",
        +  "Hi Melody",
        +  "Hibur Mono",
        +  "Hina Mincho",
        +  "Hind",
        +  "Hind Guntur",
        +  "Hind Madurai",
        +  "Hind Mysuru",
        +  "Hind Siliguri",
        +  "Hind Vadodara",
        +  "Holtwood One SC",
        +  "Homemade Apple",
        +  "Homenaje",
        +  "Honk",
        +  "Host Grotesk",
        +  "Hubballi",
        +  "Hubot Sans",
        +  "Huninn",
        +  "Hurricane",
        +  "IBM Plex Mono",
        +  "IBM Plex Sans",
        +  "IBM Plex Sans Arabic",
        +  "IBM Plex Sans Condensed",
        +  "IBM Plex Sans Devanagari",
        +  "IBM Plex Sans Hebrew",
        +  "IBM Plex Sans JP",
        +  "IBM Plex Sans KR",
        +  "IBM Plex Sans Thai",
        +  "IBM Plex Sans Thai Looped",
        +  "IBM Plex Serif",
        +  "IM Fell DW Pica",
        +  "IM Fell DW Pica SC",
        +  "IM Fell Double Pica",
        +  "IM Fell Double Pica SC",
        +  "IM Fell English",
        +  "IM Fell English SC",
        +  "IM Fell French Canon",
        +  "IM Fell French Canon SC",
        +  "IM Fell Great Primer",
        +  "IM Fell Great Primer SC",
        +  "Iansui",
        +  "Ibarra Real Nova",
        +  "Iceberg",
        +  "Iceland",
        +  "Idiqlat",
        +  "Imbue",
        +  "Imperial Script",
        +  "Imprima",
        +  "Inclusive Sans",
        +  "Inconsolata",
        +  "Inder",
        +  "Indie Flower",
        +  "Ingrid Darling",
        +  "Inika",
        +  "Inknut Antiqua",
        +  "Inria Sans",
        +  "Inria Serif",
        +  "Inspiration",
        +  "Instrument Sans",
        +  "Instrument Serif",
        +  "Intel One Mono",
        +  "Inter",
        +  "Inter Tight",
        +  "Iosevka Charon",
        +  "Iosevka Charon Mono",
        +  "Irish Grover",
        +  "Island Moments",
        +  "Istok Web",
        +  "Italiana",
        +  "Italianno",
        +  "Itim",
        +  "Jacquard 12",
        +  "Jacquard 12 Charted",
        +  "Jacquard 24",
        +  "Jacquard 24 Charted",
        +  "Jacquarda Bastarda 9",
        +  "Jacquarda Bastarda 9 Charted",
        +  "Jacques Francois",
        +  "Jacques Francois Shadow",
        +  "Jaini",
        +  "Jaini Purva",
        +  "Jaldi",
        +  "Jaro",
        +  "Jersey 10",
        +  "Jersey 10 Charted",
        +  "Jersey 15",
        +  "Jersey 15 Charted",
        +  "Jersey 20",
        +  "Jersey 20 Charted",
        +  "Jersey 25",
        +  "Jersey 25 Charted",
        +  "JetBrains Mono",
        +  "Jim Nightshade",
        +  "Joan",
        +  "Jockey One",
        +  "Jolly Lodger",
        +  "Jomhuria",
        +  "Jomolhari",
        +  "Josefin Sans",
        +  "Josefin Slab",
        +  "Jost",
        +  "Joti One",
        +  "Jua",
        +  "Judson",
        +  "Julee",
        +  "Julius Sans One",
        +  "Junge",
        +  "Jura",
        +  "Just Another Hand",
        +  "Just Me Again Down Here",
        +  "K2D",
        +  "Kablammo",
        +  "Kadwa",
        +  "Kaisei Decol",
        +  "Kaisei HarunoUmi",
        +  "Kaisei Opti",
        +  "Kaisei Tokumin",
        +  "Kalam",
        +  "Kalnia",
        +  "Kalnia Glaze",
        +  "Kameron",
        +  "Kanchenjunga",
        +  "Kanit",
        +  "Kantumruy Pro",
        +  "Kapakana",
        +  "Karantina",
        +  "Karla",
        +  "Karla Tamil Inclined",
        +  "Karla Tamil Upright",
        +  "Karma",
        +  "Katibeh",
        +  "Kaushan Script",
        +  "Kavivanar",
        +  "Kavoon",
        +  "Kay Pho Du",
        +  "Kdam Thmor Pro",
        +  "Keania One",
        +  "Kedebideri",
        +  "Kelly Slab",
        +  "Kenia",
        +  "Khand",
        +  "Khmer",
        +  "Khula",
        +  "Kings",
        +  "Kirang Haerang",
        +  "Kite One",
        +  "Kiwi Maru",
        +  "Klee One",
        +  "Knewave",
        +  "KoHo",
        +  "Kodchasan",
        +  "Kode Mono",
        +  "Koh Santepheap",
        +  "Kolker Brush",
        +  "Konkhmer Sleokchher",
        +  "Kosugi",
        +  "Kosugi Maru",
        +  "Kotta One",
        +  "Koulen",
        +  "Kranky",
        +  "Kreon",
        +  "Kristi",
        +  "Krona One",
        +  "Krub",
        +  "Kufam",
        +  "Kulim Park",
        +  "Kumar One",
        +  "Kumar One Outline",
        +  "Kumbh Sans",
        +  "Kurale",
        +  "LINE Seed JP",
        +  "LXGW Marker Gothic",
        +  "LXGW WenKai Mono TC",
        +  "LXGW WenKai TC",
        +  "La Belle Aurore",
        +  "Labrada",
        +  "Lacquer",
        +  "Laila",
        +  "Lakki Reddy",
        +  "Lalezar",
        +  "Lancelot",
        +  "Langar",
        +  "Lateef",
        +  "Lato",
        +  "Lavishly Yours",
        +  "League Gothic",
        +  "League Script",
        +  "League Spartan",
        +  "Leckerli One",
        +  "Ledger",
        +  "Lekton",
        +  "Lemon",
        +  "Lemonada",
        +  "Lexend",
        +  "Lexend Deca",
        +  "Lexend Exa",
        +  "Lexend Giga",
        +  "Lexend Mega",
        +  "Lexend Peta",
        +  "Lexend Tera",
        +  "Lexend Zetta",
        +  "Libertinus Keyboard",
        +  "Libertinus Math",
        +  "Libertinus Mono",
        +  "Libertinus Sans",
        +  "Libertinus Serif",
        +  "Libertinus Serif Display",
        +  "Libre Barcode 128",
        +  "Libre Barcode 128 Text",
        +  "Libre Barcode 39",
        +  "Libre Barcode 39 Extended",
        +  "Libre Barcode 39 Extended Text",
        +  "Libre Barcode 39 Text",
        +  "Libre Barcode EAN13 Text",
        +  "Libre Baskerville",
        +  "Libre Bodoni",
        +  "Libre Caslon Display",
        +  "Libre Caslon Text",
        +  "Libre Franklin",
        +  "Licorice",
        +  "Life Savers",
        +  "Lilex",
        +  "Lilita One",
        +  "Lily Script One",
        +  "Limelight",
        +  "Linden Hill",
        +  "Linefont",
        +  "Lisu Bosa",
        +  "Liter",
        +  "Literata",
        +  "Liu Jian Mao Cao",
        +  "Livvic",
        +  "Lobster",
        +  "Lobster Two",
        +  "Londrina Outline",
        +  "Londrina Shadow",
        +  "Londrina Sketch",
        +  "Londrina Solid",
        +  "Long Cang",
        +  "Lora",
        +  "Love Light",
        +  "Love Ya Like A Sister",
        +  "Loved by the King",
        +  "Lovers Quarrel",
        +  "Luckiest Guy",
        +  "Lugrasimo",
        +  "Lumanosimo",
        +  "Lunasima",
        +  "Lusitana",
        +  "Lustria",
        +  "Luxurious Roman",
        +  "Luxurious Script",
        +  "M PLUS 1",
        +  "M PLUS 1 Code",
        +  "M PLUS 1p",
        +  "M PLUS 2",
        +  "M PLUS Code Latin",
        +  "M PLUS Rounded 1c",
        +  "M PLUS U",
        +  "Ma Shan Zheng",
        +  "Macondo",
        +  "Macondo Swash Caps",
        +  "Mada",
        +  "Madimi One",
        +  "Magra",
        +  "Maiden Orange",
        +  "Maitree",
        +  "Major Mono Display",
        +  "Mako",
        +  "Mali",
        +  "Mallanna",
        +  "Maname",
        +  "Mandali",
        +  "Manjari",
        +  "Manrope",
        +  "Mansalva",
        +  "Manuale",
        +  "Manufacturing Consent",
        +  "Marcellus",
        +  "Marcellus SC",
        +  "Marck Script",
        +  "Margarine",
        +  "Marhey",
        +  "Markazi Text",
        +  "Marko One",
        +  "Marmelad",
        +  "Martel",
        +  "Martel Sans",
        +  "Martian Mono",
        +  "Marvel",
        +  "Matangi",
        +  "Mate",
        +  "Mate SC",
        +  "Matemasie",
        +  "Material Icons",
        +  "Material Icons Outlined",
        +  "Material Icons Round",
        +  "Material Icons Sharp",
        +  "Material Icons Two Tone",
        +  "Material Symbols",
        +  "Material Symbols Outlined",
        +  "Material Symbols Rounded",
        +  "Material Symbols Sharp",
        +  "Maven Pro",
        +  "McLaren",
        +  "Mea Culpa",
        +  "Meddon",
        +  "MedievalSharp",
        +  "Medula One",
        +  "Meera Inimai",
        +  "Megrim",
        +  "Meie Script",
        +  "Menbere",
        +  "Meow Script",
        +  "Merienda",
        +  "Merriweather",
        +  "Merriweather Sans",
        +  "Metal",
        +  "Metal Mania",
        +  "Metamorphous",
        +  "Metrophobic",
        +  "Michroma",
        +  "Micro 5",
        +  "Micro 5 Charted",
        +  "Milonga",
        +  "Miltonian",
        +  "Miltonian Tattoo",
        +  "Mina",
        +  "Mingzat",
        +  "Miniver",
        +  "Miranda Sans",
        +  "Miriam Libre",
        +  "Mirza",
        +  "Miss Fajardose",
        +  "Mitr",
        +  "Mochiy Pop One",
        +  "Mochiy Pop P One",
        +  "Modak",
        +  "Modern Antiqua",
        +  "Moderustic",
        +  "Mogra",
        +  "Mohave",
        +  "Moirai One",
        +  "Molengo",
        +  "Molle",
        +  "Momo Signature",
        +  "Momo Trust Display",
        +  "Momo Trust Sans",
        +  "Mona Sans",
        +  "Monda",
        +  "Monofett",
        +  "Monomakh",
        +  "Monomaniac One",
        +  "Monoton",
        +  "Monsieur La Doulaise",
        +  "Montaga",
        +  "Montagu Slab",
        +  "MonteCarlo",
        +  "Montenegrin Gothic One",
        +  "Montez",
        +  "Montserrat",
        +  "Montserrat Alternates",
        +  "Montserrat Underline",
        +  "Moo Lah Lah",
        +  "Mooli",
        +  "Moon Dance",
        +  "Moul",
        +  "Moulpali",
        +  "Mountains of Christmas",
        +  "Mouse Memoirs",
        +  "Mozilla Headline",
        +  "Mozilla Text",
        +  "Mr Bedfort",
        +  "Mr Dafoe",
        +  "Mr De Haviland",
        +  "Mrs Saint Delafield",
        +  "Mrs Sheppards",
        +  "Ms Madi",
        +  "Mukta",
        +  "Mukta Mahee",
        +  "Mukta Malar",
        +  "Mukta Vaani",
        +  "Mulish",
        +  "Murecho",
        +  "MuseoModerno",
        +  "My Soul",
        +  "Mynerve",
        +  "Mystery Quest",
        +  "NTR",
        +  "Nabla",
        +  "Namdhinggo",
        +  "Nanum Brush Script",
        +  "Nanum Gothic",
        +  "Nanum Gothic Coding",
        +  "Nanum Myeongjo",
        +  "Nanum Pen Script",
        +  "Narnoor",
        +  "Nata Sans",
        +  "National Park",
        +  "Neonderthaw",
        +  "Nerko One",
        +  "Neucha",
        +  "Neuton",
        +  "New Amsterdam",
        +  "New Rocker",
        +  "New Tegomin",
        +  "News Cycle",
        +  "Newsreader",
        +  "Niconne",
        +  "Niramit",
        +  "Nixie One",
        +  "Nobile",
        +  "Nokora",
        +  "Norican",
        +  "Nosifer",
        +  "Notable",
        +  "Nothing You Could Do",
        +  "Noticia Text",
        +  "Noto Color Emoji",
        +  "Noto Emoji",
        +  "Noto Kufi Arabic",
        +  "Noto Music",
        +  "Noto Naskh Arabic",
        +  "Noto Nastaliq Urdu",
        +  "Noto Rashi Hebrew",
        +  "Noto Sans",
        +  "Noto Sans Adlam",
        +  "Noto Sans Adlam Unjoined",
        +  "Noto Sans Anatolian Hieroglyphs",
        +  "Noto Sans Arabic",
        +  "Noto Sans Armenian",
        +  "Noto Sans Avestan",
        +  "Noto Sans Balinese",
        +  "Noto Sans Bamum",
        +  "Noto Sans Bassa Vah",
        +  "Noto Sans Batak",
        +  "Noto Sans Bengali",
        +  "Noto Sans Bhaiksuki",
        +  "Noto Sans Brahmi",
        +  "Noto Sans Buginese",
        +  "Noto Sans Buhid",
        +  "Noto Sans Canadian Aboriginal",
        +  "Noto Sans Carian",
        +  "Noto Sans Caucasian Albanian",
        +  "Noto Sans Chakma",
        +  "Noto Sans Cham",
        +  "Noto Sans Cherokee",
        +  "Noto Sans Chorasmian",
        +  "Noto Sans Coptic",
        +  "Noto Sans Cuneiform",
        +  "Noto Sans Cypriot",
        +  "Noto Sans Cypro Minoan",
        +  "Noto Sans Deseret",
        +  "Noto Sans Devanagari",
        +  "Noto Sans Display",
        +  "Noto Sans Duployan",
        +  "Noto Sans Egyptian Hieroglyphs",
        +  "Noto Sans Elbasan",
        +  "Noto Sans Elymaic",
        +  "Noto Sans Ethiopic",
        +  "Noto Sans Georgian",
        +  "Noto Sans Glagolitic",
        +  "Noto Sans Gothic",
        +  "Noto Sans Grantha",
        +  "Noto Sans Gujarati",
        +  "Noto Sans Gunjala Gondi",
        +  "Noto Sans Gurmukhi",
        +  "Noto Sans HK",
        +  "Noto Sans Hanifi Rohingya",
        +  "Noto Sans Hanunoo",
        +  "Noto Sans Hatran",
        +  "Noto Sans Hebrew",
        +  "Noto Sans Imperial Aramaic",
        +  "Noto Sans Indic Siyaq Numbers",
        +  "Noto Sans Inscriptional Pahlavi",
        +  "Noto Sans Inscriptional Parthian",
        +  "Noto Sans JP",
        +  "Noto Sans Javanese",
        +  "Noto Sans KR",
        +  "Noto Sans Kaithi",
        +  "Noto Sans Kannada",
        +  "Noto Sans Kawi",
        +  "Noto Sans Kayah Li",
        +  "Noto Sans Kharoshthi",
        +  "Noto Sans Khmer",
        +  "Noto Sans Khojki",
        +  "Noto Sans Khudawadi",
        +  "Noto Sans Lao",
        +  "Noto Sans Lao Looped",
        +  "Noto Sans Lepcha",
        +  "Noto Sans Limbu",
        +  "Noto Sans Linear A",
        +  "Noto Sans Linear B",
        +  "Noto Sans Lisu",
        +  "Noto Sans Lycian",
        +  "Noto Sans Lydian",
        +  "Noto Sans Mahajani",
        +  "Noto Sans Malayalam",
        +  "Noto Sans Mandaic",
        +  "Noto Sans Manichaean",
        +  "Noto Sans Marchen",
        +  "Noto Sans Masaram Gondi",
        +  "Noto Sans Math",
        +  "Noto Sans Mayan Numerals",
        +  "Noto Sans Medefaidrin",
        +  "Noto Sans Meetei Mayek",
        +  "Noto Sans Mende Kikakui",
        +  "Noto Sans Meroitic",
        +  "Noto Sans Miao",
        +  "Noto Sans Modi",
        +  "Noto Sans Mongolian",
        +  "Noto Sans Mono",
        +  "Noto Sans Mro",
        +  "Noto Sans Multani",
        +  "Noto Sans Myanmar",
        +  "Noto Sans NKo",
        +  "Noto Sans NKo Unjoined",
        +  "Noto Sans Nabataean",
        +  "Noto Sans Nag Mundari",
        +  "Noto Sans Nandinagari",
        +  "Noto Sans New Tai Lue",
        +  "Noto Sans Newa",
        +  "Noto Sans Nushu",
        +  "Noto Sans Ogham",
        +  "Noto Sans Ol Chiki",
        +  "Noto Sans Old Hungarian",
        +  "Noto Sans Old Italic",
        +  "Noto Sans Old North Arabian",
        +  "Noto Sans Old Permic",
        +  "Noto Sans Old Persian",
        +  "Noto Sans Old Sogdian",
        +  "Noto Sans Old South Arabian",
        +  "Noto Sans Old Turkic",
        +  "Noto Sans Oriya",
        +  "Noto Sans Osage",
        +  "Noto Sans Osmanya",
        +  "Noto Sans Pahawh Hmong",
        +  "Noto Sans Palmyrene",
        +  "Noto Sans Pau Cin Hau",
        +  "Noto Sans PhagsPa",
        +  "Noto Sans Phoenician",
        +  "Noto Sans Psalter Pahlavi",
        +  "Noto Sans Rejang",
        +  "Noto Sans Runic",
        +  "Noto Sans SC",
        +  "Noto Sans Samaritan",
        +  "Noto Sans Saurashtra",
        +  "Noto Sans Sharada",
        +  "Noto Sans Shavian",
        +  "Noto Sans Siddham",
        +  "Noto Sans SignWriting",
        +  "Noto Sans Sinhala",
        +  "Noto Sans Sogdian",
        +  "Noto Sans Sora Sompeng",
        +  "Noto Sans Soyombo",
        +  "Noto Sans Sundanese",
        +  "Noto Sans Sunuwar",
        +  "Noto Sans Syloti Nagri",
        +  "Noto Sans Symbols",
        +  "Noto Sans Symbols 2",
        +  "Noto Sans Syriac",
        +  "Noto Sans Syriac Eastern",
        +  "Noto Sans Syriac Western",
        +  "Noto Sans TC",
        +  "Noto Sans Tagalog",
        +  "Noto Sans Tagbanwa",
        +  "Noto Sans Tai Le",
        +  "Noto Sans Tai Tham",
        +  "Noto Sans Tai Viet",
        +  "Noto Sans Takri",
        +  "Noto Sans Tamil",
        +  "Noto Sans Tamil Supplement",
        +  "Noto Sans Tangsa",
        +  "Noto Sans Telugu",
        +  "Noto Sans Thaana",
        +  "Noto Sans Thai",
        +  "Noto Sans Thai Looped",
        +  "Noto Sans Tifinagh",
        +  "Noto Sans Tirhuta",
        +  "Noto Sans Ugaritic",
        +  "Noto Sans Vai",
        +  "Noto Sans Vithkuqi",
        +  "Noto Sans Wancho",
        +  "Noto Sans Warang Citi",
        +  "Noto Sans Yi",
        +  "Noto Sans Zanabazar Square",
        +  "Noto Serif",
        +  "Noto Serif Ahom",
        +  "Noto Serif Armenian",
        +  "Noto Serif Balinese",
        +  "Noto Serif Bengali",
        +  "Noto Serif Devanagari",
        +  "Noto Serif Display",
        +  "Noto Serif Dives Akuru",
        +  "Noto Serif Dogra",
        +  "Noto Serif Ethiopic",
        +  "Noto Serif Georgian",
        +  "Noto Serif Grantha",
        +  "Noto Serif Gujarati",
        +  "Noto Serif Gurmukhi",
        +  "Noto Serif HK",
        +  "Noto Serif Hebrew",
        +  "Noto Serif Hentaigana",
        +  "Noto Serif JP",
        +  "Noto Serif KR",
        +  "Noto Serif Kannada",
        +  "Noto Serif Khitan Small Script",
        +  "Noto Serif Khmer",
        +  "Noto Serif Khojki",
        +  "Noto Serif Lao",
        +  "Noto Serif Makasar",
        +  "Noto Serif Malayalam",
        +  "Noto Serif Myanmar",
        +  "Noto Serif NP Hmong",
        +  "Noto Serif Old Uyghur",
        +  "Noto Serif Oriya",
        +  "Noto Serif Ottoman Siyaq",
        +  "Noto Serif SC",
        +  "Noto Serif Sinhala",
        +  "Noto Serif TC",
        +  "Noto Serif Tamil",
        +  "Noto Serif Tangut",
        +  "Noto Serif Telugu",
        +  "Noto Serif Thai",
        +  "Noto Serif Tibetan",
        +  "Noto Serif Todhri",
        +  "Noto Serif Toto",
        +  "Noto Serif Vithkuqi",
        +  "Noto Serif Yezidi",
        +  "Noto Traditional Nushu",
        +  "Noto Znamenny Musical Notation",
        +  "Nova Cut",
        +  "Nova Flat",
        +  "Nova Mono",
        +  "Nova Oval",
        +  "Nova Round",
        +  "Nova Script",
        +  "Nova Slim",
        +  "Nova Square",
        +  "Numans",
        +  "Nunito",
        +  "Nunito Sans",
        +  "Nuosu SIL",
        +  "Odibee Sans",
        +  "Odor Mean Chey",
        +  "Offside",
        +  "Oi",
        +  "Ojuju",
        +  "Old Standard TT",
        +  "Oldenburg",
        +  "Ole",
        +  "Oleo Script",
        +  "Oleo Script Swash Caps",
        +  "Onest",
        +  "Oooh Baby",
        +  "Open Sans",
        +  "Oranienbaum",
        +  "Orbit",
        +  "Orbitron",
        +  "Oregano",
        +  "Orelega One",
        +  "Orienta",
        +  "Original Surfer",
        +  "Oswald",
        +  "Outfit",
        +  "Over the Rainbow",
        +  "Overlock",
        +  "Overlock SC",
        +  "Overpass",
        +  "Overpass Mono",
        +  "Ovo",
        +  "Oxanium",
        +  "Oxygen",
        +  "Oxygen Mono",
        +  "PT Mono",
        +  "PT Sans",
        +  "PT Sans Caption",
        +  "PT Sans Narrow",
        +  "PT Serif",
        +  "PT Serif Caption",
        +  "Pacifico",
        +  "Padauk",
        +  "Padyakke Expanded One",
        +  "Palanquin",
        +  "Palanquin Dark",
        +  "Palette Mosaic",
        +  "Pangolin",
        +  "Paprika",
        +  "Parastoo",
        +  "Parisienne",
        +  "Parkinsans",
        +  "Passero One",
        +  "Passion One",
        +  "Passions Conflict",
        +  "Pathway Extreme",
        +  "Pathway Gothic One",
        +  "Patrick Hand",
        +  "Patrick Hand SC",
        +  "Pattaya",
        +  "Patua One",
        +  "Pavanam",
        +  "Paytone One",
        +  "Peddana",
        +  "Peralta",
        +  "Permanent Marker",
        +  "Petemoss",
        +  "Petit Formal Script",
        +  "Petrona",
        +  "Phetsarath",
        +  "Philosopher",
        +  "Phudu",
        +  "Piazzolla",
        +  "Piedra",
        +  "Pinyon Script",
        +  "Pirata One",
        +  "Pixelify Sans",
        +  "Plaster",
        +  "Platypi",
        +  "Play",
        +  "Playball",
        +  "Playfair",
        +  "Playfair Display",
        +  "Playfair Display SC",
        +  "Playpen Sans",
        +  "Playpen Sans Arabic",
        +  "Playpen Sans Deva",
        +  "Playpen Sans Hebrew",
        +  "Playpen Sans Thai",
        +  "Playwrite AR",
        +  "Playwrite AR Guides",
        +  "Playwrite AT",
        +  "Playwrite AT Guides",
        +  "Playwrite AU NSW",
        +  "Playwrite AU NSW Guides",
        +  "Playwrite AU QLD",
        +  "Playwrite AU QLD Guides",
        +  "Playwrite AU SA",
        +  "Playwrite AU SA Guides",
        +  "Playwrite AU TAS",
        +  "Playwrite AU TAS Guides",
        +  "Playwrite AU VIC",
        +  "Playwrite AU VIC Guides",
        +  "Playwrite BE VLG",
        +  "Playwrite BE VLG Guides",
        +  "Playwrite BE WAL",
        +  "Playwrite BE WAL Guides",
        +  "Playwrite BR",
        +  "Playwrite BR Guides",
        +  "Playwrite CA",
        +  "Playwrite CA Guides",
        +  "Playwrite CL",
        +  "Playwrite CL Guides",
        +  "Playwrite CO",
        +  "Playwrite CO Guides",
        +  "Playwrite CU",
        +  "Playwrite CU Guides",
        +  "Playwrite CZ",
        +  "Playwrite CZ Guides",
        +  "Playwrite DE Grund",
        +  "Playwrite DE Grund Guides",
        +  "Playwrite DE LA",
        +  "Playwrite DE LA Guides",
        +  "Playwrite DE SAS",
        +  "Playwrite DE SAS Guides",
        +  "Playwrite DE VA",
        +  "Playwrite DE VA Guides",
        +  "Playwrite DK Loopet",
        +  "Playwrite DK Loopet Guides",
        +  "Playwrite DK Uloopet",
        +  "Playwrite DK Uloopet Guides",
        +  "Playwrite ES",
        +  "Playwrite ES Deco",
        +  "Playwrite ES Deco Guides",
        +  "Playwrite ES Guides",
        +  "Playwrite FR Moderne",
        +  "Playwrite FR Moderne Guides",
        +  "Playwrite FR Trad",
        +  "Playwrite FR Trad Guides",
        +  "Playwrite GB J",
        +  "Playwrite GB J Guides",
        +  "Playwrite GB S",
        +  "Playwrite GB S Guides",
        +  "Playwrite HR",
        +  "Playwrite HR Guides",
        +  "Playwrite HR Lijeva",
        +  "Playwrite HR Lijeva Guides",
        +  "Playwrite HU",
        +  "Playwrite HU Guides",
        +  "Playwrite ID",
        +  "Playwrite ID Guides",
        +  "Playwrite IE",
        +  "Playwrite IE Guides",
        +  "Playwrite IN",
        +  "Playwrite IN Guides",
        +  "Playwrite IS",
        +  "Playwrite IS Guides",
        +  "Playwrite IT Moderna",
        +  "Playwrite IT Moderna Guides",
        +  "Playwrite IT Trad",
        +  "Playwrite IT Trad Guides",
        +  "Playwrite MX",
        +  "Playwrite MX Guides",
        +  "Playwrite NG Modern",
        +  "Playwrite NG Modern Guides",
        +  "Playwrite NL",
        +  "Playwrite NL Guides",
        +  "Playwrite NO",
        +  "Playwrite NO Guides",
        +  "Playwrite NZ",
        +  "Playwrite NZ Basic",
        +  "Playwrite NZ Basic Guides",
        +  "Playwrite NZ Guides",
        +  "Playwrite PE",
        +  "Playwrite PE Guides",
        +  "Playwrite PL",
        +  "Playwrite PL Guides",
        +  "Playwrite PT",
        +  "Playwrite PT Guides",
        +  "Playwrite RO",
        +  "Playwrite RO Guides",
        +  "Playwrite SK",
        +  "Playwrite SK Guides",
        +  "Playwrite TZ",
        +  "Playwrite TZ Guides",
        +  "Playwrite US Modern",
        +  "Playwrite US Modern Guides",
        +  "Playwrite US Trad",
        +  "Playwrite US Trad Guides",
        +  "Playwrite VN",
        +  "Playwrite VN Guides",
        +  "Playwrite ZA",
        +  "Playwrite ZA Guides",
        +  "Pliant",
        +  "Plus Jakarta Sans",
        +  "Pochaevsk",
        +  "Podkova",
        +  "Poetsen One",
        +  "Poiret One",
        +  "Poller One",
        +  "Poltawski Nowy",
        +  "Poly",
        +  "Pompiere",
        +  "Ponnala",
        +  "Ponomar",
        +  "Pontano Sans",
        +  "Poor Story",
        +  "Poppins",
        +  "Port Lligat Sans",
        +  "Port Lligat Slab",
        +  "Potta One",
        +  "Pragati Narrow",
        +  "Praise",
        +  "Prata",
        +  "Preahvihear",
        +  "Press Start 2P",
        +  "Pridi",
        +  "Princess Sofia",
        +  "Prociono",
        +  "Prompt",
        +  "Prosto One",
        +  "Protest Guerrilla",
        +  "Protest Revolution",
        +  "Protest Riot",
        +  "Protest Strike",
        +  "Proza Libre",
        +  "Public Sans",
        +  "Puppies Play",
        +  "Puritan",
        +  "Purple Purse",
        +  "Qahiri",
        +  "Quando",
        +  "Quantico",
        +  "Quattrocento",
        +  "Quattrocento Sans",
        +  "Questrial",
        +  "Quicksand",
        +  "Quintessential",
        +  "Qwigley",
        +  "Qwitcher Grypen",
        +  "REM",
        +  "Racing Sans One",
        +  "Radio Canada",
        +  "Radio Canada Big",
        +  "Radley",
        +  "Rajdhani",
        +  "Rakkas",
        +  "Raleway",
        +  "Raleway Dots",
        +  "Ramabhadra",
        +  "Ramaraja",
        +  "Rambla",
        +  "Rammetto One",
        +  "Rampart One",
        +  "Ramsina",
        +  "Ranchers",
        +  "Rancho",
        +  "Ranga",
        +  "Rasa",
        +  "Rationale",
        +  "Ravi Prakash",
        +  "Readex Pro",
        +  "Recursive",
        +  "Red Hat Display",
        +  "Red Hat Mono",
        +  "Red Hat Text",
        +  "Red Rose",
        +  "Redacted",
        +  "Redacted Script",
        +  "Reddit Mono",
        +  "Reddit Sans",
        +  "Reddit Sans Condensed",
        +  "Redressed",
        +  "Reem Kufi",
        +  "Reem Kufi Fun",
        +  "Reem Kufi Ink",
        +  "Reenie Beanie",
        +  "Reggae One",
        +  "Rethink Sans",
        +  "Revalia",
        +  "Rhodium Libre",
        +  "Ribeye",
        +  "Ribeye Marrow",
        +  "Righteous",
        +  "Risque",
        +  "Road Rage",
        +  "Roboto",
        +  "Roboto Condensed",
        +  "Roboto Flex",
        +  "Roboto Mono",
        +  "Roboto Serif",
        +  "Roboto Slab",
        +  "Rochester",
        +  "Rock 3D",
        +  "Rock Salt",
        +  "RocknRoll One",
        +  "Rokkitt",
        +  "Romanesco",
        +  "Ropa Sans",
        +  "Rosario",
        +  "Rosarivo",
        +  "Rouge Script",
        +  "Rowdies",
        +  "Rozha One",
        +  "Rubik",
        +  "Rubik 80s Fade",
        +  "Rubik Beastly",
        +  "Rubik Broken Fax",
        +  "Rubik Bubbles",
        +  "Rubik Burned",
        +  "Rubik Dirt",
        +  "Rubik Distressed",
        +  "Rubik Doodle Shadow",
        +  "Rubik Doodle Triangles",
        +  "Rubik Gemstones",
        +  "Rubik Glitch",
        +  "Rubik Glitch Pop",
        +  "Rubik Iso",
        +  "Rubik Lines",
        +  "Rubik Maps",
        +  "Rubik Marker Hatch",
        +  "Rubik Maze",
        +  "Rubik Microbe",
        +  "Rubik Mono One",
        +  "Rubik Moonrocks",
        +  "Rubik Pixels",
        +  "Rubik Puddles",
        +  "Rubik Scribble",
        +  "Rubik Spray Paint",
        +  "Rubik Storm",
        +  "Rubik Vinyl",
        +  "Rubik Wet Paint",
        +  "Ruda",
        +  "Rufina",
        +  "Ruge Boogie",
        +  "Ruluko",
        +  "Rum Raisin",
        +  "Ruslan Display",
        +  "Russo One",
        +  "Ruthie",
        +  "Ruwudu",
        +  "Rye",
        +  "SN Pro",
        +  "STIX Two Math",
        +  "STIX Two Text",
        +  "SUSE",
        +  "SUSE Mono",
        +  "Sacramento",
        +  "Sahitya",
        +  "Sail",
        +  "Saira",
        +  "Saira Condensed",
        +  "Saira Extra Condensed",
        +  "Saira Semi Condensed",
        +  "Saira Stencil",
        +  "Salsa",
        +  "Sanchez",
        +  "Sancreek",
        +  "Sankofa Display",
        +  "Sansation",
        +  "Sansita",
        +  "Sansita Swashed",
        +  "Sarabun",
        +  "Sarala",
        +  "Sarina",
        +  "Sarpanch",
        +  "Sassy Frass",
        +  "Satisfy",
        +  "Savate",
        +  "Sawarabi Gothic",
        +  "Sawarabi Mincho",
        +  "Scada",
        +  "Scheherazade New",
        +  "Schibsted Grotesk",
        +  "Schoolbell",
        +  "Science Gothic",
        +  "Scope One",
        +  "Seaweed Script",
        +  "Secular One",
        +  "Sedan",
        +  "Sedan SC",
        +  "Sedgwick Ave",
        +  "Sedgwick Ave Display",
        +  "Sekuya",
        +  "Sen",
        +  "Send Flowers",
        +  "Sevillana",
        +  "Seymour One",
        +  "Shadows Into Light",
        +  "Shadows Into Light Two",
        +  "Shafarik",
        +  "Shalimar",
        +  "Shantell Sans",
        +  "Shanti",
        +  "Share",
        +  "Share Tech",
        +  "Share Tech Mono",
        +  "Shippori Antique",
        +  "Shippori Antique B1",
        +  "Shippori Mincho",
        +  "Shippori Mincho B1",
        +  "Shizuru",
        +  "Shojumaru",
        +  "Short Stack",
        +  "Shrikhand",
        +  "Siemreap",
        +  "Sigmar",
        +  "Sigmar One",
        +  "Signika",
        +  "Signika Negative",
        +  "Silkscreen",
        +  "Simonetta",
        +  "Single Day",
        +  "Sintony",
        +  "Sirin Stencil",
        +  "Sirivennela",
        +  "Six Caps",
        +  "Sixtyfour",
        +  "Sixtyfour Convergence",
        +  "Skranji",
        +  "Slabo 13px",
        +  "Slabo 27px",
        +  "Slackey",
        +  "Slackside One",
        +  "Smokum",
        +  "Smooch",
        +  "Smooch Sans",
        +  "Smythe",
        +  "Sniglet",
        +  "Snippet",
        +  "Snowburst One",
        +  "Sofadi One",
        +  "Sofia",
        +  "Sofia Sans",
        +  "Sofia Sans Condensed",
        +  "Sofia Sans Extra Condensed",
        +  "Sofia Sans Semi Condensed",
        +  "Solitreo",
        +  "Solway",
        +  "Sometype Mono",
        +  "Song Myung",
        +  "Sono",
        +  "Sonsie One",
        +  "Sora",
        +  "Sorts Mill Goudy",
        +  "Sour Gummy",
        +  "Source Code Pro",
        +  "Source Sans 3",
        +  "Source Serif 4",
        +  "Space Grotesk",
        +  "Space Mono",
        +  "Special Elite",
        +  "Special Gothic",
        +  "Special Gothic Condensed One",
        +  "Special Gothic Expanded One",
        +  "Spectral",
        +  "Spectral SC",
        +  "Spicy Rice",
        +  "Spinnaker",
        +  "Spirax",
        +  "Splash",
        +  "Spline Sans",
        +  "Spline Sans Mono",
        +  "Squada One",
        +  "Square Peg",
        +  "Sree Krushnadevaraya",
        +  "Sriracha",
        +  "Srisakdi",
        +  "Staatliches",
        +  "Stack Sans Headline",
        +  "Stack Sans Notch",
        +  "Stack Sans Text",
        +  "Stalemate",
        +  "Stalinist One",
        +  "Stardos Stencil",
        +  "Stick",
        +  "Stick No Bills",
        +  "Stint Ultra Condensed",
        +  "Stint Ultra Expanded",
        +  "Stoke",
        +  "Story Script",
        +  "Strait",
        +  "Strichpunkt Sans",
        +  "Style Script",
        +  "Stylish",
        +  "Sue Ellen Francisco",
        +  "Suez One",
        +  "Sulphur Point",
        +  "Sumana",
        +  "Sunflower",
        +  "Sunshiney",
        +  "Supermercado One",
        +  "Sura",
        +  "Suranna",
        +  "Suravaram",
        +  "Suwannaphum",
        +  "Swanky and Moo Moo",
        +  "Syncopate",
        +  "Syne",
        +  "Syne Mono",
        +  "Syne Tactile",
        +  "TASA Explorer",
        +  "TASA Orbiter",
        +  "Tac One",
        +  "Tagesschrift",
        +  "Tai Heritage Pro",
        +  "Tajawal",
        +  "Tangerine",
        +  "Tapestry",
        +  "Taprom",
        +  "Tauri",
        +  "Taviraj",
        +  "Teachers",
        +  "Teko",
        +  "Tektur",
        +  "Telex",
        +  "Tenali Ramakrishna",
        +  "Tenor Sans",
        +  "Text Me One",
        +  "Texturina",
        +  "Thasadith",
        +  "The Girl Next Door",
        +  "The Nautigal",
        +  "Tienne",
        +  "TikTok Sans",
        +  "Tillana",
        +  "Tilt Neon",
        +  "Tilt Prism",
        +  "Tilt Warp",
        +  "Timmana",
        +  "Tinos",
        +  "Tiny5",
        +  "Tiro Bangla",
        +  "Tiro Devanagari Hindi",
        +  "Tiro Devanagari Marathi",
        +  "Tiro Devanagari Sanskrit",
        +  "Tiro Gurmukhi",
        +  "Tiro Kannada",
        +  "Tiro Tamil",
        +  "Tiro Telugu",
        +  "Tirra",
        +  "Titan One",
        +  "Titillium Web",
        +  "Tomorrow",
        +  "Tourney",
        +  "Trade Winds",
        +  "Train One",
        +  "Triodion",
        +  "Trirong",
        +  "Trispace",
        +  "Trocchi",
        +  "Trochut",
        +  "Truculenta",
        +  "Trykker",
        +  "Tsukimi Rounded",
        +  "Tuffy",
        +  "Tulpen One",
        +  "Turret Road",
        +  "Twinkle Star",
        +  "Ubuntu",
        +  "Ubuntu Condensed",
        +  "Ubuntu Mono",
        +  "Ubuntu Sans",
        +  "Ubuntu Sans Mono",
        +  "Uchen",
        +  "Ultra",
        +  "Unbounded",
        +  "Uncial Antiqua",
        +  "Underdog",
        +  "Unica One",
        +  "UnifrakturCook",
        +  "UnifrakturMaguntia",
        +  "Unkempt",
        +  "Unlock",
        +  "Unna",
        +  "UoqMunThenKhung",
        +  "Updock",
        +  "Urbanist",
        +  "VT323",
        +  "Vampiro One",
        +  "Varela",
        +  "Varela Round",
        +  "Varta",
        +  "Vast Shadow",
        +  "Vazirmatn",
        +  "Vend Sans",
        +  "Vesper Libre",
        +  "Viaoda Libre",
        +  "Vibes",
        +  "Vibur",
        +  "Victor Mono",
        +  "Vidaloka",
        +  "Viga",
        +  "Vina Sans",
        +  "Voces",
        +  "Volkhov",
        +  "Vollkorn",
        +  "Vollkorn SC",
        +  "Voltaire",
        +  "Vujahday Script",
        +  "WDXL Lubrifont JP N",
        +  "WDXL Lubrifont SC",
        +  "WDXL Lubrifont TC",
        +  "Waiting for the Sunrise",
        +  "Wallpoet",
        +  "Walter Turncoat",
        +  "Warnes",
        +  "Water Brush",
        +  "Waterfall",
        +  "Wavefont",
        +  "Wellfleet",
        +  "Wendy One",
        +  "Whisper",
        +  "WindSong",
        +  "Winky Rough",
        +  "Winky Sans",
        +  "Wire One",
        +  "Wittgenstein",
        +  "Wix Madefor Display",
        +  "Wix Madefor Text",
        +  "Work Sans",
        +  "Workbench",
        +  "Xanh Mono",
        +  "Yaldevi",
        +  "Yanone Kaffeesatz",
        +  "Yantramanav",
        +  "Yarndings 12",
        +  "Yarndings 12 Charted",
        +  "Yarndings 20",
        +  "Yarndings 20 Charted",
        +  "Yatra One",
        +  "Yellowtail",
        +  "Yeon Sung",
        +  "Yeseva One",
        +  "Yesteryear",
        +  "Yomogi",
        +  "Young Serif",
        +  "Yrsa",
        +  "Ysabeau",
        +  "Ysabeau Infant",
        +  "Ysabeau Office",
        +  "Ysabeau SC",
        +  "Yuji Boku",
        +  "Yuji Hentaigana Akari",
        +  "Yuji Hentaigana Akebono",
        +  "Yuji Mai",
        +  "Yuji Syuku",
        +  "Yusei Magic",
        +  "Yuyu",
        +  "Yuyu Short",
        +  "ZCOOL KuaiLe",
        +  "ZCOOL QingKe HuangYou",
        +  "ZCOOL XiaoWei",
        +  "Zain",
        +  "Zalando Sans",
        +  "Zalando Sans Expanded",
        +  "Zalando Sans SemiExpanded",
        +  "Zen Antique",
        +  "Zen Antique Soft",
        +  "Zen Dots",
        +  "Zen Kaku Gothic Antique",
        +  "Zen Kaku Gothic New",
        +  "Zen Kurenaido",
        +  "Zen Loop",
        +  "Zen Maru Gothic",
        +  "Zen Old Mincho",
        +  "Zen Tokyo Zoo",
        +  "Zeyada",
        +  "Zhi Mang Xing",
        +  "Zilla Slab",
        +  "Zilla Slab Highlight"
        +]
      • addedOutput schema / properties / validation / properties / suggestedConfig / properties / themeOverrides / properties / titleFontFamily / enum
        Added value: +[
        +  "ABeeZee",
        +  "ADLaM Display",
        +  "AR One Sans",
        +  "Abel",
        +  "Abhaya Libre",
        +  "Aboreto",
        +  "Abril Fatface",
        +  "Abyssinica SIL",
        +  "Aclonica",
        +  "Acme",
        +  "Actor",
        +  "Adamina",
        +  "Advent Pro",
        +  "Afacad",
        +  "Afacad Flux",
        +  "Agbalumo",
        +  "Agdasima",
        +  "Agu Display",
        +  "Aguafina Script",
        +  "Akatab",
        +  "Akaya Kanadaka",
        +  "Akaya Telivigala",
        +  "Akronim",
        +  "Akshar",
        +  "Akt",
        +  "Aladin",
        +  "Alan Sans",
        +  "Alata",
        +  "Alatsi",
        +  "Albert Sans",
        +  "Aldrich",
        +  "Alef",
        +  "Alegreya",
        +  "Alegreya SC",
        +  "Alegreya Sans",
        +  "Alegreya Sans SC",
        +  "Aleo",
        +  "Alex Brush",
        +  "Alexandria",
        +  "Alfa Slab One",
        +  "Alice",
        +  "Alien Block",
        +  "Alike",
        +  "Alike Angular",
        +  "Alkalami",
        +  "Alkatra",
        +  "Allan",
        +  "Allerta",
        +  "Allerta Stencil",
        +  "Allison",
        +  "Allkin",
        +  "Allura",
        +  "Almarai",
        +  "Almendra",
        +  "Almendra Display",
        +  "Almendra SC",
        +  "Alumni Sans",
        +  "Alumni Sans Collegiate One",
        +  "Alumni Sans Inline One",
        +  "Alumni Sans Pinstripe",
        +  "Alumni Sans SC",
        +  "Alyamama",
        +  "Amarante",
        +  "Amaranth",
        +  "Amarna",
        +  "Amatic SC",
        +  "Amethysta",
        +  "Amiko",
        +  "Amiri",
        +  "Amiri Quran",
        +  "Amita",
        +  "Anaheim",
        +  "Ancizar Sans",
        +  "Ancizar Serif",
        +  "Andada Pro",
        +  "Andika",
        +  "Anek Bangla",
        +  "Anek Devanagari",
        +  "Anek Gujarati",
        +  "Anek Gurmukhi",
        +  "Anek Kannada",
        +  "Anek Latin",
        +  "Anek Malayalam",
        +  "Anek Odia",
        +  "Anek Tamil",
        +  "Anek Telugu",
        +  "Angkor",
        +  "Annapurna SIL",
        +  "Annie Use Your Telescope",
        +  "Anonymous Pro",
        +  "Anta",
        +  "Antic",
        +  "Antic Didone",
        +  "Antic Slab",
        +  "Anton",
        +  "Anton SC",
        +  "Antonio",
        +  "Anuphan",
        +  "Anybody",
        +  "Aoboshi One",
        +  "Arapey",
        +  "Arbutus",
        +  "Arbutus Slab",
        +  "Architects Daughter",
        +  "Archivo",
        +  "Archivo Black",
        +  "Archivo Narrow",
        +  "Are You Serious",
        +  "Aref Ruqaa",
        +  "Aref Ruqaa Ink",
        +  "Arima",
        +  "Arimo",
        +  "Arizonia",
        +  "Armata",
        +  "Arsenal",
        +  "Arsenal SC",
        +  "Artifika",
        +  "Arvo",
        +  "Arya",
        +  "Asap",
        +  "Asap Condensed",
        +  "Asar",
        +  "Asimovian",
        +  "Asset",
        +  "Assistant",
        +  "Asta Sans",
        +  "Astloch",
        +  "Asul",
        +  "Athiti",
        +  "Atkinson Hyperlegible",
        +  "Atkinson Hyperlegible Mono",
        +  "Atkinson Hyperlegible Next",
        +  "Atma",
        +  "Atomic Age",
        +  "Aubrey",
        +  "Audiowide",
        +  "Autour One",
        +  "Average",
        +  "Average Sans",
        +  "Averia Gruesa Libre",
        +  "Averia Libre",
        +  "Averia Sans Libre",
        +  "Averia Serif Libre",
        +  "Azeret Mono",
        +  "B612",
        +  "B612 Mono",
        +  "BBH Bartle",
        +  "BBH Bogle",
        +  "BBH Hegarty",
        +  "BIZ UDGothic",
        +  "BIZ UDMincho",
        +  "BIZ UDPGothic",
        +  "BIZ UDPMincho",
        +  "BJCree",
        +  "Babylonica",
        +  "Bacasime Antique",
        +  "Bad Script",
        +  "Badeen Display",
        +  "Bagel Fat One",
        +  "Bahiana",
        +  "Bahianita",
        +  "Bai Jamjuree",
        +  "Bakbak One",
        +  "Ballet",
        +  "Baloo 2",
        +  "Baloo Bhai 2",
        +  "Baloo Bhaijaan 2",
        +  "Baloo Bhaina 2",
        +  "Baloo Chettan 2",
        +  "Baloo Da 2",
        +  "Baloo Paaji 2",
        +  "Baloo Tamma 2",
        +  "Baloo Tammudu 2",
        +  "Baloo Thambi 2",
        +  "Balsamiq Sans",
        +  "Balthazar",
        +  "Bangers",
        +  "Barlow",
        +  "Barlow Condensed",
        +  "Barlow Semi Condensed",
        +  "Barriecito",
        +  "Barrio",
        +  "Basic",
        +  "Baskervville",
        +  "Baskervville SC",
        +  "Battambang",
        +  "Baumans",
        +  "Bayon",
        +  "Be Vietnam Pro",
        +  "Beau Rivage",
        +  "Bebas Neue",
        +  "Beiruti",
        +  "Belanosima",
        +  "Belgrano",
        +  "Bellefair",
        +  "Belleza",
        +  "Bellota",
        +  "Bellota Text",
        +  "BenchNine",
        +  "Benne",
        +  "Bentham",
        +  "Berkshire Swash",
        +  "Besley",
        +  "Betania Patmos",
        +  "Betania Patmos GDL",
        +  "Betania Patmos In",
        +  "Betania Patmos In GDL",
        +  "Beth Ellen",
        +  "Bevan",
        +  "BhuTuka Expanded One",
        +  "Big Shoulders",
        +  "Big Shoulders Inline",
        +  "Big Shoulders Stencil",
        +  "Bigelow Rules",
        +  "Bigshot One",
        +  "Bilbo",
        +  "Bilbo Swash Caps",
        +  "BioRhyme",
        +  "BioRhyme Expanded",
        +  "Birthstone",
        +  "Birthstone Bounce",
        +  "Biryani",
        +  "Bitcount",
        +  "Bitcount Grid Double",
        +  "Bitcount Grid Double Ink",
        +  "Bitcount Grid Single",
        +  "Bitcount Grid Single Ink",
        +  "Bitcount Ink",
        +  "Bitcount Prop Double",
        +  "Bitcount Prop Double Ink",
        +  "Bitcount Prop Single",
        +  "Bitcount Prop Single Ink",
        +  "Bitcount Single",
        +  "Bitcount Single Ink",
        +  "Bitter",
        +  "Black And White Picture",
        +  "Black Han Sans",
        +  "Black Ops One",
        +  "Blaka",
        +  "Blaka Hollow",
        +  "Blaka Ink",
        +  "Blinker",
        +  "Bodoni Moda",
        +  "Bodoni Moda SC",
        +  "Bokor",
        +  "Boldonse",
        +  "Bona Nova",
        +  "Bona Nova SC",
        +  "Bonbon",
        +  "Bonheur Royale",
        +  "Boogaloo",
        +  "Borel",
        +  "Bowlby One",
        +  "Bowlby One SC",
        +  "Bpmf Huninn",
        +  "Bpmf Iansui",
        +  "Bpmf Zihi Kai Std",
        +  "Braah One",
        +  "Brawler",
        +  "Bree Serif",
        +  "Bricolage Grotesque",
        +  "Bruno Ace",
        +  "Bruno Ace SC",
        +  "Brygada 1918",
        +  "Bubblegum Sans",
        +  "Bubbler One",
        +  "Buda",
        +  "Buenard",
        +  "Bungee",
        +  "Bungee Hairline",
        +  "Bungee Inline",
        +  "Bungee Outline",
        +  "Bungee Shade",
        +  "Bungee Spice",
        +  "Bungee Tint",
        +  "Butcherman",
        +  "Butterfly Kids",
        +  "Bytesized",
        +  "Cabin",
        +  "Cabin Condensed",
        +  "Cabin Sketch",
        +  "Cactus Classical Serif",
        +  "Caesar Dressing",
        +  "Cagliostro",
        +  "Cairo",
        +  "Cairo Play",
        +  "Cal Sans",
        +  "Caladea",
        +  "Calistoga",
        +  "Calligraffitti",
        +  "Cambay",
        +  "Cambo",
        +  "Candal",
        +  "Cantarell",
        +  "Cantata One",
        +  "Cantora One",
        +  "Caprasimo",
        +  "Capriola",
        +  "Caramel",
        +  "Carattere",
        +  "Cardo",
        +  "Carlito",
        +  "Carme",
        +  "Carrois Gothic",
        +  "Carrois Gothic SC",
        +  "Carter One",
        +  "Cascadia Code",
        +  "Cascadia Mono",
        +  "Castoro",
        +  "Castoro Titling",
        +  "Catamaran",
        +  "Caudex",
        +  "Cause",
        +  "Caveat",
        +  "Caveat Brush",
        +  "Cedarville Cursive",
        +  "Ceviche One",
        +  "Chakra Petch",
        +  "Changa",
        +  "Changa One",
        +  "Chango",
        +  "Charis SIL",
        +  "Charm",
        +  "Charmonman",
        +  "Chathura",
        +  "Chau Philomene One",
        +  "Chela One",
        +  "Chelsea Market",
        +  "Chenla",
        +  "Cherish",
        +  "Cherry Bomb One",
        +  "Cherry Cream Soda",
        +  "Cherry Swash",
        +  "Chewy",
        +  "Chicle",
        +  "Chilanka",
        +  "Chiron GoRound TC",
        +  "Chiron Hei HK",
        +  "Chiron Sung HK",
        +  "Chivo",
        +  "Chivo Mono",
        +  "Chocolate Classical Sans",
        +  "Chokokutai",
        +  "Chonburi",
        +  "Cinzel",
        +  "Cinzel Decorative",
        +  "Clicker Script",
        +  "Climate Crisis",
        +  "Coda",
        +  "Codystar",
        +  "Coiny",
        +  "Combo",
        +  "Comfortaa",
        +  "Comforter",
        +  "Comforter Brush",
        +  "Comic Neue",
        +  "Comic Relief",
        +  "Coming Soon",
        +  "Comme",
        +  "Commissioner",
        +  "Concert One",
        +  "Condiment",
        +  "Content",
        +  "Contrail One",
        +  "Convergence",
        +  "Cookie",
        +  "Copse",
        +  "Coral Pixels",
        +  "Corben",
        +  "Corinthia",
        +  "Cormorant",
        +  "Cormorant Garamond",
        +  "Cormorant Infant",
        +  "Cormorant SC",
        +  "Cormorant Unicase",
        +  "Cormorant Upright",
        +  "Cossette Texte",
        +  "Cossette Titre",
        +  "Courgette",
        +  "Courier Prime",
        +  "Cousine",
        +  "Coustard",
        +  "Covered By Your Grace",
        +  "Crafty Girls",
        +  "Creepster",
        +  "Crete Round",
        +  "Crimson Pro",
        +  "Crimson Text",
        +  "Croissant One",
        +  "Crushed",
        +  "Cuprum",
        +  "Cute Font",
        +  "Cutive",
        +  "Cutive Mono",
        +  "DM Mono",
        +  "DM Sans",
        +  "DM Serif Display",
        +  "DM Serif Text",
        +  "Dai Banna SIL",
        +  "Damion",
        +  "Dancing Script",
        +  "Danfo",
        +  "Dangrek",
        +  "Darker Grotesque",
        +  "Darumadrop One",
        +  "Datatype",
        +  "David Libre",
        +  "Dawning of a New Day",
        +  "Days One",
        +  "Dekko",
        +  "Dela Gothic One",
        +  "Delicious Handrawn",
        +  "Delius",
        +  "Delius Swash Caps",
        +  "Delius Unicase",
        +  "Della Respira",
        +  "Denk One",
        +  "Devonshire",
        +  "Dhurjati",
        +  "Didact Gothic",
        +  "Diphylleia",
        +  "Diplomata",
        +  "Diplomata SC",
        +  "Do Hyeon",
        +  "Dokdo",
        +  "Domine",
        +  "Donegal One",
        +  "Dongle",
        +  "Doppio One",
        +  "Dorsa",
        +  "Dosis",
        +  "DotGothic16",
        +  "Doto",
        +  "Dr Sugiyama",
        +  "Duru Sans",
        +  "DynaPuff",
        +  "Dynalight",
        +  "EB Garamond",
        +  "Eagle Lake",
        +  "East Sea Dokdo",
        +  "Eater",
        +  "Economica",
        +  "Eczar",
        +  "Edu AU VIC WA NT Arrows",
        +  "Edu AU VIC WA NT Dots",
        +  "Edu AU VIC WA NT Guides",
        +  "Edu AU VIC WA NT Hand",
        +  "Edu AU VIC WA NT Pre",
        +  "Edu NSW ACT Cursive",
        +  "Edu NSW ACT Foundation",
        +  "Edu NSW ACT Hand Pre",
        +  "Edu QLD Beginner",
        +  "Edu QLD Hand",
        +  "Edu SA Beginner",
        +  "Edu SA Hand",
        +  "Edu TAS Beginner",
        +  "Edu VIC WA NT Beginner",
        +  "Edu VIC WA NT Hand",
        +  "Edu VIC WA NT Hand Pre",
        +  "El Messiri",
        +  "Electrolize",
        +  "Elms Sans",
        +  "Elsie",
        +  "Elsie Swash Caps",
        +  "Emblema One",
        +  "Emilys Candy",
        +  "Encode Sans",
        +  "Encode Sans Condensed",
        +  "Encode Sans Expanded",
        +  "Encode Sans SC",
        +  "Encode Sans Semi Condensed",
        +  "Encode Sans Semi Expanded",
        +  "Engagement",
        +  "Englebert",
        +  "Enriqueta",
        +  "Ephesis",
        +  "Epilogue",
        +  "Epunda Sans",
        +  "Epunda Slab",
        +  "Erica One",
        +  "Esteban",
        +  "Estedad",
        +  "Estonia",
        +  "Euphoria Script",
        +  "Ewert",
        +  "Exile",
        +  "Exo",
        +  "Exo 2",
        +  "Expletus Sans",
        +  "Explora",
        +  "Faculty Glyphic",
        +  "Fahkwang",
        +  "Familjen Grotesk",
        +  "Fanwood Text",
        +  "Farro",
        +  "Farsan",
        +  "Fascinate",
        +  "Fascinate Inline",
        +  "Faster One",
        +  "Fasthand",
        +  "Fauna One",
        +  "Faustina",
        +  "Federant",
        +  "Federo",
        +  "Felipa",
        +  "Fenix",
        +  "Festive",
        +  "Figtree",
        +  "Finger Paint",
        +  "Finlandica Headline",
        +  "Finlandica Text",
        +  "Fira Code",
        +  "Fira Mono",
        +  "Fira Sans",
        +  "Fira Sans Condensed",
        +  "Fira Sans Extra Condensed",
        +  "Fjalla One",
        +  "Fjord One",
        +  "Flamenco",
        +  "Flavors",
        +  "Fleur De Leah",
        +  "Flow Block",
        +  "Flow Circular",
        +  "Flow Rounded",
        +  "Foldit",
        +  "Fondamento",
        +  "Fontdiner Swanky",
        +  "Forum",
        +  "Fragment Mono",
        +  "Francois One",
        +  "Frank Ruhl Libre",
        +  "Fraunces",
        +  "Freckle Face",
        +  "Fredericka the Great",
        +  "Fredoka",
        +  "Freehand",
        +  "Freeman",
        +  "Fresca",
        +  "Frijole",
        +  "Fruktur",
        +  "Fugaz One",
        +  "Fuggles",
        +  "Funnel Display",
        +  "Funnel Sans",
        +  "Fustat",
        +  "Fuzzy Bubbles",
        +  "GFS Didot",
        +  "GFS Neohellenic",
        +  "Ga Maamli",
        +  "Gabarito",
        +  "Gabriela",
        +  "Gaegu",
        +  "Gafata",
        +  "Gajraj One",
        +  "Galada",
        +  "Galdeano",
        +  "Galindo",
        +  "Gamja Flower",
        +  "Gantari",
        +  "Gasoek One",
        +  "Gayathri",
        +  "Geist",
        +  "Geist Mono",
        +  "Geist Pixel",
        +  "Gelasio",
        +  "Gemunu Libre",
        +  "Genos",
        +  "Gentium Book Plus",
        +  "Gentium Plus",
        +  "Geo",
        +  "Geologica",
        +  "Geom",
        +  "Geomini",
        +  "Georama",
        +  "Geostar",
        +  "Geostar Fill",
        +  "Germania One",
        +  "Gideon Roman",
        +  "Gidole",
        +  "Gidugu",
        +  "Gilda Display",
        +  "Girassol",
        +  "Give You Glory",
        +  "Glass Antiqua",
        +  "Glegoo",
        +  "Gloock",
        +  "Gloria Hallelujah",
        +  "Glory",
        +  "Gluten",
        +  "Goblin One",
        +  "Gochi Hand",
        +  "Goldman",
        +  "Golos Text",
        +  "Google Sans",
        +  "Google Sans Code",
        +  "Google Sans Flex",
        +  "Gorditas",
        +  "Gothic A1",
        +  "Gotu",
        +  "Goudy Bookletter 1911",
        +  "Gowun Batang",
        +  "Gowun Dodum",
        +  "Graduate",
        +  "Grand Hotel",
        +  "Grandiflora One",
        +  "Grandstander",
        +  "Grape Nuts",
        +  "Gravitas One",
        +  "Great Vibes",
        +  "Grechen Fuemen",
        +  "Grenze",
        +  "Grenze Gotisch",
        +  "Grey Qo",
        +  "Griffy",
        +  "Gruppo",
        +  "Gudea",
        +  "Gugi",
        +  "Gulzar",
        +  "Gupter",
        +  "Gurajada",
        +  "Gveret Levin",
        +  "Gwendolyn",
        +  "Habibi",
        +  "Hachi Maru Pop",
        +  "Hahmlet",
        +  "Halant",
        +  "Hammersmith One",
        +  "Hanalei",
        +  "Hanalei Fill",
        +  "Handjet",
        +  "Handlee",
        +  "Hanken Grotesk",
        +  "Hanuman",
        +  "Happy Monkey",
        +  "Harmattan",
        +  "Headland One",
        +  "Hedvig Letters Sans",
        +  "Hedvig Letters Serif",
        +  "Heebo",
        +  "Henny Penny",
        +  "Hepta Slab",
        +  "Herr Von Muellerhoff",
        +  "Hi Melody",
        +  "Hibur Mono",
        +  "Hina Mincho",
        +  "Hind",
        +  "Hind Guntur",
        +  "Hind Madurai",
        +  "Hind Mysuru",
        +  "Hind Siliguri",
        +  "Hind Vadodara",
        +  "Holtwood One SC",
        +  "Homemade Apple",
        +  "Homenaje",
        +  "Honk",
        +  "Host Grotesk",
        +  "Hubballi",
        +  "Hubot Sans",
        +  "Huninn",
        +  "Hurricane",
        +  "IBM Plex Mono",
        +  "IBM Plex Sans",
        +  "IBM Plex Sans Arabic",
        +  "IBM Plex Sans Condensed",
        +  "IBM Plex Sans Devanagari",
        +  "IBM Plex Sans Hebrew",
        +  "IBM Plex Sans JP",
        +  "IBM Plex Sans KR",
        +  "IBM Plex Sans Thai",
        +  "IBM Plex Sans Thai Looped",
        +  "IBM Plex Serif",
        +  "IM Fell DW Pica",
        +  "IM Fell DW Pica SC",
        +  "IM Fell Double Pica",
        +  "IM Fell Double Pica SC",
        +  "IM Fell English",
        +  "IM Fell English SC",
        +  "IM Fell French Canon",
        +  "IM Fell French Canon SC",
        +  "IM Fell Great Primer",
        +  "IM Fell Great Primer SC",
        +  "Iansui",
        +  "Ibarra Real Nova",
        +  "Iceberg",
        +  "Iceland",
        +  "Idiqlat",
        +  "Imbue",
        +  "Imperial Script",
        +  "Imprima",
        +  "Inclusive Sans",
        +  "Inconsolata",
        +  "Inder",
        +  "Indie Flower",
        +  "Ingrid Darling",
        +  "Inika",
        +  "Inknut Antiqua",
        +  "Inria Sans",
        +  "Inria Serif",
        +  "Inspiration",
        +  "Instrument Sans",
        +  "Instrument Serif",
        +  "Intel One Mono",
        +  "Inter",
        +  "Inter Tight",
        +  "Iosevka Charon",
        +  "Iosevka Charon Mono",
        +  "Irish Grover",
        +  "Island Moments",
        +  "Istok Web",
        +  "Italiana",
        +  "Italianno",
        +  "Itim",
        +  "Jacquard 12",
        +  "Jacquard 12 Charted",
        +  "Jacquard 24",
        +  "Jacquard 24 Charted",
        +  "Jacquarda Bastarda 9",
        +  "Jacquarda Bastarda 9 Charted",
        +  "Jacques Francois",
        +  "Jacques Francois Shadow",
        +  "Jaini",
        +  "Jaini Purva",
        +  "Jaldi",
        +  "Jaro",
        +  "Jersey 10",
        +  "Jersey 10 Charted",
        +  "Jersey 15",
        +  "Jersey 15 Charted",
        +  "Jersey 20",
        +  "Jersey 20 Charted",
        +  "Jersey 25",
        +  "Jersey 25 Charted",
        +  "JetBrains Mono",
        +  "Jim Nightshade",
        +  "Joan",
        +  "Jockey One",
        +  "Jolly Lodger",
        +  "Jomhuria",
        +  "Jomolhari",
        +  "Josefin Sans",
        +  "Josefin Slab",
        +  "Jost",
        +  "Joti One",
        +  "Jua",
        +  "Judson",
        +  "Julee",
        +  "Julius Sans One",
        +  "Junge",
        +  "Jura",
        +  "Just Another Hand",
        +  "Just Me Again Down Here",
        +  "K2D",
        +  "Kablammo",
        +  "Kadwa",
        +  "Kaisei Decol",
        +  "Kaisei HarunoUmi",
        +  "Kaisei Opti",
        +  "Kaisei Tokumin",
        +  "Kalam",
        +  "Kalnia",
        +  "Kalnia Glaze",
        +  "Kameron",
        +  "Kanchenjunga",
        +  "Kanit",
        +  "Kantumruy Pro",
        +  "Kapakana",
        +  "Karantina",
        +  "Karla",
        +  "Karla Tamil Inclined",
        +  "Karla Tamil Upright",
        +  "Karma",
        +  "Katibeh",
        +  "Kaushan Script",
        +  "Kavivanar",
        +  "Kavoon",
        +  "Kay Pho Du",
        +  "Kdam Thmor Pro",
        +  "Keania One",
        +  "Kedebideri",
        +  "Kelly Slab",
        +  "Kenia",
        +  "Khand",
        +  "Khmer",
        +  "Khula",
        +  "Kings",
        +  "Kirang Haerang",
        +  "Kite One",
        +  "Kiwi Maru",
        +  "Klee One",
        +  "Knewave",
        +  "KoHo",
        +  "Kodchasan",
        +  "Kode Mono",
        +  "Koh Santepheap",
        +  "Kolker Brush",
        +  "Konkhmer Sleokchher",
        +  "Kosugi",
        +  "Kosugi Maru",
        +  "Kotta One",
        +  "Koulen",
        +  "Kranky",
        +  "Kreon",
        +  "Kristi",
        +  "Krona One",
        +  "Krub",
        +  "Kufam",
        +  "Kulim Park",
        +  "Kumar One",
        +  "Kumar One Outline",
        +  "Kumbh Sans",
        +  "Kurale",
        +  "LINE Seed JP",
        +  "LXGW Marker Gothic",
        +  "LXGW WenKai Mono TC",
        +  "LXGW WenKai TC",
        +  "La Belle Aurore",
        +  "Labrada",
        +  "Lacquer",
        +  "Laila",
        +  "Lakki Reddy",
        +  "Lalezar",
        +  "Lancelot",
        +  "Langar",
        +  "Lateef",
        +  "Lato",
        +  "Lavishly Yours",
        +  "League Gothic",
        +  "League Script",
        +  "League Spartan",
        +  "Leckerli One",
        +  "Ledger",
        +  "Lekton",
        +  "Lemon",
        +  "Lemonada",
        +  "Lexend",
        +  "Lexend Deca",
        +  "Lexend Exa",
        +  "Lexend Giga",
        +  "Lexend Mega",
        +  "Lexend Peta",
        +  "Lexend Tera",
        +  "Lexend Zetta",
        +  "Libertinus Keyboard",
        +  "Libertinus Math",
        +  "Libertinus Mono",
        +  "Libertinus Sans",
        +  "Libertinus Serif",
        +  "Libertinus Serif Display",
        +  "Libre Barcode 128",
        +  "Libre Barcode 128 Text",
        +  "Libre Barcode 39",
        +  "Libre Barcode 39 Extended",
        +  "Libre Barcode 39 Extended Text",
        +  "Libre Barcode 39 Text",
        +  "Libre Barcode EAN13 Text",
        +  "Libre Baskerville",
        +  "Libre Bodoni",
        +  "Libre Caslon Display",
        +  "Libre Caslon Text",
        +  "Libre Franklin",
        +  "Licorice",
        +  "Life Savers",
        +  "Lilex",
        +  "Lilita One",
        +  "Lily Script One",
        +  "Limelight",
        +  "Linden Hill",
        +  "Linefont",
        +  "Lisu Bosa",
        +  "Liter",
        +  "Literata",
        +  "Liu Jian Mao Cao",
        +  "Livvic",
        +  "Lobster",
        +  "Lobster Two",
        +  "Londrina Outline",
        +  "Londrina Shadow",
        +  "Londrina Sketch",
        +  "Londrina Solid",
        +  "Long Cang",
        +  "Lora",
        +  "Love Light",
        +  "Love Ya Like A Sister",
        +  "Loved by the King",
        +  "Lovers Quarrel",
        +  "Luckiest Guy",
        +  "Lugrasimo",
        +  "Lumanosimo",
        +  "Lunasima",
        +  "Lusitana",
        +  "Lustria",
        +  "Luxurious Roman",
        +  "Luxurious Script",
        +  "M PLUS 1",
        +  "M PLUS 1 Code",
        +  "M PLUS 1p",
        +  "M PLUS 2",
        +  "M PLUS Code Latin",
        +  "M PLUS Rounded 1c",
        +  "M PLUS U",
        +  "Ma Shan Zheng",
        +  "Macondo",
        +  "Macondo Swash Caps",
        +  "Mada",
        +  "Madimi One",
        +  "Magra",
        +  "Maiden Orange",
        +  "Maitree",
        +  "Major Mono Display",
        +  "Mako",
        +  "Mali",
        +  "Mallanna",
        +  "Maname",
        +  "Mandali",
        +  "Manjari",
        +  "Manrope",
        +  "Mansalva",
        +  "Manuale",
        +  "Manufacturing Consent",
        +  "Marcellus",
        +  "Marcellus SC",
        +  "Marck Script",
        +  "Margarine",
        +  "Marhey",
        +  "Markazi Text",
        +  "Marko One",
        +  "Marmelad",
        +  "Martel",
        +  "Martel Sans",
        +  "Martian Mono",
        +  "Marvel",
        +  "Matangi",
        +  "Mate",
        +  "Mate SC",
        +  "Matemasie",
        +  "Material Icons",
        +  "Material Icons Outlined",
        +  "Material Icons Round",
        +  "Material Icons Sharp",
        +  "Material Icons Two Tone",
        +  "Material Symbols",
        +  "Material Symbols Outlined",
        +  "Material Symbols Rounded",
        +  "Material Symbols Sharp",
        +  "Maven Pro",
        +  "McLaren",
        +  "Mea Culpa",
        +  "Meddon",
        +  "MedievalSharp",
        +  "Medula One",
        +  "Meera Inimai",
        +  "Megrim",
        +  "Meie Script",
        +  "Menbere",
        +  "Meow Script",
        +  "Merienda",
        +  "Merriweather",
        +  "Merriweather Sans",
        +  "Metal",
        +  "Metal Mania",
        +  "Metamorphous",
        +  "Metrophobic",
        +  "Michroma",
        +  "Micro 5",
        +  "Micro 5 Charted",
        +  "Milonga",
        +  "Miltonian",
        +  "Miltonian Tattoo",
        +  "Mina",
        +  "Mingzat",
        +  "Miniver",
        +  "Miranda Sans",
        +  "Miriam Libre",
        +  "Mirza",
        +  "Miss Fajardose",
        +  "Mitr",
        +  "Mochiy Pop One",
        +  "Mochiy Pop P One",
        +  "Modak",
        +  "Modern Antiqua",
        +  "Moderustic",
        +  "Mogra",
        +  "Mohave",
        +  "Moirai One",
        +  "Molengo",
        +  "Molle",
        +  "Momo Signature",
        +  "Momo Trust Display",
        +  "Momo Trust Sans",
        +  "Mona Sans",
        +  "Monda",
        +  "Monofett",
        +  "Monomakh",
        +  "Monomaniac One",
        +  "Monoton",
        +  "Monsieur La Doulaise",
        +  "Montaga",
        +  "Montagu Slab",
        +  "MonteCarlo",
        +  "Montenegrin Gothic One",
        +  "Montez",
        +  "Montserrat",
        +  "Montserrat Alternates",
        +  "Montserrat Underline",
        +  "Moo Lah Lah",
        +  "Mooli",
        +  "Moon Dance",
        +  "Moul",
        +  "Moulpali",
        +  "Mountains of Christmas",
        +  "Mouse Memoirs",
        +  "Mozilla Headline",
        +  "Mozilla Text",
        +  "Mr Bedfort",
        +  "Mr Dafoe",
        +  "Mr De Haviland",
        +  "Mrs Saint Delafield",
        +  "Mrs Sheppards",
        +  "Ms Madi",
        +  "Mukta",
        +  "Mukta Mahee",
        +  "Mukta Malar",
        +  "Mukta Vaani",
        +  "Mulish",
        +  "Murecho",
        +  "MuseoModerno",
        +  "My Soul",
        +  "Mynerve",
        +  "Mystery Quest",
        +  "NTR",
        +  "Nabla",
        +  "Namdhinggo",
        +  "Nanum Brush Script",
        +  "Nanum Gothic",
        +  "Nanum Gothic Coding",
        +  "Nanum Myeongjo",
        +  "Nanum Pen Script",
        +  "Narnoor",
        +  "Nata Sans",
        +  "National Park",
        +  "Neonderthaw",
        +  "Nerko One",
        +  "Neucha",
        +  "Neuton",
        +  "New Amsterdam",
        +  "New Rocker",
        +  "New Tegomin",
        +  "News Cycle",
        +  "Newsreader",
        +  "Niconne",
        +  "Niramit",
        +  "Nixie One",
        +  "Nobile",
        +  "Nokora",
        +  "Norican",
        +  "Nosifer",
        +  "Notable",
        +  "Nothing You Could Do",
        +  "Noticia Text",
        +  "Noto Color Emoji",
        +  "Noto Emoji",
        +  "Noto Kufi Arabic",
        +  "Noto Music",
        +  "Noto Naskh Arabic",
        +  "Noto Nastaliq Urdu",
        +  "Noto Rashi Hebrew",
        +  "Noto Sans",
        +  "Noto Sans Adlam",
        +  "Noto Sans Adlam Unjoined",
        +  "Noto Sans Anatolian Hieroglyphs",
        +  "Noto Sans Arabic",
        +  "Noto Sans Armenian",
        +  "Noto Sans Avestan",
        +  "Noto Sans Balinese",
        +  "Noto Sans Bamum",
        +  "Noto Sans Bassa Vah",
        +  "Noto Sans Batak",
        +  "Noto Sans Bengali",
        +  "Noto Sans Bhaiksuki",
        +  "Noto Sans Brahmi",
        +  "Noto Sans Buginese",
        +  "Noto Sans Buhid",
        +  "Noto Sans Canadian Aboriginal",
        +  "Noto Sans Carian",
        +  "Noto Sans Caucasian Albanian",
        +  "Noto Sans Chakma",
        +  "Noto Sans Cham",
        +  "Noto Sans Cherokee",
        +  "Noto Sans Chorasmian",
        +  "Noto Sans Coptic",
        +  "Noto Sans Cuneiform",
        +  "Noto Sans Cypriot",
        +  "Noto Sans Cypro Minoan",
        +  "Noto Sans Deseret",
        +  "Noto Sans Devanagari",
        +  "Noto Sans Display",
        +  "Noto Sans Duployan",
        +  "Noto Sans Egyptian Hieroglyphs",
        +  "Noto Sans Elbasan",
        +  "Noto Sans Elymaic",
        +  "Noto Sans Ethiopic",
        +  "Noto Sans Georgian",
        +  "Noto Sans Glagolitic",
        +  "Noto Sans Gothic",
        +  "Noto Sans Grantha",
        +  "Noto Sans Gujarati",
        +  "Noto Sans Gunjala Gondi",
        +  "Noto Sans Gurmukhi",
        +  "Noto Sans HK",
        +  "Noto Sans Hanifi Rohingya",
        +  "Noto Sans Hanunoo",
        +  "Noto Sans Hatran",
        +  "Noto Sans Hebrew",
        +  "Noto Sans Imperial Aramaic",
        +  "Noto Sans Indic Siyaq Numbers",
        +  "Noto Sans Inscriptional Pahlavi",
        +  "Noto Sans Inscriptional Parthian",
        +  "Noto Sans JP",
        +  "Noto Sans Javanese",
        +  "Noto Sans KR",
        +  "Noto Sans Kaithi",
        +  "Noto Sans Kannada",
        +  "Noto Sans Kawi",
        +  "Noto Sans Kayah Li",
        +  "Noto Sans Kharoshthi",
        +  "Noto Sans Khmer",
        +  "Noto Sans Khojki",
        +  "Noto Sans Khudawadi",
        +  "Noto Sans Lao",
        +  "Noto Sans Lao Looped",
        +  "Noto Sans Lepcha",
        +  "Noto Sans Limbu",
        +  "Noto Sans Linear A",
        +  "Noto Sans Linear B",
        +  "Noto Sans Lisu",
        +  "Noto Sans Lycian",
        +  "Noto Sans Lydian",
        +  "Noto Sans Mahajani",
        +  "Noto Sans Malayalam",
        +  "Noto Sans Mandaic",
        +  "Noto Sans Manichaean",
        +  "Noto Sans Marchen",
        +  "Noto Sans Masaram Gondi",
        +  "Noto Sans Math",
        +  "Noto Sans Mayan Numerals",
        +  "Noto Sans Medefaidrin",
        +  "Noto Sans Meetei Mayek",
        +  "Noto Sans Mende Kikakui",
        +  "Noto Sans Meroitic",
        +  "Noto Sans Miao",
        +  "Noto Sans Modi",
        +  "Noto Sans Mongolian",
        +  "Noto Sans Mono",
        +  "Noto Sans Mro",
        +  "Noto Sans Multani",
        +  "Noto Sans Myanmar",
        +  "Noto Sans NKo",
        +  "Noto Sans NKo Unjoined",
        +  "Noto Sans Nabataean",
        +  "Noto Sans Nag Mundari",
        +  "Noto Sans Nandinagari",
        +  "Noto Sans New Tai Lue",
        +  "Noto Sans Newa",
        +  "Noto Sans Nushu",
        +  "Noto Sans Ogham",
        +  "Noto Sans Ol Chiki",
        +  "Noto Sans Old Hungarian",
        +  "Noto Sans Old Italic",
        +  "Noto Sans Old North Arabian",
        +  "Noto Sans Old Permic",
        +  "Noto Sans Old Persian",
        +  "Noto Sans Old Sogdian",
        +  "Noto Sans Old South Arabian",
        +  "Noto Sans Old Turkic",
        +  "Noto Sans Oriya",
        +  "Noto Sans Osage",
        +  "Noto Sans Osmanya",
        +  "Noto Sans Pahawh Hmong",
        +  "Noto Sans Palmyrene",
        +  "Noto Sans Pau Cin Hau",
        +  "Noto Sans PhagsPa",
        +  "Noto Sans Phoenician",
        +  "Noto Sans Psalter Pahlavi",
        +  "Noto Sans Rejang",
        +  "Noto Sans Runic",
        +  "Noto Sans SC",
        +  "Noto Sans Samaritan",
        +  "Noto Sans Saurashtra",
        +  "Noto Sans Sharada",
        +  "Noto Sans Shavian",
        +  "Noto Sans Siddham",
        +  "Noto Sans SignWriting",
        +  "Noto Sans Sinhala",
        +  "Noto Sans Sogdian",
        +  "Noto Sans Sora Sompeng",
        +  "Noto Sans Soyombo",
        +  "Noto Sans Sundanese",
        +  "Noto Sans Sunuwar",
        +  "Noto Sans Syloti Nagri",
        +  "Noto Sans Symbols",
        +  "Noto Sans Symbols 2",
        +  "Noto Sans Syriac",
        +  "Noto Sans Syriac Eastern",
        +  "Noto Sans Syriac Western",
        +  "Noto Sans TC",
        +  "Noto Sans Tagalog",
        +  "Noto Sans Tagbanwa",
        +  "Noto Sans Tai Le",
        +  "Noto Sans Tai Tham",
        +  "Noto Sans Tai Viet",
        +  "Noto Sans Takri",
        +  "Noto Sans Tamil",
        +  "Noto Sans Tamil Supplement",
        +  "Noto Sans Tangsa",
        +  "Noto Sans Telugu",
        +  "Noto Sans Thaana",
        +  "Noto Sans Thai",
        +  "Noto Sans Thai Looped",
        +  "Noto Sans Tifinagh",
        +  "Noto Sans Tirhuta",
        +  "Noto Sans Ugaritic",
        +  "Noto Sans Vai",
        +  "Noto Sans Vithkuqi",
        +  "Noto Sans Wancho",
        +  "Noto Sans Warang Citi",
        +  "Noto Sans Yi",
        +  "Noto Sans Zanabazar Square",
        +  "Noto Serif",
        +  "Noto Serif Ahom",
        +  "Noto Serif Armenian",
        +  "Noto Serif Balinese",
        +  "Noto Serif Bengali",
        +  "Noto Serif Devanagari",
        +  "Noto Serif Display",
        +  "Noto Serif Dives Akuru",
        +  "Noto Serif Dogra",
        +  "Noto Serif Ethiopic",
        +  "Noto Serif Georgian",
        +  "Noto Serif Grantha",
        +  "Noto Serif Gujarati",
        +  "Noto Serif Gurmukhi",
        +  "Noto Serif HK",
        +  "Noto Serif Hebrew",
        +  "Noto Serif Hentaigana",
        +  "Noto Serif JP",
        +  "Noto Serif KR",
        +  "Noto Serif Kannada",
        +  "Noto Serif Khitan Small Script",
        +  "Noto Serif Khmer",
        +  "Noto Serif Khojki",
        +  "Noto Serif Lao",
        +  "Noto Serif Makasar",
        +  "Noto Serif Malayalam",
        +  "Noto Serif Myanmar",
        +  "Noto Serif NP Hmong",
        +  "Noto Serif Old Uyghur",
        +  "Noto Serif Oriya",
        +  "Noto Serif Ottoman Siyaq",
        +  "Noto Serif SC",
        +  "Noto Serif Sinhala",
        +  "Noto Serif TC",
        +  "Noto Serif Tamil",
        +  "Noto Serif Tangut",
        +  "Noto Serif Telugu",
        +  "Noto Serif Thai",
        +  "Noto Serif Tibetan",
        +  "Noto Serif Todhri",
        +  "Noto Serif Toto",
        +  "Noto Serif Vithkuqi",
        +  "Noto Serif Yezidi",
        +  "Noto Traditional Nushu",
        +  "Noto Znamenny Musical Notation",
        +  "Nova Cut",
        +  "Nova Flat",
        +  "Nova Mono",
        +  "Nova Oval",
        +  "Nova Round",
        +  "Nova Script",
        +  "Nova Slim",
        +  "Nova Square",
        +  "Numans",
        +  "Nunito",
        +  "Nunito Sans",
        +  "Nuosu SIL",
        +  "Odibee Sans",
        +  "Odor Mean Chey",
        +  "Offside",
        +  "Oi",
        +  "Ojuju",
        +  "Old Standard TT",
        +  "Oldenburg",
        +  "Ole",
        +  "Oleo Script",
        +  "Oleo Script Swash Caps",
        +  "Onest",
        +  "Oooh Baby",
        +  "Open Sans",
        +  "Oranienbaum",
        +  "Orbit",
        +  "Orbitron",
        +  "Oregano",
        +  "Orelega One",
        +  "Orienta",
        +  "Original Surfer",
        +  "Oswald",
        +  "Outfit",
        +  "Over the Rainbow",
        +  "Overlock",
        +  "Overlock SC",
        +  "Overpass",
        +  "Overpass Mono",
        +  "Ovo",
        +  "Oxanium",
        +  "Oxygen",
        +  "Oxygen Mono",
        +  "PT Mono",
        +  "PT Sans",
        +  "PT Sans Caption",
        +  "PT Sans Narrow",
        +  "PT Serif",
        +  "PT Serif Caption",
        +  "Pacifico",
        +  "Padauk",
        +  "Padyakke Expanded One",
        +  "Palanquin",
        +  "Palanquin Dark",
        +  "Palette Mosaic",
        +  "Pangolin",
        +  "Paprika",
        +  "Parastoo",
        +  "Parisienne",
        +  "Parkinsans",
        +  "Passero One",
        +  "Passion One",
        +  "Passions Conflict",
        +  "Pathway Extreme",
        +  "Pathway Gothic One",
        +  "Patrick Hand",
        +  "Patrick Hand SC",
        +  "Pattaya",
        +  "Patua One",
        +  "Pavanam",
        +  "Paytone One",
        +  "Peddana",
        +  "Peralta",
        +  "Permanent Marker",
        +  "Petemoss",
        +  "Petit Formal Script",
        +  "Petrona",
        +  "Phetsarath",
        +  "Philosopher",
        +  "Phudu",
        +  "Piazzolla",
        +  "Piedra",
        +  "Pinyon Script",
        +  "Pirata One",
        +  "Pixelify Sans",
        +  "Plaster",
        +  "Platypi",
        +  "Play",
        +  "Playball",
        +  "Playfair",
        +  "Playfair Display",
        +  "Playfair Display SC",
        +  "Playpen Sans",
        +  "Playpen Sans Arabic",
        +  "Playpen Sans Deva",
        +  "Playpen Sans Hebrew",
        +  "Playpen Sans Thai",
        +  "Playwrite AR",
        +  "Playwrite AR Guides",
        +  "Playwrite AT",
        +  "Playwrite AT Guides",
        +  "Playwrite AU NSW",
        +  "Playwrite AU NSW Guides",
        +  "Playwrite AU QLD",
        +  "Playwrite AU QLD Guides",
        +  "Playwrite AU SA",
        +  "Playwrite AU SA Guides",
        +  "Playwrite AU TAS",
        +  "Playwrite AU TAS Guides",
        +  "Playwrite AU VIC",
        +  "Playwrite AU VIC Guides",
        +  "Playwrite BE VLG",
        +  "Playwrite BE VLG Guides",
        +  "Playwrite BE WAL",
        +  "Playwrite BE WAL Guides",
        +  "Playwrite BR",
        +  "Playwrite BR Guides",
        +  "Playwrite CA",
        +  "Playwrite CA Guides",
        +  "Playwrite CL",
        +  "Playwrite CL Guides",
        +  "Playwrite CO",
        +  "Playwrite CO Guides",
        +  "Playwrite CU",
        +  "Playwrite CU Guides",
        +  "Playwrite CZ",
        +  "Playwrite CZ Guides",
        +  "Playwrite DE Grund",
        +  "Playwrite DE Grund Guides",
        +  "Playwrite DE LA",
        +  "Playwrite DE LA Guides",
        +  "Playwrite DE SAS",
        +  "Playwrite DE SAS Guides",
        +  "Playwrite DE VA",
        +  "Playwrite DE VA Guides",
        +  "Playwrite DK Loopet",
        +  "Playwrite DK Loopet Guides",
        +  "Playwrite DK Uloopet",
        +  "Playwrite DK Uloopet Guides",
        +  "Playwrite ES",
        +  "Playwrite ES Deco",
        +  "Playwrite ES Deco Guides",
        +  "Playwrite ES Guides",
        +  "Playwrite FR Moderne",
        +  "Playwrite FR Moderne Guides",
        +  "Playwrite FR Trad",
        +  "Playwrite FR Trad Guides",
        +  "Playwrite GB J",
        +  "Playwrite GB J Guides",
        +  "Playwrite GB S",
        +  "Playwrite GB S Guides",
        +  "Playwrite HR",
        +  "Playwrite HR Guides",
        +  "Playwrite HR Lijeva",
        +  "Playwrite HR Lijeva Guides",
        +  "Playwrite HU",
        +  "Playwrite HU Guides",
        +  "Playwrite ID",
        +  "Playwrite ID Guides",
        +  "Playwrite IE",
        +  "Playwrite IE Guides",
        +  "Playwrite IN",
        +  "Playwrite IN Guides",
        +  "Playwrite IS",
        +  "Playwrite IS Guides",
        +  "Playwrite IT Moderna",
        +  "Playwrite IT Moderna Guides",
        +  "Playwrite IT Trad",
        +  "Playwrite IT Trad Guides",
        +  "Playwrite MX",
        +  "Playwrite MX Guides",
        +  "Playwrite NG Modern",
        +  "Playwrite NG Modern Guides",
        +  "Playwrite NL",
        +  "Playwrite NL Guides",
        +  "Playwrite NO",
        +  "Playwrite NO Guides",
        +  "Playwrite NZ",
        +  "Playwrite NZ Basic",
        +  "Playwrite NZ Basic Guides",
        +  "Playwrite NZ Guides",
        +  "Playwrite PE",
        +  "Playwrite PE Guides",
        +  "Playwrite PL",
        +  "Playwrite PL Guides",
        +  "Playwrite PT",
        +  "Playwrite PT Guides",
        +  "Playwrite RO",
        +  "Playwrite RO Guides",
        +  "Playwrite SK",
        +  "Playwrite SK Guides",
        +  "Playwrite TZ",
        +  "Playwrite TZ Guides",
        +  "Playwrite US Modern",
        +  "Playwrite US Modern Guides",
        +  "Playwrite US Trad",
        +  "Playwrite US Trad Guides",
        +  "Playwrite VN",
        +  "Playwrite VN Guides",
        +  "Playwrite ZA",
        +  "Playwrite ZA Guides",
        +  "Pliant",
        +  "Plus Jakarta Sans",
        +  "Pochaevsk",
        +  "Podkova",
        +  "Poetsen One",
        +  "Poiret One",
        +  "Poller One",
        +  "Poltawski Nowy",
        +  "Poly",
        +  "Pompiere",
        +  "Ponnala",
        +  "Ponomar",
        +  "Pontano Sans",
        +  "Poor Story",
        +  "Poppins",
        +  "Port Lligat Sans",
        +  "Port Lligat Slab",
        +  "Potta One",
        +  "Pragati Narrow",
        +  "Praise",
        +  "Prata",
        +  "Preahvihear",
        +  "Press Start 2P",
        +  "Pridi",
        +  "Princess Sofia",
        +  "Prociono",
        +  "Prompt",
        +  "Prosto One",
        +  "Protest Guerrilla",
        +  "Protest Revolution",
        +  "Protest Riot",
        +  "Protest Strike",
        +  "Proza Libre",
        +  "Public Sans",
        +  "Puppies Play",
        +  "Puritan",
        +  "Purple Purse",
        +  "Qahiri",
        +  "Quando",
        +  "Quantico",
        +  "Quattrocento",
        +  "Quattrocento Sans",
        +  "Questrial",
        +  "Quicksand",
        +  "Quintessential",
        +  "Qwigley",
        +  "Qwitcher Grypen",
        +  "REM",
        +  "Racing Sans One",
        +  "Radio Canada",
        +  "Radio Canada Big",
        +  "Radley",
        +  "Rajdhani",
        +  "Rakkas",
        +  "Raleway",
        +  "Raleway Dots",
        +  "Ramabhadra",
        +  "Ramaraja",
        +  "Rambla",
        +  "Rammetto One",
        +  "Rampart One",
        +  "Ramsina",
        +  "Ranchers",
        +  "Rancho",
        +  "Ranga",
        +  "Rasa",
        +  "Rationale",
        +  "Ravi Prakash",
        +  "Readex Pro",
        +  "Recursive",
        +  "Red Hat Display",
        +  "Red Hat Mono",
        +  "Red Hat Text",
        +  "Red Rose",
        +  "Redacted",
        +  "Redacted Script",
        +  "Reddit Mono",
        +  "Reddit Sans",
        +  "Reddit Sans Condensed",
        +  "Redressed",
        +  "Reem Kufi",
        +  "Reem Kufi Fun",
        +  "Reem Kufi Ink",
        +  "Reenie Beanie",
        +  "Reggae One",
        +  "Rethink Sans",
        +  "Revalia",
        +  "Rhodium Libre",
        +  "Ribeye",
        +  "Ribeye Marrow",
        +  "Righteous",
        +  "Risque",
        +  "Road Rage",
        +  "Roboto",
        +  "Roboto Condensed",
        +  "Roboto Flex",
        +  "Roboto Mono",
        +  "Roboto Serif",
        +  "Roboto Slab",
        +  "Rochester",
        +  "Rock 3D",
        +  "Rock Salt",
        +  "RocknRoll One",
        +  "Rokkitt",
        +  "Romanesco",
        +  "Ropa Sans",
        +  "Rosario",
        +  "Rosarivo",
        +  "Rouge Script",
        +  "Rowdies",
        +  "Rozha One",
        +  "Rubik",
        +  "Rubik 80s Fade",
        +  "Rubik Beastly",
        +  "Rubik Broken Fax",
        +  "Rubik Bubbles",
        +  "Rubik Burned",
        +  "Rubik Dirt",
        +  "Rubik Distressed",
        +  "Rubik Doodle Shadow",
        +  "Rubik Doodle Triangles",
        +  "Rubik Gemstones",
        +  "Rubik Glitch",
        +  "Rubik Glitch Pop",
        +  "Rubik Iso",
        +  "Rubik Lines",
        +  "Rubik Maps",
        +  "Rubik Marker Hatch",
        +  "Rubik Maze",
        +  "Rubik Microbe",
        +  "Rubik Mono One",
        +  "Rubik Moonrocks",
        +  "Rubik Pixels",
        +  "Rubik Puddles",
        +  "Rubik Scribble",
        +  "Rubik Spray Paint",
        +  "Rubik Storm",
        +  "Rubik Vinyl",
        +  "Rubik Wet Paint",
        +  "Ruda",
        +  "Rufina",
        +  "Ruge Boogie",
        +  "Ruluko",
        +  "Rum Raisin",
        +  "Ruslan Display",
        +  "Russo One",
        +  "Ruthie",
        +  "Ruwudu",
        +  "Rye",
        +  "SN Pro",
        +  "STIX Two Math",
        +  "STIX Two Text",
        +  "SUSE",
        +  "SUSE Mono",
        +  "Sacramento",
        +  "Sahitya",
        +  "Sail",
        +  "Saira",
        +  "Saira Condensed",
        +  "Saira Extra Condensed",
        +  "Saira Semi Condensed",
        +  "Saira Stencil",
        +  "Salsa",
        +  "Sanchez",
        +  "Sancreek",
        +  "Sankofa Display",
        +  "Sansation",
        +  "Sansita",
        +  "Sansita Swashed",
        +  "Sarabun",
        +  "Sarala",
        +  "Sarina",
        +  "Sarpanch",
        +  "Sassy Frass",
        +  "Satisfy",
        +  "Savate",
        +  "Sawarabi Gothic",
        +  "Sawarabi Mincho",
        +  "Scada",
        +  "Scheherazade New",
        +  "Schibsted Grotesk",
        +  "Schoolbell",
        +  "Science Gothic",
        +  "Scope One",
        +  "Seaweed Script",
        +  "Secular One",
        +  "Sedan",
        +  "Sedan SC",
        +  "Sedgwick Ave",
        +  "Sedgwick Ave Display",
        +  "Sekuya",
        +  "Sen",
        +  "Send Flowers",
        +  "Sevillana",
        +  "Seymour One",
        +  "Shadows Into Light",
        +  "Shadows Into Light Two",
        +  "Shafarik",
        +  "Shalimar",
        +  "Shantell Sans",
        +  "Shanti",
        +  "Share",
        +  "Share Tech",
        +  "Share Tech Mono",
        +  "Shippori Antique",
        +  "Shippori Antique B1",
        +  "Shippori Mincho",
        +  "Shippori Mincho B1",
        +  "Shizuru",
        +  "Shojumaru",
        +  "Short Stack",
        +  "Shrikhand",
        +  "Siemreap",
        +  "Sigmar",
        +  "Sigmar One",
        +  "Signika",
        +  "Signika Negative",
        +  "Silkscreen",
        +  "Simonetta",
        +  "Single Day",
        +  "Sintony",
        +  "Sirin Stencil",
        +  "Sirivennela",
        +  "Six Caps",
        +  "Sixtyfour",
        +  "Sixtyfour Convergence",
        +  "Skranji",
        +  "Slabo 13px",
        +  "Slabo 27px",
        +  "Slackey",
        +  "Slackside One",
        +  "Smokum",
        +  "Smooch",
        +  "Smooch Sans",
        +  "Smythe",
        +  "Sniglet",
        +  "Snippet",
        +  "Snowburst One",
        +  "Sofadi One",
        +  "Sofia",
        +  "Sofia Sans",
        +  "Sofia Sans Condensed",
        +  "Sofia Sans Extra Condensed",
        +  "Sofia Sans Semi Condensed",
        +  "Solitreo",
        +  "Solway",
        +  "Sometype Mono",
        +  "Song Myung",
        +  "Sono",
        +  "Sonsie One",
        +  "Sora",
        +  "Sorts Mill Goudy",
        +  "Sour Gummy",
        +  "Source Code Pro",
        +  "Source Sans 3",
        +  "Source Serif 4",
        +  "Space Grotesk",
        +  "Space Mono",
        +  "Special Elite",
        +  "Special Gothic",
        +  "Special Gothic Condensed One",
        +  "Special Gothic Expanded One",
        +  "Spectral",
        +  "Spectral SC",
        +  "Spicy Rice",
        +  "Spinnaker",
        +  "Spirax",
        +  "Splash",
        +  "Spline Sans",
        +  "Spline Sans Mono",
        +  "Squada One",
        +  "Square Peg",
        +  "Sree Krushnadevaraya",
        +  "Sriracha",
        +  "Srisakdi",
        +  "Staatliches",
        +  "Stack Sans Headline",
        +  "Stack Sans Notch",
        +  "Stack Sans Text",
        +  "Stalemate",
        +  "Stalinist One",
        +  "Stardos Stencil",
        +  "Stick",
        +  "Stick No Bills",
        +  "Stint Ultra Condensed",
        +  "Stint Ultra Expanded",
        +  "Stoke",
        +  "Story Script",
        +  "Strait",
        +  "Strichpunkt Sans",
        +  "Style Script",
        +  "Stylish",
        +  "Sue Ellen Francisco",
        +  "Suez One",
        +  "Sulphur Point",
        +  "Sumana",
        +  "Sunflower",
        +  "Sunshiney",
        +  "Supermercado One",
        +  "Sura",
        +  "Suranna",
        +  "Suravaram",
        +  "Suwannaphum",
        +  "Swanky and Moo Moo",
        +  "Syncopate",
        +  "Syne",
        +  "Syne Mono",
        +  "Syne Tactile",
        +  "TASA Explorer",
        +  "TASA Orbiter",
        +  "Tac One",
        +  "Tagesschrift",
        +  "Tai Heritage Pro",
        +  "Tajawal",
        +  "Tangerine",
        +  "Tapestry",
        +  "Taprom",
        +  "Tauri",
        +  "Taviraj",
        +  "Teachers",
        +  "Teko",
        +  "Tektur",
        +  "Telex",
        +  "Tenali Ramakrishna",
        +  "Tenor Sans",
        +  "Text Me One",
        +  "Texturina",
        +  "Thasadith",
        +  "The Girl Next Door",
        +  "The Nautigal",
        +  "Tienne",
        +  "TikTok Sans",
        +  "Tillana",
        +  "Tilt Neon",
        +  "Tilt Prism",
        +  "Tilt Warp",
        +  "Timmana",
        +  "Tinos",
        +  "Tiny5",
        +  "Tiro Bangla",
        +  "Tiro Devanagari Hindi",
        +  "Tiro Devanagari Marathi",
        +  "Tiro Devanagari Sanskrit",
        +  "Tiro Gurmukhi",
        +  "Tiro Kannada",
        +  "Tiro Tamil",
        +  "Tiro Telugu",
        +  "Tirra",
        +  "Titan One",
        +  "Titillium Web",
        +  "Tomorrow",
        +  "Tourney",
        +  "Trade Winds",
        +  "Train One",
        +  "Triodion",
        +  "Trirong",
        +  "Trispace",
        +  "Trocchi",
        +  "Trochut",
        +  "Truculenta",
        +  "Trykker",
        +  "Tsukimi Rounded",
        +  "Tuffy",
        +  "Tulpen One",
        +  "Turret Road",
        +  "Twinkle Star",
        +  "Ubuntu",
        +  "Ubuntu Condensed",
        +  "Ubuntu Mono",
        +  "Ubuntu Sans",
        +  "Ubuntu Sans Mono",
        +  "Uchen",
        +  "Ultra",
        +  "Unbounded",
        +  "Uncial Antiqua",
        +  "Underdog",
        +  "Unica One",
        +  "UnifrakturCook",
        +  "UnifrakturMaguntia",
        +  "Unkempt",
        +  "Unlock",
        +  "Unna",
        +  "UoqMunThenKhung",
        +  "Updock",
        +  "Urbanist",
        +  "VT323",
        +  "Vampiro One",
        +  "Varela",
        +  "Varela Round",
        +  "Varta",
        +  "Vast Shadow",
        +  "Vazirmatn",
        +  "Vend Sans",
        +  "Vesper Libre",
        +  "Viaoda Libre",
        +  "Vibes",
        +  "Vibur",
        +  "Victor Mono",
        +  "Vidaloka",
        +  "Viga",
        +  "Vina Sans",
        +  "Voces",
        +  "Volkhov",
        +  "Vollkorn",
        +  "Vollkorn SC",
        +  "Voltaire",
        +  "Vujahday Script",
        +  "WDXL Lubrifont JP N",
        +  "WDXL Lubrifont SC",
        +  "WDXL Lubrifont TC",
        +  "Waiting for the Sunrise",
        +  "Wallpoet",
        +  "Walter Turncoat",
        +  "Warnes",
        +  "Water Brush",
        +  "Waterfall",
        +  "Wavefont",
        +  "Wellfleet",
        +  "Wendy One",
        +  "Whisper",
        +  "WindSong",
        +  "Winky Rough",
        +  "Winky Sans",
        +  "Wire One",
        +  "Wittgenstein",
        +  "Wix Madefor Display",
        +  "Wix Madefor Text",
        +  "Work Sans",
        +  "Workbench",
        +  "Xanh Mono",
        +  "Yaldevi",
        +  "Yanone Kaffeesatz",
        +  "Yantramanav",
        +  "Yarndings 12",
        +  "Yarndings 12 Charted",
        +  "Yarndings 20",
        +  "Yarndings 20 Charted",
        +  "Yatra One",
        +  "Yellowtail",
        +  "Yeon Sung",
        +  "Yeseva One",
        +  "Yesteryear",
        +  "Yomogi",
        +  "Young Serif",
        +  "Yrsa",
        +  "Ysabeau",
        +  "Ysabeau Infant",
        +  "Ysabeau Office",
        +  "Ysabeau SC",
        +  "Yuji Boku",
        +  "Yuji Hentaigana Akari",
        +  "Yuji Hentaigana Akebono",
        +  "Yuji Mai",
        +  "Yuji Syuku",
        +  "Yusei Magic",
        +  "Yuyu",
        +  "Yuyu Short",
        +  "ZCOOL KuaiLe",
        +  "ZCOOL QingKe HuangYou",
        +  "ZCOOL XiaoWei",
        +  "Zain",
        +  "Zalando Sans",
        +  "Zalando Sans Expanded",
        +  "Zalando Sans SemiExpanded",
        +  "Zen Antique",
        +  "Zen Antique Soft",
        +  "Zen Dots",
        +  "Zen Kaku Gothic Antique",
        +  "Zen Kaku Gothic New",
        +  "Zen Kurenaido",
        +  "Zen Loop",
        +  "Zen Maru Gothic",
        +  "Zen Old Mincho",
        +  "Zen Tokyo Zoo",
        +  "Zeyada",
        +  "Zhi Mang Xing",
        +  "Zilla Slab",
        +  "Zilla Slab Highlight"
        +]
    • Changedsave_chart2 fields changed
      • addedOutput schema / properties / validation / properties / suggestedConfig / properties / themeOverrides / properties / numericFontFamily / enum
        Added value: +[
        +  "ABeeZee",
        +  "ADLaM Display",
        +  "AR One Sans",
        +  "Abel",
        +  "Abhaya Libre",
        +  "Aboreto",
        +  "Abril Fatface",
        +  "Abyssinica SIL",
        +  "Aclonica",
        +  "Acme",
        +  "Actor",
        +  "Adamina",
        +  "Advent Pro",
        +  "Afacad",
        +  "Afacad Flux",
        +  "Agbalumo",
        +  "Agdasima",
        +  "Agu Display",
        +  "Aguafina Script",
        +  "Akatab",
        +  "Akaya Kanadaka",
        +  "Akaya Telivigala",
        +  "Akronim",
        +  "Akshar",
        +  "Akt",
        +  "Aladin",
        +  "Alan Sans",
        +  "Alata",
        +  "Alatsi",
        +  "Albert Sans",
        +  "Aldrich",
        +  "Alef",
        +  "Alegreya",
        +  "Alegreya SC",
        +  "Alegreya Sans",
        +  "Alegreya Sans SC",
        +  "Aleo",
        +  "Alex Brush",
        +  "Alexandria",
        +  "Alfa Slab One",
        +  "Alice",
        +  "Alien Block",
        +  "Alike",
        +  "Alike Angular",
        +  "Alkalami",
        +  "Alkatra",
        +  "Allan",
        +  "Allerta",
        +  "Allerta Stencil",
        +  "Allison",
        +  "Allkin",
        +  "Allura",
        +  "Almarai",
        +  "Almendra",
        +  "Almendra Display",
        +  "Almendra SC",
        +  "Alumni Sans",
        +  "Alumni Sans Collegiate One",
        +  "Alumni Sans Inline One",
        +  "Alumni Sans Pinstripe",
        +  "Alumni Sans SC",
        +  "Alyamama",
        +  "Amarante",
        +  "Amaranth",
        +  "Amarna",
        +  "Amatic SC",
        +  "Amethysta",
        +  "Amiko",
        +  "Amiri",
        +  "Amiri Quran",
        +  "Amita",
        +  "Anaheim",
        +  "Ancizar Sans",
        +  "Ancizar Serif",
        +  "Andada Pro",
        +  "Andika",
        +  "Anek Bangla",
        +  "Anek Devanagari",
        +  "Anek Gujarati",
        +  "Anek Gurmukhi",
        +  "Anek Kannada",
        +  "Anek Latin",
        +  "Anek Malayalam",
        +  "Anek Odia",
        +  "Anek Tamil",
        +  "Anek Telugu",
        +  "Angkor",
        +  "Annapurna SIL",
        +  "Annie Use Your Telescope",
        +  "Anonymous Pro",
        +  "Anta",
        +  "Antic",
        +  "Antic Didone",
        +  "Antic Slab",
        +  "Anton",
        +  "Anton SC",
        +  "Antonio",
        +  "Anuphan",
        +  "Anybody",
        +  "Aoboshi One",
        +  "Arapey",
        +  "Arbutus",
        +  "Arbutus Slab",
        +  "Architects Daughter",
        +  "Archivo",
        +  "Archivo Black",
        +  "Archivo Narrow",
        +  "Are You Serious",
        +  "Aref Ruqaa",
        +  "Aref Ruqaa Ink",
        +  "Arima",
        +  "Arimo",
        +  "Arizonia",
        +  "Armata",
        +  "Arsenal",
        +  "Arsenal SC",
        +  "Artifika",
        +  "Arvo",
        +  "Arya",
        +  "Asap",
        +  "Asap Condensed",
        +  "Asar",
        +  "Asimovian",
        +  "Asset",
        +  "Assistant",
        +  "Asta Sans",
        +  "Astloch",
        +  "Asul",
        +  "Athiti",
        +  "Atkinson Hyperlegible",
        +  "Atkinson Hyperlegible Mono",
        +  "Atkinson Hyperlegible Next",
        +  "Atma",
        +  "Atomic Age",
        +  "Aubrey",
        +  "Audiowide",
        +  "Autour One",
        +  "Average",
        +  "Average Sans",
        +  "Averia Gruesa Libre",
        +  "Averia Libre",
        +  "Averia Sans Libre",
        +  "Averia Serif Libre",
        +  "Azeret Mono",
        +  "B612",
        +  "B612 Mono",
        +  "BBH Bartle",
        +  "BBH Bogle",
        +  "BBH Hegarty",
        +  "BIZ UDGothic",
        +  "BIZ UDMincho",
        +  "BIZ UDPGothic",
        +  "BIZ UDPMincho",
        +  "BJCree",
        +  "Babylonica",
        +  "Bacasime Antique",
        +  "Bad Script",
        +  "Badeen Display",
        +  "Bagel Fat One",
        +  "Bahiana",
        +  "Bahianita",
        +  "Bai Jamjuree",
        +  "Bakbak One",
        +  "Ballet",
        +  "Baloo 2",
        +  "Baloo Bhai 2",
        +  "Baloo Bhaijaan 2",
        +  "Baloo Bhaina 2",
        +  "Baloo Chettan 2",
        +  "Baloo Da 2",
        +  "Baloo Paaji 2",
        +  "Baloo Tamma 2",
        +  "Baloo Tammudu 2",
        +  "Baloo Thambi 2",
        +  "Balsamiq Sans",
        +  "Balthazar",
        +  "Bangers",
        +  "Barlow",
        +  "Barlow Condensed",
        +  "Barlow Semi Condensed",
        +  "Barriecito",
        +  "Barrio",
        +  "Basic",
        +  "Baskervville",
        +  "Baskervville SC",
        +  "Battambang",
        +  "Baumans",
        +  "Bayon",
        +  "Be Vietnam Pro",
        +  "Beau Rivage",
        +  "Bebas Neue",
        +  "Beiruti",
        +  "Belanosima",
        +  "Belgrano",
        +  "Bellefair",
        +  "Belleza",
        +  "Bellota",
        +  "Bellota Text",
        +  "BenchNine",
        +  "Benne",
        +  "Bentham",
        +  "Berkshire Swash",
        +  "Besley",
        +  "Betania Patmos",
        +  "Betania Patmos GDL",
        +  "Betania Patmos In",
        +  "Betania Patmos In GDL",
        +  "Beth Ellen",
        +  "Bevan",
        +  "BhuTuka Expanded One",
        +  "Big Shoulders",
        +  "Big Shoulders Inline",
        +  "Big Shoulders Stencil",
        +  "Bigelow Rules",
        +  "Bigshot One",
        +  "Bilbo",
        +  "Bilbo Swash Caps",
        +  "BioRhyme",
        +  "BioRhyme Expanded",
        +  "Birthstone",
        +  "Birthstone Bounce",
        +  "Biryani",
        +  "Bitcount",
        +  "Bitcount Grid Double",
        +  "Bitcount Grid Double Ink",
        +  "Bitcount Grid Single",
        +  "Bitcount Grid Single Ink",
        +  "Bitcount Ink",
        +  "Bitcount Prop Double",
        +  "Bitcount Prop Double Ink",
        +  "Bitcount Prop Single",
        +  "Bitcount Prop Single Ink",
        +  "Bitcount Single",
        +  "Bitcount Single Ink",
        +  "Bitter",
        +  "Black And White Picture",
        +  "Black Han Sans",
        +  "Black Ops One",
        +  "Blaka",
        +  "Blaka Hollow",
        +  "Blaka Ink",
        +  "Blinker",
        +  "Bodoni Moda",
        +  "Bodoni Moda SC",
        +  "Bokor",
        +  "Boldonse",
        +  "Bona Nova",
        +  "Bona Nova SC",
        +  "Bonbon",
        +  "Bonheur Royale",
        +  "Boogaloo",
        +  "Borel",
        +  "Bowlby One",
        +  "Bowlby One SC",
        +  "Bpmf Huninn",
        +  "Bpmf Iansui",
        +  "Bpmf Zihi Kai Std",
        +  "Braah One",
        +  "Brawler",
        +  "Bree Serif",
        +  "Bricolage Grotesque",
        +  "Bruno Ace",
        +  "Bruno Ace SC",
        +  "Brygada 1918",
        +  "Bubblegum Sans",
        +  "Bubbler One",
        +  "Buda",
        +  "Buenard",
        +  "Bungee",
        +  "Bungee Hairline",
        +  "Bungee Inline",
        +  "Bungee Outline",
        +  "Bungee Shade",
        +  "Bungee Spice",
        +  "Bungee Tint",
        +  "Butcherman",
        +  "Butterfly Kids",
        +  "Bytesized",
        +  "Cabin",
        +  "Cabin Condensed",
        +  "Cabin Sketch",
        +  "Cactus Classical Serif",
        +  "Caesar Dressing",
        +  "Cagliostro",
        +  "Cairo",
        +  "Cairo Play",
        +  "Cal Sans",
        +  "Caladea",
        +  "Calistoga",
        +  "Calligraffitti",
        +  "Cambay",
        +  "Cambo",
        +  "Candal",
        +  "Cantarell",
        +  "Cantata One",
        +  "Cantora One",
        +  "Caprasimo",
        +  "Capriola",
        +  "Caramel",
        +  "Carattere",
        +  "Cardo",
        +  "Carlito",
        +  "Carme",
        +  "Carrois Gothic",
        +  "Carrois Gothic SC",
        +  "Carter One",
        +  "Cascadia Code",
        +  "Cascadia Mono",
        +  "Castoro",
        +  "Castoro Titling",
        +  "Catamaran",
        +  "Caudex",
        +  "Cause",
        +  "Caveat",
        +  "Caveat Brush",
        +  "Cedarville Cursive",
        +  "Ceviche One",
        +  "Chakra Petch",
        +  "Changa",
        +  "Changa One",
        +  "Chango",
        +  "Charis SIL",
        +  "Charm",
        +  "Charmonman",
        +  "Chathura",
        +  "Chau Philomene One",
        +  "Chela One",
        +  "Chelsea Market",
        +  "Chenla",
        +  "Cherish",
        +  "Cherry Bomb One",
        +  "Cherry Cream Soda",
        +  "Cherry Swash",
        +  "Chewy",
        +  "Chicle",
        +  "Chilanka",
        +  "Chiron GoRound TC",
        +  "Chiron Hei HK",
        +  "Chiron Sung HK",
        +  "Chivo",
        +  "Chivo Mono",
        +  "Chocolate Classical Sans",
        +  "Chokokutai",
        +  "Chonburi",
        +  "Cinzel",
        +  "Cinzel Decorative",
        +  "Clicker Script",
        +  "Climate Crisis",
        +  "Coda",
        +  "Codystar",
        +  "Coiny",
        +  "Combo",
        +  "Comfortaa",
        +  "Comforter",
        +  "Comforter Brush",
        +  "Comic Neue",
        +  "Comic Relief",
        +  "Coming Soon",
        +  "Comme",
        +  "Commissioner",
        +  "Concert One",
        +  "Condiment",
        +  "Content",
        +  "Contrail One",
        +  "Convergence",
        +  "Cookie",
        +  "Copse",
        +  "Coral Pixels",
        +  "Corben",
        +  "Corinthia",
        +  "Cormorant",
        +  "Cormorant Garamond",
        +  "Cormorant Infant",
        +  "Cormorant SC",
        +  "Cormorant Unicase",
        +  "Cormorant Upright",
        +  "Cossette Texte",
        +  "Cossette Titre",
        +  "Courgette",
        +  "Courier Prime",
        +  "Cousine",
        +  "Coustard",
        +  "Covered By Your Grace",
        +  "Crafty Girls",
        +  "Creepster",
        +  "Crete Round",
        +  "Crimson Pro",
        +  "Crimson Text",
        +  "Croissant One",
        +  "Crushed",
        +  "Cuprum",
        +  "Cute Font",
        +  "Cutive",
        +  "Cutive Mono",
        +  "DM Mono",
        +  "DM Sans",
        +  "DM Serif Display",
        +  "DM Serif Text",
        +  "Dai Banna SIL",
        +  "Damion",
        +  "Dancing Script",
        +  "Danfo",
        +  "Dangrek",
        +  "Darker Grotesque",
        +  "Darumadrop One",
        +  "Datatype",
        +  "David Libre",
        +  "Dawning of a New Day",
        +  "Days One",
        +  "Dekko",
        +  "Dela Gothic One",
        +  "Delicious Handrawn",
        +  "Delius",
        +  "Delius Swash Caps",
        +  "Delius Unicase",
        +  "Della Respira",
        +  "Denk One",
        +  "Devonshire",
        +  "Dhurjati",
        +  "Didact Gothic",
        +  "Diphylleia",
        +  "Diplomata",
        +  "Diplomata SC",
        +  "Do Hyeon",
        +  "Dokdo",
        +  "Domine",
        +  "Donegal One",
        +  "Dongle",
        +  "Doppio One",
        +  "Dorsa",
        +  "Dosis",
        +  "DotGothic16",
        +  "Doto",
        +  "Dr Sugiyama",
        +  "Duru Sans",
        +  "DynaPuff",
        +  "Dynalight",
        +  "EB Garamond",
        +  "Eagle Lake",
        +  "East Sea Dokdo",
        +  "Eater",
        +  "Economica",
        +  "Eczar",
        +  "Edu AU VIC WA NT Arrows",
        +  "Edu AU VIC WA NT Dots",
        +  "Edu AU VIC WA NT Guides",
        +  "Edu AU VIC WA NT Hand",
        +  "Edu AU VIC WA NT Pre",
        +  "Edu NSW ACT Cursive",
        +  "Edu NSW ACT Foundation",
        +  "Edu NSW ACT Hand Pre",
        +  "Edu QLD Beginner",
        +  "Edu QLD Hand",
        +  "Edu SA Beginner",
        +  "Edu SA Hand",
        +  "Edu TAS Beginner",
        +  "Edu VIC WA NT Beginner",
        +  "Edu VIC WA NT Hand",
        +  "Edu VIC WA NT Hand Pre",
        +  "El Messiri",
        +  "Electrolize",
        +  "Elms Sans",
        +  "Elsie",
        +  "Elsie Swash Caps",
        +  "Emblema One",
        +  "Emilys Candy",
        +  "Encode Sans",
        +  "Encode Sans Condensed",
        +  "Encode Sans Expanded",
        +  "Encode Sans SC",
        +  "Encode Sans Semi Condensed",
        +  "Encode Sans Semi Expanded",
        +  "Engagement",
        +  "Englebert",
        +  "Enriqueta",
        +  "Ephesis",
        +  "Epilogue",
        +  "Epunda Sans",
        +  "Epunda Slab",
        +  "Erica One",
        +  "Esteban",
        +  "Estedad",
        +  "Estonia",
        +  "Euphoria Script",
        +  "Ewert",
        +  "Exile",
        +  "Exo",
        +  "Exo 2",
        +  "Expletus Sans",
        +  "Explora",
        +  "Faculty Glyphic",
        +  "Fahkwang",
        +  "Familjen Grotesk",
        +  "Fanwood Text",
        +  "Farro",
        +  "Farsan",
        +  "Fascinate",
        +  "Fascinate Inline",
        +  "Faster One",
        +  "Fasthand",
        +  "Fauna One",
        +  "Faustina",
        +  "Federant",
        +  "Federo",
        +  "Felipa",
        +  "Fenix",
        +  "Festive",
        +  "Figtree",
        +  "Finger Paint",
        +  "Finlandica Headline",
        +  "Finlandica Text",
        +  "Fira Code",
        +  "Fira Mono",
        +  "Fira Sans",
        +  "Fira Sans Condensed",
        +  "Fira Sans Extra Condensed",
        +  "Fjalla One",
        +  "Fjord One",
        +  "Flamenco",
        +  "Flavors",
        +  "Fleur De Leah",
        +  "Flow Block",
        +  "Flow Circular",
        +  "Flow Rounded",
        +  "Foldit",
        +  "Fondamento",
        +  "Fontdiner Swanky",
        +  "Forum",
        +  "Fragment Mono",
        +  "Francois One",
        +  "Frank Ruhl Libre",
        +  "Fraunces",
        +  "Freckle Face",
        +  "Fredericka the Great",
        +  "Fredoka",
        +  "Freehand",
        +  "Freeman",
        +  "Fresca",
        +  "Frijole",
        +  "Fruktur",
        +  "Fugaz One",
        +  "Fuggles",
        +  "Funnel Display",
        +  "Funnel Sans",
        +  "Fustat",
        +  "Fuzzy Bubbles",
        +  "GFS Didot",
        +  "GFS Neohellenic",
        +  "Ga Maamli",
        +  "Gabarito",
        +  "Gabriela",
        +  "Gaegu",
        +  "Gafata",
        +  "Gajraj One",
        +  "Galada",
        +  "Galdeano",
        +  "Galindo",
        +  "Gamja Flower",
        +  "Gantari",
        +  "Gasoek One",
        +  "Gayathri",
        +  "Geist",
        +  "Geist Mono",
        +  "Geist Pixel",
        +  "Gelasio",
        +  "Gemunu Libre",
        +  "Genos",
        +  "Gentium Book Plus",
        +  "Gentium Plus",
        +  "Geo",
        +  "Geologica",
        +  "Geom",
        +  "Geomini",
        +  "Georama",
        +  "Geostar",
        +  "Geostar Fill",
        +  "Germania One",
        +  "Gideon Roman",
        +  "Gidole",
        +  "Gidugu",
        +  "Gilda Display",
        +  "Girassol",
        +  "Give You Glory",
        +  "Glass Antiqua",
        +  "Glegoo",
        +  "Gloock",
        +  "Gloria Hallelujah",
        +  "Glory",
        +  "Gluten",
        +  "Goblin One",
        +  "Gochi Hand",
        +  "Goldman",
        +  "Golos Text",
        +  "Google Sans",
        +  "Google Sans Code",
        +  "Google Sans Flex",
        +  "Gorditas",
        +  "Gothic A1",
        +  "Gotu",
        +  "Goudy Bookletter 1911",
        +  "Gowun Batang",
        +  "Gowun Dodum",
        +  "Graduate",
        +  "Grand Hotel",
        +  "Grandiflora One",
        +  "Grandstander",
        +  "Grape Nuts",
        +  "Gravitas One",
        +  "Great Vibes",
        +  "Grechen Fuemen",
        +  "Grenze",
        +  "Grenze Gotisch",
        +  "Grey Qo",
        +  "Griffy",
        +  "Gruppo",
        +  "Gudea",
        +  "Gugi",
        +  "Gulzar",
        +  "Gupter",
        +  "Gurajada",
        +  "Gveret Levin",
        +  "Gwendolyn",
        +  "Habibi",
        +  "Hachi Maru Pop",
        +  "Hahmlet",
        +  "Halant",
        +  "Hammersmith One",
        +  "Hanalei",
        +  "Hanalei Fill",
        +  "Handjet",
        +  "Handlee",
        +  "Hanken Grotesk",
        +  "Hanuman",
        +  "Happy Monkey",
        +  "Harmattan",
        +  "Headland One",
        +  "Hedvig Letters Sans",
        +  "Hedvig Letters Serif",
        +  "Heebo",
        +  "Henny Penny",
        +  "Hepta Slab",
        +  "Herr Von Muellerhoff",
        +  "Hi Melody",
        +  "Hibur Mono",
        +  "Hina Mincho",
        +  "Hind",
        +  "Hind Guntur",
        +  "Hind Madurai",
        +  "Hind Mysuru",
        +  "Hind Siliguri",
        +  "Hind Vadodara",
        +  "Holtwood One SC",
        +  "Homemade Apple",
        +  "Homenaje",
        +  "Honk",
        +  "Host Grotesk",
        +  "Hubballi",
        +  "Hubot Sans",
        +  "Huninn",
        +  "Hurricane",
        +  "IBM Plex Mono",
        +  "IBM Plex Sans",
        +  "IBM Plex Sans Arabic",
        +  "IBM Plex Sans Condensed",
        +  "IBM Plex Sans Devanagari",
        +  "IBM Plex Sans Hebrew",
        +  "IBM Plex Sans JP",
        +  "IBM Plex Sans KR",
        +  "IBM Plex Sans Thai",
        +  "IBM Plex Sans Thai Looped",
        +  "IBM Plex Serif",
        +  "IM Fell DW Pica",
        +  "IM Fell DW Pica SC",
        +  "IM Fell Double Pica",
        +  "IM Fell Double Pica SC",
        +  "IM Fell English",
        +  "IM Fell English SC",
        +  "IM Fell French Canon",
        +  "IM Fell French Canon SC",
        +  "IM Fell Great Primer",
        +  "IM Fell Great Primer SC",
        +  "Iansui",
        +  "Ibarra Real Nova",
        +  "Iceberg",
        +  "Iceland",
        +  "Idiqlat",
        +  "Imbue",
        +  "Imperial Script",
        +  "Imprima",
        +  "Inclusive Sans",
        +  "Inconsolata",
        +  "Inder",
        +  "Indie Flower",
        +  "Ingrid Darling",
        +  "Inika",
        +  "Inknut Antiqua",
        +  "Inria Sans",
        +  "Inria Serif",
        +  "Inspiration",
        +  "Instrument Sans",
        +  "Instrument Serif",
        +  "Intel One Mono",
        +  "Inter",
        +  "Inter Tight",
        +  "Iosevka Charon",
        +  "Iosevka Charon Mono",
        +  "Irish Grover",
        +  "Island Moments",
        +  "Istok Web",
        +  "Italiana",
        +  "Italianno",
        +  "Itim",
        +  "Jacquard 12",
        +  "Jacquard 12 Charted",
        +  "Jacquard 24",
        +  "Jacquard 24 Charted",
        +  "Jacquarda Bastarda 9",
        +  "Jacquarda Bastarda 9 Charted",
        +  "Jacques Francois",
        +  "Jacques Francois Shadow",
        +  "Jaini",
        +  "Jaini Purva",
        +  "Jaldi",
        +  "Jaro",
        +  "Jersey 10",
        +  "Jersey 10 Charted",
        +  "Jersey 15",
        +  "Jersey 15 Charted",
        +  "Jersey 20",
        +  "Jersey 20 Charted",
        +  "Jersey 25",
        +  "Jersey 25 Charted",
        +  "JetBrains Mono",
        +  "Jim Nightshade",
        +  "Joan",
        +  "Jockey One",
        +  "Jolly Lodger",
        +  "Jomhuria",
        +  "Jomolhari",
        +  "Josefin Sans",
        +  "Josefin Slab",
        +  "Jost",
        +  "Joti One",
        +  "Jua",
        +  "Judson",
        +  "Julee",
        +  "Julius Sans One",
        +  "Junge",
        +  "Jura",
        +  "Just Another Hand",
        +  "Just Me Again Down Here",
        +  "K2D",
        +  "Kablammo",
        +  "Kadwa",
        +  "Kaisei Decol",
        +  "Kaisei HarunoUmi",
        +  "Kaisei Opti",
        +  "Kaisei Tokumin",
        +  "Kalam",
        +  "Kalnia",
        +  "Kalnia Glaze",
        +  "Kameron",
        +  "Kanchenjunga",
        +  "Kanit",
        +  "Kantumruy Pro",
        +  "Kapakana",
        +  "Karantina",
        +  "Karla",
        +  "Karla Tamil Inclined",
        +  "Karla Tamil Upright",
        +  "Karma",
        +  "Katibeh",
        +  "Kaushan Script",
        +  "Kavivanar",
        +  "Kavoon",
        +  "Kay Pho Du",
        +  "Kdam Thmor Pro",
        +  "Keania One",
        +  "Kedebideri",
        +  "Kelly Slab",
        +  "Kenia",
        +  "Khand",
        +  "Khmer",
        +  "Khula",
        +  "Kings",
        +  "Kirang Haerang",
        +  "Kite One",
        +  "Kiwi Maru",
        +  "Klee One",
        +  "Knewave",
        +  "KoHo",
        +  "Kodchasan",
        +  "Kode Mono",
        +  "Koh Santepheap",
        +  "Kolker Brush",
        +  "Konkhmer Sleokchher",
        +  "Kosugi",
        +  "Kosugi Maru",
        +  "Kotta One",
        +  "Koulen",
        +  "Kranky",
        +  "Kreon",
        +  "Kristi",
        +  "Krona One",
        +  "Krub",
        +  "Kufam",
        +  "Kulim Park",
        +  "Kumar One",
        +  "Kumar One Outline",
        +  "Kumbh Sans",
        +  "Kurale",
        +  "LINE Seed JP",
        +  "LXGW Marker Gothic",
        +  "LXGW WenKai Mono TC",
        +  "LXGW WenKai TC",
        +  "La Belle Aurore",
        +  "Labrada",
        +  "Lacquer",
        +  "Laila",
        +  "Lakki Reddy",
        +  "Lalezar",
        +  "Lancelot",
        +  "Langar",
        +  "Lateef",
        +  "Lato",
        +  "Lavishly Yours",
        +  "League Gothic",
        +  "League Script",
        +  "League Spartan",
        +  "Leckerli One",
        +  "Ledger",
        +  "Lekton",
        +  "Lemon",
        +  "Lemonada",
        +  "Lexend",
        +  "Lexend Deca",
        +  "Lexend Exa",
        +  "Lexend Giga",
        +  "Lexend Mega",
        +  "Lexend Peta",
        +  "Lexend Tera",
        +  "Lexend Zetta",
        +  "Libertinus Keyboard",
        +  "Libertinus Math",
        +  "Libertinus Mono",
        +  "Libertinus Sans",
        +  "Libertinus Serif",
        +  "Libertinus Serif Display",
        +  "Libre Barcode 128",
        +  "Libre Barcode 128 Text",
        +  "Libre Barcode 39",
        +  "Libre Barcode 39 Extended",
        +  "Libre Barcode 39 Extended Text",
        +  "Libre Barcode 39 Text",
        +  "Libre Barcode EAN13 Text",
        +  "Libre Baskerville",
        +  "Libre Bodoni",
        +  "Libre Caslon Display",
        +  "Libre Caslon Text",
        +  "Libre Franklin",
        +  "Licorice",
        +  "Life Savers",
        +  "Lilex",
        +  "Lilita One",
        +  "Lily Script One",
        +  "Limelight",
        +  "Linden Hill",
        +  "Linefont",
        +  "Lisu Bosa",
        +  "Liter",
        +  "Literata",
        +  "Liu Jian Mao Cao",
        +  "Livvic",
        +  "Lobster",
        +  "Lobster Two",
        +  "Londrina Outline",
        +  "Londrina Shadow",
        +  "Londrina Sketch",
        +  "Londrina Solid",
        +  "Long Cang",
        +  "Lora",
        +  "Love Light",
        +  "Love Ya Like A Sister",
        +  "Loved by the King",
        +  "Lovers Quarrel",
        +  "Luckiest Guy",
        +  "Lugrasimo",
        +  "Lumanosimo",
        +  "Lunasima",
        +  "Lusitana",
        +  "Lustria",
        +  "Luxurious Roman",
        +  "Luxurious Script",
        +  "M PLUS 1",
        +  "M PLUS 1 Code",
        +  "M PLUS 1p",
        +  "M PLUS 2",
        +  "M PLUS Code Latin",
        +  "M PLUS Rounded 1c",
        +  "M PLUS U",
        +  "Ma Shan Zheng",
        +  "Macondo",
        +  "Macondo Swash Caps",
        +  "Mada",
        +  "Madimi One",
        +  "Magra",
        +  "Maiden Orange",
        +  "Maitree",
        +  "Major Mono Display",
        +  "Mako",
        +  "Mali",
        +  "Mallanna",
        +  "Maname",
        +  "Mandali",
        +  "Manjari",
        +  "Manrope",
        +  "Mansalva",
        +  "Manuale",
        +  "Manufacturing Consent",
        +  "Marcellus",
        +  "Marcellus SC",
        +  "Marck Script",
        +  "Margarine",
        +  "Marhey",
        +  "Markazi Text",
        +  "Marko One",
        +  "Marmelad",
        +  "Martel",
        +  "Martel Sans",
        +  "Martian Mono",
        +  "Marvel",
        +  "Matangi",
        +  "Mate",
        +  "Mate SC",
        +  "Matemasie",
        +  "Material Icons",
        +  "Material Icons Outlined",
        +  "Material Icons Round",
        +  "Material Icons Sharp",
        +  "Material Icons Two Tone",
        +  "Material Symbols",
        +  "Material Symbols Outlined",
        +  "Material Symbols Rounded",
        +  "Material Symbols Sharp",
        +  "Maven Pro",
        +  "McLaren",
        +  "Mea Culpa",
        +  "Meddon",
        +  "MedievalSharp",
        +  "Medula One",
        +  "Meera Inimai",
        +  "Megrim",
        +  "Meie Script",
        +  "Menbere",
        +  "Meow Script",
        +  "Merienda",
        +  "Merriweather",
        +  "Merriweather Sans",
        +  "Metal",
        +  "Metal Mania",
        +  "Metamorphous",
        +  "Metrophobic",
        +  "Michroma",
        +  "Micro 5",
        +  "Micro 5 Charted",
        +  "Milonga",
        +  "Miltonian",
        +  "Miltonian Tattoo",
        +  "Mina",
        +  "Mingzat",
        +  "Miniver",
        +  "Miranda Sans",
        +  "Miriam Libre",
        +  "Mirza",
        +  "Miss Fajardose",
        +  "Mitr",
        +  "Mochiy Pop One",
        +  "Mochiy Pop P One",
        +  "Modak",
        +  "Modern Antiqua",
        +  "Moderustic",
        +  "Mogra",
        +  "Mohave",
        +  "Moirai One",
        +  "Molengo",
        +  "Molle",
        +  "Momo Signature",
        +  "Momo Trust Display",
        +  "Momo Trust Sans",
        +  "Mona Sans",
        +  "Monda",
        +  "Monofett",
        +  "Monomakh",
        +  "Monomaniac One",
        +  "Monoton",
        +  "Monsieur La Doulaise",
        +  "Montaga",
        +  "Montagu Slab",
        +  "MonteCarlo",
        +  "Montenegrin Gothic One",
        +  "Montez",
        +  "Montserrat",
        +  "Montserrat Alternates",
        +  "Montserrat Underline",
        +  "Moo Lah Lah",
        +  "Mooli",
        +  "Moon Dance",
        +  "Moul",
        +  "Moulpali",
        +  "Mountains of Christmas",
        +  "Mouse Memoirs",
        +  "Mozilla Headline",
        +  "Mozilla Text",
        +  "Mr Bedfort",
        +  "Mr Dafoe",
        +  "Mr De Haviland",
        +  "Mrs Saint Delafield",
        +  "Mrs Sheppards",
        +  "Ms Madi",
        +  "Mukta",
        +  "Mukta Mahee",
        +  "Mukta Malar",
        +  "Mukta Vaani",
        +  "Mulish",
        +  "Murecho",
        +  "MuseoModerno",
        +  "My Soul",
        +  "Mynerve",
        +  "Mystery Quest",
        +  "NTR",
        +  "Nabla",
        +  "Namdhinggo",
        +  "Nanum Brush Script",
        +  "Nanum Gothic",
        +  "Nanum Gothic Coding",
        +  "Nanum Myeongjo",
        +  "Nanum Pen Script",
        +  "Narnoor",
        +  "Nata Sans",
        +  "National Park",
        +  "Neonderthaw",
        +  "Nerko One",
        +  "Neucha",
        +  "Neuton",
        +  "New Amsterdam",
        +  "New Rocker",
        +  "New Tegomin",
        +  "News Cycle",
        +  "Newsreader",
        +  "Niconne",
        +  "Niramit",
        +  "Nixie One",
        +  "Nobile",
        +  "Nokora",
        +  "Norican",
        +  "Nosifer",
        +  "Notable",
        +  "Nothing You Could Do",
        +  "Noticia Text",
        +  "Noto Color Emoji",
        +  "Noto Emoji",
        +  "Noto Kufi Arabic",
        +  "Noto Music",
        +  "Noto Naskh Arabic",
        +  "Noto Nastaliq Urdu",
        +  "Noto Rashi Hebrew",
        +  "Noto Sans",
        +  "Noto Sans Adlam",
        +  "Noto Sans Adlam Unjoined",
        +  "Noto Sans Anatolian Hieroglyphs",
        +  "Noto Sans Arabic",
        +  "Noto Sans Armenian",
        +  "Noto Sans Avestan",
        +  "Noto Sans Balinese",
        +  "Noto Sans Bamum",
        +  "Noto Sans Bassa Vah",
        +  "Noto Sans Batak",
        +  "Noto Sans Bengali",
        +  "Noto Sans Bhaiksuki",
        +  "Noto Sans Brahmi",
        +  "Noto Sans Buginese",
        +  "Noto Sans Buhid",
        +  "Noto Sans Canadian Aboriginal",
        +  "Noto Sans Carian",
        +  "Noto Sans Caucasian Albanian",
        +  "Noto Sans Chakma",
        +  "Noto Sans Cham",
        +  "Noto Sans Cherokee",
        +  "Noto Sans Chorasmian",
        +  "Noto Sans Coptic",
        +  "Noto Sans Cuneiform",
        +  "Noto Sans Cypriot",
        +  "Noto Sans Cypro Minoan",
        +  "Noto Sans Deseret",
        +  "Noto Sans Devanagari",
        +  "Noto Sans Display",
        +  "Noto Sans Duployan",
        +  "Noto Sans Egyptian Hieroglyphs",
        +  "Noto Sans Elbasan",
        +  "Noto Sans Elymaic",
        +  "Noto Sans Ethiopic",
        +  "Noto Sans Georgian",
        +  "Noto Sans Glagolitic",
        +  "Noto Sans Gothic",
        +  "Noto Sans Grantha",
        +  "Noto Sans Gujarati",
        +  "Noto Sans Gunjala Gondi",
        +  "Noto Sans Gurmukhi",
        +  "Noto Sans HK",
        +  "Noto Sans Hanifi Rohingya",
        +  "Noto Sans Hanunoo",
        +  "Noto Sans Hatran",
        +  "Noto Sans Hebrew",
        +  "Noto Sans Imperial Aramaic",
        +  "Noto Sans Indic Siyaq Numbers",
        +  "Noto Sans Inscriptional Pahlavi",
        +  "Noto Sans Inscriptional Parthian",
        +  "Noto Sans JP",
        +  "Noto Sans Javanese",
        +  "Noto Sans KR",
        +  "Noto Sans Kaithi",
        +  "Noto Sans Kannada",
        +  "Noto Sans Kawi",
        +  "Noto Sans Kayah Li",
        +  "Noto Sans Kharoshthi",
        +  "Noto Sans Khmer",
        +  "Noto Sans Khojki",
        +  "Noto Sans Khudawadi",
        +  "Noto Sans Lao",
        +  "Noto Sans Lao Looped",
        +  "Noto Sans Lepcha",
        +  "Noto Sans Limbu",
        +  "Noto Sans Linear A",
        +  "Noto Sans Linear B",
        +  "Noto Sans Lisu",
        +  "Noto Sans Lycian",
        +  "Noto Sans Lydian",
        +  "Noto Sans Mahajani",
        +  "Noto Sans Malayalam",
        +  "Noto Sans Mandaic",
        +  "Noto Sans Manichaean",
        +  "Noto Sans Marchen",
        +  "Noto Sans Masaram Gondi",
        +  "Noto Sans Math",
        +  "Noto Sans Mayan Numerals",
        +  "Noto Sans Medefaidrin",
        +  "Noto Sans Meetei Mayek",
        +  "Noto Sans Mende Kikakui",
        +  "Noto Sans Meroitic",
        +  "Noto Sans Miao",
        +  "Noto Sans Modi",
        +  "Noto Sans Mongolian",
        +  "Noto Sans Mono",
        +  "Noto Sans Mro",
        +  "Noto Sans Multani",
        +  "Noto Sans Myanmar",
        +  "Noto Sans NKo",
        +  "Noto Sans NKo Unjoined",
        +  "Noto Sans Nabataean",
        +  "Noto Sans Nag Mundari",
        +  "Noto Sans Nandinagari",
        +  "Noto Sans New Tai Lue",
        +  "Noto Sans Newa",
        +  "Noto Sans Nushu",
        +  "Noto Sans Ogham",
        +  "Noto Sans Ol Chiki",
        +  "Noto Sans Old Hungarian",
        +  "Noto Sans Old Italic",
        +  "Noto Sans Old North Arabian",
        +  "Noto Sans Old Permic",
        +  "Noto Sans Old Persian",
        +  "Noto Sans Old Sogdian",
        +  "Noto Sans Old South Arabian",
        +  "Noto Sans Old Turkic",
        +  "Noto Sans Oriya",
        +  "Noto Sans Osage",
        +  "Noto Sans Osmanya",
        +  "Noto Sans Pahawh Hmong",
        +  "Noto Sans Palmyrene",
        +  "Noto Sans Pau Cin Hau",
        +  "Noto Sans PhagsPa",
        +  "Noto Sans Phoenician",
        +  "Noto Sans Psalter Pahlavi",
        +  "Noto Sans Rejang",
        +  "Noto Sans Runic",
        +  "Noto Sans SC",
        +  "Noto Sans Samaritan",
        +  "Noto Sans Saurashtra",
        +  "Noto Sans Sharada",
        +  "Noto Sans Shavian",
        +  "Noto Sans Siddham",
        +  "Noto Sans SignWriting",
        +  "Noto Sans Sinhala",
        +  "Noto Sans Sogdian",
        +  "Noto Sans Sora Sompeng",
        +  "Noto Sans Soyombo",
        +  "Noto Sans Sundanese",
        +  "Noto Sans Sunuwar",
        +  "Noto Sans Syloti Nagri",
        +  "Noto Sans Symbols",
        +  "Noto Sans Symbols 2",
        +  "Noto Sans Syriac",
        +  "Noto Sans Syriac Eastern",
        +  "Noto Sans Syriac Western",
        +  "Noto Sans TC",
        +  "Noto Sans Tagalog",
        +  "Noto Sans Tagbanwa",
        +  "Noto Sans Tai Le",
        +  "Noto Sans Tai Tham",
        +  "Noto Sans Tai Viet",
        +  "Noto Sans Takri",
        +  "Noto Sans Tamil",
        +  "Noto Sans Tamil Supplement",
        +  "Noto Sans Tangsa",
        +  "Noto Sans Telugu",
        +  "Noto Sans Thaana",
        +  "Noto Sans Thai",
        +  "Noto Sans Thai Looped",
        +  "Noto Sans Tifinagh",
        +  "Noto Sans Tirhuta",
        +  "Noto Sans Ugaritic",
        +  "Noto Sans Vai",
        +  "Noto Sans Vithkuqi",
        +  "Noto Sans Wancho",
        +  "Noto Sans Warang Citi",
        +  "Noto Sans Yi",
        +  "Noto Sans Zanabazar Square",
        +  "Noto Serif",
        +  "Noto Serif Ahom",
        +  "Noto Serif Armenian",
        +  "Noto Serif Balinese",
        +  "Noto Serif Bengali",
        +  "Noto Serif Devanagari",
        +  "Noto Serif Display",
        +  "Noto Serif Dives Akuru",
        +  "Noto Serif Dogra",
        +  "Noto Serif Ethiopic",
        +  "Noto Serif Georgian",
        +  "Noto Serif Grantha",
        +  "Noto Serif Gujarati",
        +  "Noto Serif Gurmukhi",
        +  "Noto Serif HK",
        +  "Noto Serif Hebrew",
        +  "Noto Serif Hentaigana",
        +  "Noto Serif JP",
        +  "Noto Serif KR",
        +  "Noto Serif Kannada",
        +  "Noto Serif Khitan Small Script",
        +  "Noto Serif Khmer",
        +  "Noto Serif Khojki",
        +  "Noto Serif Lao",
        +  "Noto Serif Makasar",
        +  "Noto Serif Malayalam",
        +  "Noto Serif Myanmar",
        +  "Noto Serif NP Hmong",
        +  "Noto Serif Old Uyghur",
        +  "Noto Serif Oriya",
        +  "Noto Serif Ottoman Siyaq",
        +  "Noto Serif SC",
        +  "Noto Serif Sinhala",
        +  "Noto Serif TC",
        +  "Noto Serif Tamil",
        +  "Noto Serif Tangut",
        +  "Noto Serif Telugu",
        +  "Noto Serif Thai",
        +  "Noto Serif Tibetan",
        +  "Noto Serif Todhri",
        +  "Noto Serif Toto",
        +  "Noto Serif Vithkuqi",
        +  "Noto Serif Yezidi",
        +  "Noto Traditional Nushu",
        +  "Noto Znamenny Musical Notation",
        +  "Nova Cut",
        +  "Nova Flat",
        +  "Nova Mono",
        +  "Nova Oval",
        +  "Nova Round",
        +  "Nova Script",
        +  "Nova Slim",
        +  "Nova Square",
        +  "Numans",
        +  "Nunito",
        +  "Nunito Sans",
        +  "Nuosu SIL",
        +  "Odibee Sans",
        +  "Odor Mean Chey",
        +  "Offside",
        +  "Oi",
        +  "Ojuju",
        +  "Old Standard TT",
        +  "Oldenburg",
        +  "Ole",
        +  "Oleo Script",
        +  "Oleo Script Swash Caps",
        +  "Onest",
        +  "Oooh Baby",
        +  "Open Sans",
        +  "Oranienbaum",
        +  "Orbit",
        +  "Orbitron",
        +  "Oregano",
        +  "Orelega One",
        +  "Orienta",
        +  "Original Surfer",
        +  "Oswald",
        +  "Outfit",
        +  "Over the Rainbow",
        +  "Overlock",
        +  "Overlock SC",
        +  "Overpass",
        +  "Overpass Mono",
        +  "Ovo",
        +  "Oxanium",
        +  "Oxygen",
        +  "Oxygen Mono",
        +  "PT Mono",
        +  "PT Sans",
        +  "PT Sans Caption",
        +  "PT Sans Narrow",
        +  "PT Serif",
        +  "PT Serif Caption",
        +  "Pacifico",
        +  "Padauk",
        +  "Padyakke Expanded One",
        +  "Palanquin",
        +  "Palanquin Dark",
        +  "Palette Mosaic",
        +  "Pangolin",
        +  "Paprika",
        +  "Parastoo",
        +  "Parisienne",
        +  "Parkinsans",
        +  "Passero One",
        +  "Passion One",
        +  "Passions Conflict",
        +  "Pathway Extreme",
        +  "Pathway Gothic One",
        +  "Patrick Hand",
        +  "Patrick Hand SC",
        +  "Pattaya",
        +  "Patua One",
        +  "Pavanam",
        +  "Paytone One",
        +  "Peddana",
        +  "Peralta",
        +  "Permanent Marker",
        +  "Petemoss",
        +  "Petit Formal Script",
        +  "Petrona",
        +  "Phetsarath",
        +  "Philosopher",
        +  "Phudu",
        +  "Piazzolla",
        +  "Piedra",
        +  "Pinyon Script",
        +  "Pirata One",
        +  "Pixelify Sans",
        +  "Plaster",
        +  "Platypi",
        +  "Play",
        +  "Playball",
        +  "Playfair",
        +  "Playfair Display",
        +  "Playfair Display SC",
        +  "Playpen Sans",
        +  "Playpen Sans Arabic",
        +  "Playpen Sans Deva",
        +  "Playpen Sans Hebrew",
        +  "Playpen Sans Thai",
        +  "Playwrite AR",
        +  "Playwrite AR Guides",
        +  "Playwrite AT",
        +  "Playwrite AT Guides",
        +  "Playwrite AU NSW",
        +  "Playwrite AU NSW Guides",
        +  "Playwrite AU QLD",
        +  "Playwrite AU QLD Guides",
        +  "Playwrite AU SA",
        +  "Playwrite AU SA Guides",
        +  "Playwrite AU TAS",
        +  "Playwrite AU TAS Guides",
        +  "Playwrite AU VIC",
        +  "Playwrite AU VIC Guides",
        +  "Playwrite BE VLG",
        +  "Playwrite BE VLG Guides",
        +  "Playwrite BE WAL",
        +  "Playwrite BE WAL Guides",
        +  "Playwrite BR",
        +  "Playwrite BR Guides",
        +  "Playwrite CA",
        +  "Playwrite CA Guides",
        +  "Playwrite CL",
        +  "Playwrite CL Guides",
        +  "Playwrite CO",
        +  "Playwrite CO Guides",
        +  "Playwrite CU",
        +  "Playwrite CU Guides",
        +  "Playwrite CZ",
        +  "Playwrite CZ Guides",
        +  "Playwrite DE Grund",
        +  "Playwrite DE Grund Guides",
        +  "Playwrite DE LA",
        +  "Playwrite DE LA Guides",
        +  "Playwrite DE SAS",
        +  "Playwrite DE SAS Guides",
        +  "Playwrite DE VA",
        +  "Playwrite DE VA Guides",
        +  "Playwrite DK Loopet",
        +  "Playwrite DK Loopet Guides",
        +  "Playwrite DK Uloopet",
        +  "Playwrite DK Uloopet Guides",
        +  "Playwrite ES",
        +  "Playwrite ES Deco",
        +  "Playwrite ES Deco Guides",
        +  "Playwrite ES Guides",
        +  "Playwrite FR Moderne",
        +  "Playwrite FR Moderne Guides",
        +  "Playwrite FR Trad",
        +  "Playwrite FR Trad Guides",
        +  "Playwrite GB J",
        +  "Playwrite GB J Guides",
        +  "Playwrite GB S",
        +  "Playwrite GB S Guides",
        +  "Playwrite HR",
        +  "Playwrite HR Guides",
        +  "Playwrite HR Lijeva",
        +  "Playwrite HR Lijeva Guides",
        +  "Playwrite HU",
        +  "Playwrite HU Guides",
        +  "Playwrite ID",
        +  "Playwrite ID Guides",
        +  "Playwrite IE",
        +  "Playwrite IE Guides",
        +  "Playwrite IN",
        +  "Playwrite IN Guides",
        +  "Playwrite IS",
        +  "Playwrite IS Guides",
        +  "Playwrite IT Moderna",
        +  "Playwrite IT Moderna Guides",
        +  "Playwrite IT Trad",
        +  "Playwrite IT Trad Guides",
        +  "Playwrite MX",
        +  "Playwrite MX Guides",
        +  "Playwrite NG Modern",
        +  "Playwrite NG Modern Guides",
        +  "Playwrite NL",
        +  "Playwrite NL Guides",
        +  "Playwrite NO",
        +  "Playwrite NO Guides",
        +  "Playwrite NZ",
        +  "Playwrite NZ Basic",
        +  "Playwrite NZ Basic Guides",
        +  "Playwrite NZ Guides",
        +  "Playwrite PE",
        +  "Playwrite PE Guides",
        +  "Playwrite PL",
        +  "Playwrite PL Guides",
        +  "Playwrite PT",
        +  "Playwrite PT Guides",
        +  "Playwrite RO",
        +  "Playwrite RO Guides",
        +  "Playwrite SK",
        +  "Playwrite SK Guides",
        +  "Playwrite TZ",
        +  "Playwrite TZ Guides",
        +  "Playwrite US Modern",
        +  "Playwrite US Modern Guides",
        +  "Playwrite US Trad",
        +  "Playwrite US Trad Guides",
        +  "Playwrite VN",
        +  "Playwrite VN Guides",
        +  "Playwrite ZA",
        +  "Playwrite ZA Guides",
        +  "Pliant",
        +  "Plus Jakarta Sans",
        +  "Pochaevsk",
        +  "Podkova",
        +  "Poetsen One",
        +  "Poiret One",
        +  "Poller One",
        +  "Poltawski Nowy",
        +  "Poly",
        +  "Pompiere",
        +  "Ponnala",
        +  "Ponomar",
        +  "Pontano Sans",
        +  "Poor Story",
        +  "Poppins",
        +  "Port Lligat Sans",
        +  "Port Lligat Slab",
        +  "Potta One",
        +  "Pragati Narrow",
        +  "Praise",
        +  "Prata",
        +  "Preahvihear",
        +  "Press Start 2P",
        +  "Pridi",
        +  "Princess Sofia",
        +  "Prociono",
        +  "Prompt",
        +  "Prosto One",
        +  "Protest Guerrilla",
        +  "Protest Revolution",
        +  "Protest Riot",
        +  "Protest Strike",
        +  "Proza Libre",
        +  "Public Sans",
        +  "Puppies Play",
        +  "Puritan",
        +  "Purple Purse",
        +  "Qahiri",
        +  "Quando",
        +  "Quantico",
        +  "Quattrocento",
        +  "Quattrocento Sans",
        +  "Questrial",
        +  "Quicksand",
        +  "Quintessential",
        +  "Qwigley",
        +  "Qwitcher Grypen",
        +  "REM",
        +  "Racing Sans One",
        +  "Radio Canada",
        +  "Radio Canada Big",
        +  "Radley",
        +  "Rajdhani",
        +  "Rakkas",
        +  "Raleway",
        +  "Raleway Dots",
        +  "Ramabhadra",
        +  "Ramaraja",
        +  "Rambla",
        +  "Rammetto One",
        +  "Rampart One",
        +  "Ramsina",
        +  "Ranchers",
        +  "Rancho",
        +  "Ranga",
        +  "Rasa",
        +  "Rationale",
        +  "Ravi Prakash",
        +  "Readex Pro",
        +  "Recursive",
        +  "Red Hat Display",
        +  "Red Hat Mono",
        +  "Red Hat Text",
        +  "Red Rose",
        +  "Redacted",
        +  "Redacted Script",
        +  "Reddit Mono",
        +  "Reddit Sans",
        +  "Reddit Sans Condensed",
        +  "Redressed",
        +  "Reem Kufi",
        +  "Reem Kufi Fun",
        +  "Reem Kufi Ink",
        +  "Reenie Beanie",
        +  "Reggae One",
        +  "Rethink Sans",
        +  "Revalia",
        +  "Rhodium Libre",
        +  "Ribeye",
        +  "Ribeye Marrow",
        +  "Righteous",
        +  "Risque",
        +  "Road Rage",
        +  "Roboto",
        +  "Roboto Condensed",
        +  "Roboto Flex",
        +  "Roboto Mono",
        +  "Roboto Serif",
        +  "Roboto Slab",
        +  "Rochester",
        +  "Rock 3D",
        +  "Rock Salt",
        +  "RocknRoll One",
        +  "Rokkitt",
        +  "Romanesco",
        +  "Ropa Sans",
        +  "Rosario",
        +  "Rosarivo",
        +  "Rouge Script",
        +  "Rowdies",
        +  "Rozha One",
        +  "Rubik",
        +  "Rubik 80s Fade",
        +  "Rubik Beastly",
        +  "Rubik Broken Fax",
        +  "Rubik Bubbles",
        +  "Rubik Burned",
        +  "Rubik Dirt",
        +  "Rubik Distressed",
        +  "Rubik Doodle Shadow",
        +  "Rubik Doodle Triangles",
        +  "Rubik Gemstones",
        +  "Rubik Glitch",
        +  "Rubik Glitch Pop",
        +  "Rubik Iso",
        +  "Rubik Lines",
        +  "Rubik Maps",
        +  "Rubik Marker Hatch",
        +  "Rubik Maze",
        +  "Rubik Microbe",
        +  "Rubik Mono One",
        +  "Rubik Moonrocks",
        +  "Rubik Pixels",
        +  "Rubik Puddles",
        +  "Rubik Scribble",
        +  "Rubik Spray Paint",
        +  "Rubik Storm",
        +  "Rubik Vinyl",
        +  "Rubik Wet Paint",
        +  "Ruda",
        +  "Rufina",
        +  "Ruge Boogie",
        +  "Ruluko",
        +  "Rum Raisin",
        +  "Ruslan Display",
        +  "Russo One",
        +  "Ruthie",
        +  "Ruwudu",
        +  "Rye",
        +  "SN Pro",
        +  "STIX Two Math",
        +  "STIX Two Text",
        +  "SUSE",
        +  "SUSE Mono",
        +  "Sacramento",
        +  "Sahitya",
        +  "Sail",
        +  "Saira",
        +  "Saira Condensed",
        +  "Saira Extra Condensed",
        +  "Saira Semi Condensed",
        +  "Saira Stencil",
        +  "Salsa",
        +  "Sanchez",
        +  "Sancreek",
        +  "Sankofa Display",
        +  "Sansation",
        +  "Sansita",
        +  "Sansita Swashed",
        +  "Sarabun",
        +  "Sarala",
        +  "Sarina",
        +  "Sarpanch",
        +  "Sassy Frass",
        +  "Satisfy",
        +  "Savate",
        +  "Sawarabi Gothic",
        +  "Sawarabi Mincho",
        +  "Scada",
        +  "Scheherazade New",
        +  "Schibsted Grotesk",
        +  "Schoolbell",
        +  "Science Gothic",
        +  "Scope One",
        +  "Seaweed Script",
        +  "Secular One",
        +  "Sedan",
        +  "Sedan SC",
        +  "Sedgwick Ave",
        +  "Sedgwick Ave Display",
        +  "Sekuya",
        +  "Sen",
        +  "Send Flowers",
        +  "Sevillana",
        +  "Seymour One",
        +  "Shadows Into Light",
        +  "Shadows Into Light Two",
        +  "Shafarik",
        +  "Shalimar",
        +  "Shantell Sans",
        +  "Shanti",
        +  "Share",
        +  "Share Tech",
        +  "Share Tech Mono",
        +  "Shippori Antique",
        +  "Shippori Antique B1",
        +  "Shippori Mincho",
        +  "Shippori Mincho B1",
        +  "Shizuru",
        +  "Shojumaru",
        +  "Short Stack",
        +  "Shrikhand",
        +  "Siemreap",
        +  "Sigmar",
        +  "Sigmar One",
        +  "Signika",
        +  "Signika Negative",
        +  "Silkscreen",
        +  "Simonetta",
        +  "Single Day",
        +  "Sintony",
        +  "Sirin Stencil",
        +  "Sirivennela",
        +  "Six Caps",
        +  "Sixtyfour",
        +  "Sixtyfour Convergence",
        +  "Skranji",
        +  "Slabo 13px",
        +  "Slabo 27px",
        +  "Slackey",
        +  "Slackside One",
        +  "Smokum",
        +  "Smooch",
        +  "Smooch Sans",
        +  "Smythe",
        +  "Sniglet",
        +  "Snippet",
        +  "Snowburst One",
        +  "Sofadi One",
        +  "Sofia",
        +  "Sofia Sans",
        +  "Sofia Sans Condensed",
        +  "Sofia Sans Extra Condensed",
        +  "Sofia Sans Semi Condensed",
        +  "Solitreo",
        +  "Solway",
        +  "Sometype Mono",
        +  "Song Myung",
        +  "Sono",
        +  "Sonsie One",
        +  "Sora",
        +  "Sorts Mill Goudy",
        +  "Sour Gummy",
        +  "Source Code Pro",
        +  "Source Sans 3",
        +  "Source Serif 4",
        +  "Space Grotesk",
        +  "Space Mono",
        +  "Special Elite",
        +  "Special Gothic",
        +  "Special Gothic Condensed One",
        +  "Special Gothic Expanded One",
        +  "Spectral",
        +  "Spectral SC",
        +  "Spicy Rice",
        +  "Spinnaker",
        +  "Spirax",
        +  "Splash",
        +  "Spline Sans",
        +  "Spline Sans Mono",
        +  "Squada One",
        +  "Square Peg",
        +  "Sree Krushnadevaraya",
        +  "Sriracha",
        +  "Srisakdi",
        +  "Staatliches",
        +  "Stack Sans Headline",
        +  "Stack Sans Notch",
        +  "Stack Sans Text",
        +  "Stalemate",
        +  "Stalinist One",
        +  "Stardos Stencil",
        +  "Stick",
        +  "Stick No Bills",
        +  "Stint Ultra Condensed",
        +  "Stint Ultra Expanded",
        +  "Stoke",
        +  "Story Script",
        +  "Strait",
        +  "Strichpunkt Sans",
        +  "Style Script",
        +  "Stylish",
        +  "Sue Ellen Francisco",
        +  "Suez One",
        +  "Sulphur Point",
        +  "Sumana",
        +  "Sunflower",
        +  "Sunshiney",
        +  "Supermercado One",
        +  "Sura",
        +  "Suranna",
        +  "Suravaram",
        +  "Suwannaphum",
        +  "Swanky and Moo Moo",
        +  "Syncopate",
        +  "Syne",
        +  "Syne Mono",
        +  "Syne Tactile",
        +  "TASA Explorer",
        +  "TASA Orbiter",
        +  "Tac One",
        +  "Tagesschrift",
        +  "Tai Heritage Pro",
        +  "Tajawal",
        +  "Tangerine",
        +  "Tapestry",
        +  "Taprom",
        +  "Tauri",
        +  "Taviraj",
        +  "Teachers",
        +  "Teko",
        +  "Tektur",
        +  "Telex",
        +  "Tenali Ramakrishna",
        +  "Tenor Sans",
        +  "Text Me One",
        +  "Texturina",
        +  "Thasadith",
        +  "The Girl Next Door",
        +  "The Nautigal",
        +  "Tienne",
        +  "TikTok Sans",
        +  "Tillana",
        +  "Tilt Neon",
        +  "Tilt Prism",
        +  "Tilt Warp",
        +  "Timmana",
        +  "Tinos",
        +  "Tiny5",
        +  "Tiro Bangla",
        +  "Tiro Devanagari Hindi",
        +  "Tiro Devanagari Marathi",
        +  "Tiro Devanagari Sanskrit",
        +  "Tiro Gurmukhi",
        +  "Tiro Kannada",
        +  "Tiro Tamil",
        +  "Tiro Telugu",
        +  "Tirra",
        +  "Titan One",
        +  "Titillium Web",
        +  "Tomorrow",
        +  "Tourney",
        +  "Trade Winds",
        +  "Train One",
        +  "Triodion",
        +  "Trirong",
        +  "Trispace",
        +  "Trocchi",
        +  "Trochut",
        +  "Truculenta",
        +  "Trykker",
        +  "Tsukimi Rounded",
        +  "Tuffy",
        +  "Tulpen One",
        +  "Turret Road",
        +  "Twinkle Star",
        +  "Ubuntu",
        +  "Ubuntu Condensed",
        +  "Ubuntu Mono",
        +  "Ubuntu Sans",
        +  "Ubuntu Sans Mono",
        +  "Uchen",
        +  "Ultra",
        +  "Unbounded",
        +  "Uncial Antiqua",
        +  "Underdog",
        +  "Unica One",
        +  "UnifrakturCook",
        +  "UnifrakturMaguntia",
        +  "Unkempt",
        +  "Unlock",
        +  "Unna",
        +  "UoqMunThenKhung",
        +  "Updock",
        +  "Urbanist",
        +  "VT323",
        +  "Vampiro One",
        +  "Varela",
        +  "Varela Round",
        +  "Varta",
        +  "Vast Shadow",
        +  "Vazirmatn",
        +  "Vend Sans",
        +  "Vesper Libre",
        +  "Viaoda Libre",
        +  "Vibes",
        +  "Vibur",
        +  "Victor Mono",
        +  "Vidaloka",
        +  "Viga",
        +  "Vina Sans",
        +  "Voces",
        +  "Volkhov",
        +  "Vollkorn",
        +  "Vollkorn SC",
        +  "Voltaire",
        +  "Vujahday Script",
        +  "WDXL Lubrifont JP N",
        +  "WDXL Lubrifont SC",
        +  "WDXL Lubrifont TC",
        +  "Waiting for the Sunrise",
        +  "Wallpoet",
        +  "Walter Turncoat",
        +  "Warnes",
        +  "Water Brush",
        +  "Waterfall",
        +  "Wavefont",
        +  "Wellfleet",
        +  "Wendy One",
        +  "Whisper",
        +  "WindSong",
        +  "Winky Rough",
        +  "Winky Sans",
        +  "Wire One",
        +  "Wittgenstein",
        +  "Wix Madefor Display",
        +  "Wix Madefor Text",
        +  "Work Sans",
        +  "Workbench",
        +  "Xanh Mono",
        +  "Yaldevi",
        +  "Yanone Kaffeesatz",
        +  "Yantramanav",
        +  "Yarndings 12",
        +  "Yarndings 12 Charted",
        +  "Yarndings 20",
        +  "Yarndings 20 Charted",
        +  "Yatra One",
        +  "Yellowtail",
        +  "Yeon Sung",
        +  "Yeseva One",
        +  "Yesteryear",
        +  "Yomogi",
        +  "Young Serif",
        +  "Yrsa",
        +  "Ysabeau",
        +  "Ysabeau Infant",
        +  "Ysabeau Office",
        +  "Ysabeau SC",
        +  "Yuji Boku",
        +  "Yuji Hentaigana Akari",
        +  "Yuji Hentaigana Akebono",
        +  "Yuji Mai",
        +  "Yuji Syuku",
        +  "Yusei Magic",
        +  "Yuyu",
        +  "Yuyu Short",
        +  "ZCOOL KuaiLe",
        +  "ZCOOL QingKe HuangYou",
        +  "ZCOOL XiaoWei",
        +  "Zain",
        +  "Zalando Sans",
        +  "Zalando Sans Expanded",
        +  "Zalando Sans SemiExpanded",
        +  "Zen Antique",
        +  "Zen Antique Soft",
        +  "Zen Dots",
        +  "Zen Kaku Gothic Antique",
        +  "Zen Kaku Gothic New",
        +  "Zen Kurenaido",
        +  "Zen Loop",
        +  "Zen Maru Gothic",
        +  "Zen Old Mincho",
        +  "Zen Tokyo Zoo",
        +  "Zeyada",
        +  "Zhi Mang Xing",
        +  "Zilla Slab",
        +  "Zilla Slab Highlight"
        +]
      • addedOutput schema / properties / validation / properties / suggestedConfig / properties / themeOverrides / properties / titleFontFamily / enum
        Added value: +[
        +  "ABeeZee",
        +  "ADLaM Display",
        +  "AR One Sans",
        +  "Abel",
        +  "Abhaya Libre",
        +  "Aboreto",
        +  "Abril Fatface",
        +  "Abyssinica SIL",
        +  "Aclonica",
        +  "Acme",
        +  "Actor",
        +  "Adamina",
        +  "Advent Pro",
        +  "Afacad",
        +  "Afacad Flux",
        +  "Agbalumo",
        +  "Agdasima",
        +  "Agu Display",
        +  "Aguafina Script",
        +  "Akatab",
        +  "Akaya Kanadaka",
        +  "Akaya Telivigala",
        +  "Akronim",
        +  "Akshar",
        +  "Akt",
        +  "Aladin",
        +  "Alan Sans",
        +  "Alata",
        +  "Alatsi",
        +  "Albert Sans",
        +  "Aldrich",
        +  "Alef",
        +  "Alegreya",
        +  "Alegreya SC",
        +  "Alegreya Sans",
        +  "Alegreya Sans SC",
        +  "Aleo",
        +  "Alex Brush",
        +  "Alexandria",
        +  "Alfa Slab One",
        +  "Alice",
        +  "Alien Block",
        +  "Alike",
        +  "Alike Angular",
        +  "Alkalami",
        +  "Alkatra",
        +  "Allan",
        +  "Allerta",
        +  "Allerta Stencil",
        +  "Allison",
        +  "Allkin",
        +  "Allura",
        +  "Almarai",
        +  "Almendra",
        +  "Almendra Display",
        +  "Almendra SC",
        +  "Alumni Sans",
        +  "Alumni Sans Collegiate One",
        +  "Alumni Sans Inline One",
        +  "Alumni Sans Pinstripe",
        +  "Alumni Sans SC",
        +  "Alyamama",
        +  "Amarante",
        +  "Amaranth",
        +  "Amarna",
        +  "Amatic SC",
        +  "Amethysta",
        +  "Amiko",
        +  "Amiri",
        +  "Amiri Quran",
        +  "Amita",
        +  "Anaheim",
        +  "Ancizar Sans",
        +  "Ancizar Serif",
        +  "Andada Pro",
        +  "Andika",
        +  "Anek Bangla",
        +  "Anek Devanagari",
        +  "Anek Gujarati",
        +  "Anek Gurmukhi",
        +  "Anek Kannada",
        +  "Anek Latin",
        +  "Anek Malayalam",
        +  "Anek Odia",
        +  "Anek Tamil",
        +  "Anek Telugu",
        +  "Angkor",
        +  "Annapurna SIL",
        +  "Annie Use Your Telescope",
        +  "Anonymous Pro",
        +  "Anta",
        +  "Antic",
        +  "Antic Didone",
        +  "Antic Slab",
        +  "Anton",
        +  "Anton SC",
        +  "Antonio",
        +  "Anuphan",
        +  "Anybody",
        +  "Aoboshi One",
        +  "Arapey",
        +  "Arbutus",
        +  "Arbutus Slab",
        +  "Architects Daughter",
        +  "Archivo",
        +  "Archivo Black",
        +  "Archivo Narrow",
        +  "Are You Serious",
        +  "Aref Ruqaa",
        +  "Aref Ruqaa Ink",
        +  "Arima",
        +  "Arimo",
        +  "Arizonia",
        +  "Armata",
        +  "Arsenal",
        +  "Arsenal SC",
        +  "Artifika",
        +  "Arvo",
        +  "Arya",
        +  "Asap",
        +  "Asap Condensed",
        +  "Asar",
        +  "Asimovian",
        +  "Asset",
        +  "Assistant",
        +  "Asta Sans",
        +  "Astloch",
        +  "Asul",
        +  "Athiti",
        +  "Atkinson Hyperlegible",
        +  "Atkinson Hyperlegible Mono",
        +  "Atkinson Hyperlegible Next",
        +  "Atma",
        +  "Atomic Age",
        +  "Aubrey",
        +  "Audiowide",
        +  "Autour One",
        +  "Average",
        +  "Average Sans",
        +  "Averia Gruesa Libre",
        +  "Averia Libre",
        +  "Averia Sans Libre",
        +  "Averia Serif Libre",
        +  "Azeret Mono",
        +  "B612",
        +  "B612 Mono",
        +  "BBH Bartle",
        +  "BBH Bogle",
        +  "BBH Hegarty",
        +  "BIZ UDGothic",
        +  "BIZ UDMincho",
        +  "BIZ UDPGothic",
        +  "BIZ UDPMincho",
        +  "BJCree",
        +  "Babylonica",
        +  "Bacasime Antique",
        +  "Bad Script",
        +  "Badeen Display",
        +  "Bagel Fat One",
        +  "Bahiana",
        +  "Bahianita",
        +  "Bai Jamjuree",
        +  "Bakbak One",
        +  "Ballet",
        +  "Baloo 2",
        +  "Baloo Bhai 2",
        +  "Baloo Bhaijaan 2",
        +  "Baloo Bhaina 2",
        +  "Baloo Chettan 2",
        +  "Baloo Da 2",
        +  "Baloo Paaji 2",
        +  "Baloo Tamma 2",
        +  "Baloo Tammudu 2",
        +  "Baloo Thambi 2",
        +  "Balsamiq Sans",
        +  "Balthazar",
        +  "Bangers",
        +  "Barlow",
        +  "Barlow Condensed",
        +  "Barlow Semi Condensed",
        +  "Barriecito",
        +  "Barrio",
        +  "Basic",
        +  "Baskervville",
        +  "Baskervville SC",
        +  "Battambang",
        +  "Baumans",
        +  "Bayon",
        +  "Be Vietnam Pro",
        +  "Beau Rivage",
        +  "Bebas Neue",
        +  "Beiruti",
        +  "Belanosima",
        +  "Belgrano",
        +  "Bellefair",
        +  "Belleza",
        +  "Bellota",
        +  "Bellota Text",
        +  "BenchNine",
        +  "Benne",
        +  "Bentham",
        +  "Berkshire Swash",
        +  "Besley",
        +  "Betania Patmos",
        +  "Betania Patmos GDL",
        +  "Betania Patmos In",
        +  "Betania Patmos In GDL",
        +  "Beth Ellen",
        +  "Bevan",
        +  "BhuTuka Expanded One",
        +  "Big Shoulders",
        +  "Big Shoulders Inline",
        +  "Big Shoulders Stencil",
        +  "Bigelow Rules",
        +  "Bigshot One",
        +  "Bilbo",
        +  "Bilbo Swash Caps",
        +  "BioRhyme",
        +  "BioRhyme Expanded",
        +  "Birthstone",
        +  "Birthstone Bounce",
        +  "Biryani",
        +  "Bitcount",
        +  "Bitcount Grid Double",
        +  "Bitcount Grid Double Ink",
        +  "Bitcount Grid Single",
        +  "Bitcount Grid Single Ink",
        +  "Bitcount Ink",
        +  "Bitcount Prop Double",
        +  "Bitcount Prop Double Ink",
        +  "Bitcount Prop Single",
        +  "Bitcount Prop Single Ink",
        +  "Bitcount Single",
        +  "Bitcount Single Ink",
        +  "Bitter",
        +  "Black And White Picture",
        +  "Black Han Sans",
        +  "Black Ops One",
        +  "Blaka",
        +  "Blaka Hollow",
        +  "Blaka Ink",
        +  "Blinker",
        +  "Bodoni Moda",
        +  "Bodoni Moda SC",
        +  "Bokor",
        +  "Boldonse",
        +  "Bona Nova",
        +  "Bona Nova SC",
        +  "Bonbon",
        +  "Bonheur Royale",
        +  "Boogaloo",
        +  "Borel",
        +  "Bowlby One",
        +  "Bowlby One SC",
        +  "Bpmf Huninn",
        +  "Bpmf Iansui",
        +  "Bpmf Zihi Kai Std",
        +  "Braah One",
        +  "Brawler",
        +  "Bree Serif",
        +  "Bricolage Grotesque",
        +  "Bruno Ace",
        +  "Bruno Ace SC",
        +  "Brygada 1918",
        +  "Bubblegum Sans",
        +  "Bubbler One",
        +  "Buda",
        +  "Buenard",
        +  "Bungee",
        +  "Bungee Hairline",
        +  "Bungee Inline",
        +  "Bungee Outline",
        +  "Bungee Shade",
        +  "Bungee Spice",
        +  "Bungee Tint",
        +  "Butcherman",
        +  "Butterfly Kids",
        +  "Bytesized",
        +  "Cabin",
        +  "Cabin Condensed",
        +  "Cabin Sketch",
        +  "Cactus Classical Serif",
        +  "Caesar Dressing",
        +  "Cagliostro",
        +  "Cairo",
        +  "Cairo Play",
        +  "Cal Sans",
        +  "Caladea",
        +  "Calistoga",
        +  "Calligraffitti",
        +  "Cambay",
        +  "Cambo",
        +  "Candal",
        +  "Cantarell",
        +  "Cantata One",
        +  "Cantora One",
        +  "Caprasimo",
        +  "Capriola",
        +  "Caramel",
        +  "Carattere",
        +  "Cardo",
        +  "Carlito",
        +  "Carme",
        +  "Carrois Gothic",
        +  "Carrois Gothic SC",
        +  "Carter One",
        +  "Cascadia Code",
        +  "Cascadia Mono",
        +  "Castoro",
        +  "Castoro Titling",
        +  "Catamaran",
        +  "Caudex",
        +  "Cause",
        +  "Caveat",
        +  "Caveat Brush",
        +  "Cedarville Cursive",
        +  "Ceviche One",
        +  "Chakra Petch",
        +  "Changa",
        +  "Changa One",
        +  "Chango",
        +  "Charis SIL",
        +  "Charm",
        +  "Charmonman",
        +  "Chathura",
        +  "Chau Philomene One",
        +  "Chela One",
        +  "Chelsea Market",
        +  "Chenla",
        +  "Cherish",
        +  "Cherry Bomb One",
        +  "Cherry Cream Soda",
        +  "Cherry Swash",
        +  "Chewy",
        +  "Chicle",
        +  "Chilanka",
        +  "Chiron GoRound TC",
        +  "Chiron Hei HK",
        +  "Chiron Sung HK",
        +  "Chivo",
        +  "Chivo Mono",
        +  "Chocolate Classical Sans",
        +  "Chokokutai",
        +  "Chonburi",
        +  "Cinzel",
        +  "Cinzel Decorative",
        +  "Clicker Script",
        +  "Climate Crisis",
        +  "Coda",
        +  "Codystar",
        +  "Coiny",
        +  "Combo",
        +  "Comfortaa",
        +  "Comforter",
        +  "Comforter Brush",
        +  "Comic Neue",
        +  "Comic Relief",
        +  "Coming Soon",
        +  "Comme",
        +  "Commissioner",
        +  "Concert One",
        +  "Condiment",
        +  "Content",
        +  "Contrail One",
        +  "Convergence",
        +  "Cookie",
        +  "Copse",
        +  "Coral Pixels",
        +  "Corben",
        +  "Corinthia",
        +  "Cormorant",
        +  "Cormorant Garamond",
        +  "Cormorant Infant",
        +  "Cormorant SC",
        +  "Cormorant Unicase",
        +  "Cormorant Upright",
        +  "Cossette Texte",
        +  "Cossette Titre",
        +  "Courgette",
        +  "Courier Prime",
        +  "Cousine",
        +  "Coustard",
        +  "Covered By Your Grace",
        +  "Crafty Girls",
        +  "Creepster",
        +  "Crete Round",
        +  "Crimson Pro",
        +  "Crimson Text",
        +  "Croissant One",
        +  "Crushed",
        +  "Cuprum",
        +  "Cute Font",
        +  "Cutive",
        +  "Cutive Mono",
        +  "DM Mono",
        +  "DM Sans",
        +  "DM Serif Display",
        +  "DM Serif Text",
        +  "Dai Banna SIL",
        +  "Damion",
        +  "Dancing Script",
        +  "Danfo",
        +  "Dangrek",
        +  "Darker Grotesque",
        +  "Darumadrop One",
        +  "Datatype",
        +  "David Libre",
        +  "Dawning of a New Day",
        +  "Days One",
        +  "Dekko",
        +  "Dela Gothic One",
        +  "Delicious Handrawn",
        +  "Delius",
        +  "Delius Swash Caps",
        +  "Delius Unicase",
        +  "Della Respira",
        +  "Denk One",
        +  "Devonshire",
        +  "Dhurjati",
        +  "Didact Gothic",
        +  "Diphylleia",
        +  "Diplomata",
        +  "Diplomata SC",
        +  "Do Hyeon",
        +  "Dokdo",
        +  "Domine",
        +  "Donegal One",
        +  "Dongle",
        +  "Doppio One",
        +  "Dorsa",
        +  "Dosis",
        +  "DotGothic16",
        +  "Doto",
        +  "Dr Sugiyama",
        +  "Duru Sans",
        +  "DynaPuff",
        +  "Dynalight",
        +  "EB Garamond",
        +  "Eagle Lake",
        +  "East Sea Dokdo",
        +  "Eater",
        +  "Economica",
        +  "Eczar",
        +  "Edu AU VIC WA NT Arrows",
        +  "Edu AU VIC WA NT Dots",
        +  "Edu AU VIC WA NT Guides",
        +  "Edu AU VIC WA NT Hand",
        +  "Edu AU VIC WA NT Pre",
        +  "Edu NSW ACT Cursive",
        +  "Edu NSW ACT Foundation",
        +  "Edu NSW ACT Hand Pre",
        +  "Edu QLD Beginner",
        +  "Edu QLD Hand",
        +  "Edu SA Beginner",
        +  "Edu SA Hand",
        +  "Edu TAS Beginner",
        +  "Edu VIC WA NT Beginner",
        +  "Edu VIC WA NT Hand",
        +  "Edu VIC WA NT Hand Pre",
        +  "El Messiri",
        +  "Electrolize",
        +  "Elms Sans",
        +  "Elsie",
        +  "Elsie Swash Caps",
        +  "Emblema One",
        +  "Emilys Candy",
        +  "Encode Sans",
        +  "Encode Sans Condensed",
        +  "Encode Sans Expanded",
        +  "Encode Sans SC",
        +  "Encode Sans Semi Condensed",
        +  "Encode Sans Semi Expanded",
        +  "Engagement",
        +  "Englebert",
        +  "Enriqueta",
        +  "Ephesis",
        +  "Epilogue",
        +  "Epunda Sans",
        +  "Epunda Slab",
        +  "Erica One",
        +  "Esteban",
        +  "Estedad",
        +  "Estonia",
        +  "Euphoria Script",
        +  "Ewert",
        +  "Exile",
        +  "Exo",
        +  "Exo 2",
        +  "Expletus Sans",
        +  "Explora",
        +  "Faculty Glyphic",
        +  "Fahkwang",
        +  "Familjen Grotesk",
        +  "Fanwood Text",
        +  "Farro",
        +  "Farsan",
        +  "Fascinate",
        +  "Fascinate Inline",
        +  "Faster One",
        +  "Fasthand",
        +  "Fauna One",
        +  "Faustina",
        +  "Federant",
        +  "Federo",
        +  "Felipa",
        +  "Fenix",
        +  "Festive",
        +  "Figtree",
        +  "Finger Paint",
        +  "Finlandica Headline",
        +  "Finlandica Text",
        +  "Fira Code",
        +  "Fira Mono",
        +  "Fira Sans",
        +  "Fira Sans Condensed",
        +  "Fira Sans Extra Condensed",
        +  "Fjalla One",
        +  "Fjord One",
        +  "Flamenco",
        +  "Flavors",
        +  "Fleur De Leah",
        +  "Flow Block",
        +  "Flow Circular",
        +  "Flow Rounded",
        +  "Foldit",
        +  "Fondamento",
        +  "Fontdiner Swanky",
        +  "Forum",
        +  "Fragment Mono",
        +  "Francois One",
        +  "Frank Ruhl Libre",
        +  "Fraunces",
        +  "Freckle Face",
        +  "Fredericka the Great",
        +  "Fredoka",
        +  "Freehand",
        +  "Freeman",
        +  "Fresca",
        +  "Frijole",
        +  "Fruktur",
        +  "Fugaz One",
        +  "Fuggles",
        +  "Funnel Display",
        +  "Funnel Sans",
        +  "Fustat",
        +  "Fuzzy Bubbles",
        +  "GFS Didot",
        +  "GFS Neohellenic",
        +  "Ga Maamli",
        +  "Gabarito",
        +  "Gabriela",
        +  "Gaegu",
        +  "Gafata",
        +  "Gajraj One",
        +  "Galada",
        +  "Galdeano",
        +  "Galindo",
        +  "Gamja Flower",
        +  "Gantari",
        +  "Gasoek One",
        +  "Gayathri",
        +  "Geist",
        +  "Geist Mono",
        +  "Geist Pixel",
        +  "Gelasio",
        +  "Gemunu Libre",
        +  "Genos",
        +  "Gentium Book Plus",
        +  "Gentium Plus",
        +  "Geo",
        +  "Geologica",
        +  "Geom",
        +  "Geomini",
        +  "Georama",
        +  "Geostar",
        +  "Geostar Fill",
        +  "Germania One",
        +  "Gideon Roman",
        +  "Gidole",
        +  "Gidugu",
        +  "Gilda Display",
        +  "Girassol",
        +  "Give You Glory",
        +  "Glass Antiqua",
        +  "Glegoo",
        +  "Gloock",
        +  "Gloria Hallelujah",
        +  "Glory",
        +  "Gluten",
        +  "Goblin One",
        +  "Gochi Hand",
        +  "Goldman",
        +  "Golos Text",
        +  "Google Sans",
        +  "Google Sans Code",
        +  "Google Sans Flex",
        +  "Gorditas",
        +  "Gothic A1",
        +  "Gotu",
        +  "Goudy Bookletter 1911",
        +  "Gowun Batang",
        +  "Gowun Dodum",
        +  "Graduate",
        +  "Grand Hotel",
        +  "Grandiflora One",
        +  "Grandstander",
        +  "Grape Nuts",
        +  "Gravitas One",
        +  "Great Vibes",
        +  "Grechen Fuemen",
        +  "Grenze",
        +  "Grenze Gotisch",
        +  "Grey Qo",
        +  "Griffy",
        +  "Gruppo",
        +  "Gudea",
        +  "Gugi",
        +  "Gulzar",
        +  "Gupter",
        +  "Gurajada",
        +  "Gveret Levin",
        +  "Gwendolyn",
        +  "Habibi",
        +  "Hachi Maru Pop",
        +  "Hahmlet",
        +  "Halant",
        +  "Hammersmith One",
        +  "Hanalei",
        +  "Hanalei Fill",
        +  "Handjet",
        +  "Handlee",
        +  "Hanken Grotesk",
        +  "Hanuman",
        +  "Happy Monkey",
        +  "Harmattan",
        +  "Headland One",
        +  "Hedvig Letters Sans",
        +  "Hedvig Letters Serif",
        +  "Heebo",
        +  "Henny Penny",
        +  "Hepta Slab",
        +  "Herr Von Muellerhoff",
        +  "Hi Melody",
        +  "Hibur Mono",
        +  "Hina Mincho",
        +  "Hind",
        +  "Hind Guntur",
        +  "Hind Madurai",
        +  "Hind Mysuru",
        +  "Hind Siliguri",
        +  "Hind Vadodara",
        +  "Holtwood One SC",
        +  "Homemade Apple",
        +  "Homenaje",
        +  "Honk",
        +  "Host Grotesk",
        +  "Hubballi",
        +  "Hubot Sans",
        +  "Huninn",
        +  "Hurricane",
        +  "IBM Plex Mono",
        +  "IBM Plex Sans",
        +  "IBM Plex Sans Arabic",
        +  "IBM Plex Sans Condensed",
        +  "IBM Plex Sans Devanagari",
        +  "IBM Plex Sans Hebrew",
        +  "IBM Plex Sans JP",
        +  "IBM Plex Sans KR",
        +  "IBM Plex Sans Thai",
        +  "IBM Plex Sans Thai Looped",
        +  "IBM Plex Serif",
        +  "IM Fell DW Pica",
        +  "IM Fell DW Pica SC",
        +  "IM Fell Double Pica",
        +  "IM Fell Double Pica SC",
        +  "IM Fell English",
        +  "IM Fell English SC",
        +  "IM Fell French Canon",
        +  "IM Fell French Canon SC",
        +  "IM Fell Great Primer",
        +  "IM Fell Great Primer SC",
        +  "Iansui",
        +  "Ibarra Real Nova",
        +  "Iceberg",
        +  "Iceland",
        +  "Idiqlat",
        +  "Imbue",
        +  "Imperial Script",
        +  "Imprima",
        +  "Inclusive Sans",
        +  "Inconsolata",
        +  "Inder",
        +  "Indie Flower",
        +  "Ingrid Darling",
        +  "Inika",
        +  "Inknut Antiqua",
        +  "Inria Sans",
        +  "Inria Serif",
        +  "Inspiration",
        +  "Instrument Sans",
        +  "Instrument Serif",
        +  "Intel One Mono",
        +  "Inter",
        +  "Inter Tight",
        +  "Iosevka Charon",
        +  "Iosevka Charon Mono",
        +  "Irish Grover",
        +  "Island Moments",
        +  "Istok Web",
        +  "Italiana",
        +  "Italianno",
        +  "Itim",
        +  "Jacquard 12",
        +  "Jacquard 12 Charted",
        +  "Jacquard 24",
        +  "Jacquard 24 Charted",
        +  "Jacquarda Bastarda 9",
        +  "Jacquarda Bastarda 9 Charted",
        +  "Jacques Francois",
        +  "Jacques Francois Shadow",
        +  "Jaini",
        +  "Jaini Purva",
        +  "Jaldi",
        +  "Jaro",
        +  "Jersey 10",
        +  "Jersey 10 Charted",
        +  "Jersey 15",
        +  "Jersey 15 Charted",
        +  "Jersey 20",
        +  "Jersey 20 Charted",
        +  "Jersey 25",
        +  "Jersey 25 Charted",
        +  "JetBrains Mono",
        +  "Jim Nightshade",
        +  "Joan",
        +  "Jockey One",
        +  "Jolly Lodger",
        +  "Jomhuria",
        +  "Jomolhari",
        +  "Josefin Sans",
        +  "Josefin Slab",
        +  "Jost",
        +  "Joti One",
        +  "Jua",
        +  "Judson",
        +  "Julee",
        +  "Julius Sans One",
        +  "Junge",
        +  "Jura",
        +  "Just Another Hand",
        +  "Just Me Again Down Here",
        +  "K2D",
        +  "Kablammo",
        +  "Kadwa",
        +  "Kaisei Decol",
        +  "Kaisei HarunoUmi",
        +  "Kaisei Opti",
        +  "Kaisei Tokumin",
        +  "Kalam",
        +  "Kalnia",
        +  "Kalnia Glaze",
        +  "Kameron",
        +  "Kanchenjunga",
        +  "Kanit",
        +  "Kantumruy Pro",
        +  "Kapakana",
        +  "Karantina",
        +  "Karla",
        +  "Karla Tamil Inclined",
        +  "Karla Tamil Upright",
        +  "Karma",
        +  "Katibeh",
        +  "Kaushan Script",
        +  "Kavivanar",
        +  "Kavoon",
        +  "Kay Pho Du",
        +  "Kdam Thmor Pro",
        +  "Keania One",
        +  "Kedebideri",
        +  "Kelly Slab",
        +  "Kenia",
        +  "Khand",
        +  "Khmer",
        +  "Khula",
        +  "Kings",
        +  "Kirang Haerang",
        +  "Kite One",
        +  "Kiwi Maru",
        +  "Klee One",
        +  "Knewave",
        +  "KoHo",
        +  "Kodchasan",
        +  "Kode Mono",
        +  "Koh Santepheap",
        +  "Kolker Brush",
        +  "Konkhmer Sleokchher",
        +  "Kosugi",
        +  "Kosugi Maru",
        +  "Kotta One",
        +  "Koulen",
        +  "Kranky",
        +  "Kreon",
        +  "Kristi",
        +  "Krona One",
        +  "Krub",
        +  "Kufam",
        +  "Kulim Park",
        +  "Kumar One",
        +  "Kumar One Outline",
        +  "Kumbh Sans",
        +  "Kurale",
        +  "LINE Seed JP",
        +  "LXGW Marker Gothic",
        +  "LXGW WenKai Mono TC",
        +  "LXGW WenKai TC",
        +  "La Belle Aurore",
        +  "Labrada",
        +  "Lacquer",
        +  "Laila",
        +  "Lakki Reddy",
        +  "Lalezar",
        +  "Lancelot",
        +  "Langar",
        +  "Lateef",
        +  "Lato",
        +  "Lavishly Yours",
        +  "League Gothic",
        +  "League Script",
        +  "League Spartan",
        +  "Leckerli One",
        +  "Ledger",
        +  "Lekton",
        +  "Lemon",
        +  "Lemonada",
        +  "Lexend",
        +  "Lexend Deca",
        +  "Lexend Exa",
        +  "Lexend Giga",
        +  "Lexend Mega",
        +  "Lexend Peta",
        +  "Lexend Tera",
        +  "Lexend Zetta",
        +  "Libertinus Keyboard",
        +  "Libertinus Math",
        +  "Libertinus Mono",
        +  "Libertinus Sans",
        +  "Libertinus Serif",
        +  "Libertinus Serif Display",
        +  "Libre Barcode 128",
        +  "Libre Barcode 128 Text",
        +  "Libre Barcode 39",
        +  "Libre Barcode 39 Extended",
        +  "Libre Barcode 39 Extended Text",
        +  "Libre Barcode 39 Text",
        +  "Libre Barcode EAN13 Text",
        +  "Libre Baskerville",
        +  "Libre Bodoni",
        +  "Libre Caslon Display",
        +  "Libre Caslon Text",
        +  "Libre Franklin",
        +  "Licorice",
        +  "Life Savers",
        +  "Lilex",
        +  "Lilita One",
        +  "Lily Script One",
        +  "Limelight",
        +  "Linden Hill",
        +  "Linefont",
        +  "Lisu Bosa",
        +  "Liter",
        +  "Literata",
        +  "Liu Jian Mao Cao",
        +  "Livvic",
        +  "Lobster",
        +  "Lobster Two",
        +  "Londrina Outline",
        +  "Londrina Shadow",
        +  "Londrina Sketch",
        +  "Londrina Solid",
        +  "Long Cang",
        +  "Lora",
        +  "Love Light",
        +  "Love Ya Like A Sister",
        +  "Loved by the King",
        +  "Lovers Quarrel",
        +  "Luckiest Guy",
        +  "Lugrasimo",
        +  "Lumanosimo",
        +  "Lunasima",
        +  "Lusitana",
        +  "Lustria",
        +  "Luxurious Roman",
        +  "Luxurious Script",
        +  "M PLUS 1",
        +  "M PLUS 1 Code",
        +  "M PLUS 1p",
        +  "M PLUS 2",
        +  "M PLUS Code Latin",
        +  "M PLUS Rounded 1c",
        +  "M PLUS U",
        +  "Ma Shan Zheng",
        +  "Macondo",
        +  "Macondo Swash Caps",
        +  "Mada",
        +  "Madimi One",
        +  "Magra",
        +  "Maiden Orange",
        +  "Maitree",
        +  "Major Mono Display",
        +  "Mako",
        +  "Mali",
        +  "Mallanna",
        +  "Maname",
        +  "Mandali",
        +  "Manjari",
        +  "Manrope",
        +  "Mansalva",
        +  "Manuale",
        +  "Manufacturing Consent",
        +  "Marcellus",
        +  "Marcellus SC",
        +  "Marck Script",
        +  "Margarine",
        +  "Marhey",
        +  "Markazi Text",
        +  "Marko One",
        +  "Marmelad",
        +  "Martel",
        +  "Martel Sans",
        +  "Martian Mono",
        +  "Marvel",
        +  "Matangi",
        +  "Mate",
        +  "Mate SC",
        +  "Matemasie",
        +  "Material Icons",
        +  "Material Icons Outlined",
        +  "Material Icons Round",
        +  "Material Icons Sharp",
        +  "Material Icons Two Tone",
        +  "Material Symbols",
        +  "Material Symbols Outlined",
        +  "Material Symbols Rounded",
        +  "Material Symbols Sharp",
        +  "Maven Pro",
        +  "McLaren",
        +  "Mea Culpa",
        +  "Meddon",
        +  "MedievalSharp",
        +  "Medula One",
        +  "Meera Inimai",
        +  "Megrim",
        +  "Meie Script",
        +  "Menbere",
        +  "Meow Script",
        +  "Merienda",
        +  "Merriweather",
        +  "Merriweather Sans",
        +  "Metal",
        +  "Metal Mania",
        +  "Metamorphous",
        +  "Metrophobic",
        +  "Michroma",
        +  "Micro 5",
        +  "Micro 5 Charted",
        +  "Milonga",
        +  "Miltonian",
        +  "Miltonian Tattoo",
        +  "Mina",
        +  "Mingzat",
        +  "Miniver",
        +  "Miranda Sans",
        +  "Miriam Libre",
        +  "Mirza",
        +  "Miss Fajardose",
        +  "Mitr",
        +  "Mochiy Pop One",
        +  "Mochiy Pop P One",
        +  "Modak",
        +  "Modern Antiqua",
        +  "Moderustic",
        +  "Mogra",
        +  "Mohave",
        +  "Moirai One",
        +  "Molengo",
        +  "Molle",
        +  "Momo Signature",
        +  "Momo Trust Display",
        +  "Momo Trust Sans",
        +  "Mona Sans",
        +  "Monda",
        +  "Monofett",
        +  "Monomakh",
        +  "Monomaniac One",
        +  "Monoton",
        +  "Monsieur La Doulaise",
        +  "Montaga",
        +  "Montagu Slab",
        +  "MonteCarlo",
        +  "Montenegrin Gothic One",
        +  "Montez",
        +  "Montserrat",
        +  "Montserrat Alternates",
        +  "Montserrat Underline",
        +  "Moo Lah Lah",
        +  "Mooli",
        +  "Moon Dance",
        +  "Moul",
        +  "Moulpali",
        +  "Mountains of Christmas",
        +  "Mouse Memoirs",
        +  "Mozilla Headline",
        +  "Mozilla Text",
        +  "Mr Bedfort",
        +  "Mr Dafoe",
        +  "Mr De Haviland",
        +  "Mrs Saint Delafield",
        +  "Mrs Sheppards",
        +  "Ms Madi",
        +  "Mukta",
        +  "Mukta Mahee",
        +  "Mukta Malar",
        +  "Mukta Vaani",
        +  "Mulish",
        +  "Murecho",
        +  "MuseoModerno",
        +  "My Soul",
        +  "Mynerve",
        +  "Mystery Quest",
        +  "NTR",
        +  "Nabla",
        +  "Namdhinggo",
        +  "Nanum Brush Script",
        +  "Nanum Gothic",
        +  "Nanum Gothic Coding",
        +  "Nanum Myeongjo",
        +  "Nanum Pen Script",
        +  "Narnoor",
        +  "Nata Sans",
        +  "National Park",
        +  "Neonderthaw",
        +  "Nerko One",
        +  "Neucha",
        +  "Neuton",
        +  "New Amsterdam",
        +  "New Rocker",
        +  "New Tegomin",
        +  "News Cycle",
        +  "Newsreader",
        +  "Niconne",
        +  "Niramit",
        +  "Nixie One",
        +  "Nobile",
        +  "Nokora",
        +  "Norican",
        +  "Nosifer",
        +  "Notable",
        +  "Nothing You Could Do",
        +  "Noticia Text",
        +  "Noto Color Emoji",
        +  "Noto Emoji",
        +  "Noto Kufi Arabic",
        +  "Noto Music",
        +  "Noto Naskh Arabic",
        +  "Noto Nastaliq Urdu",
        +  "Noto Rashi Hebrew",
        +  "Noto Sans",
        +  "Noto Sans Adlam",
        +  "Noto Sans Adlam Unjoined",
        +  "Noto Sans Anatolian Hieroglyphs",
        +  "Noto Sans Arabic",
        +  "Noto Sans Armenian",
        +  "Noto Sans Avestan",
        +  "Noto Sans Balinese",
        +  "Noto Sans Bamum",
        +  "Noto Sans Bassa Vah",
        +  "Noto Sans Batak",
        +  "Noto Sans Bengali",
        +  "Noto Sans Bhaiksuki",
        +  "Noto Sans Brahmi",
        +  "Noto Sans Buginese",
        +  "Noto Sans Buhid",
        +  "Noto Sans Canadian Aboriginal",
        +  "Noto Sans Carian",
        +  "Noto Sans Caucasian Albanian",
        +  "Noto Sans Chakma",
        +  "Noto Sans Cham",
        +  "Noto Sans Cherokee",
        +  "Noto Sans Chorasmian",
        +  "Noto Sans Coptic",
        +  "Noto Sans Cuneiform",
        +  "Noto Sans Cypriot",
        +  "Noto Sans Cypro Minoan",
        +  "Noto Sans Deseret",
        +  "Noto Sans Devanagari",
        +  "Noto Sans Display",
        +  "Noto Sans Duployan",
        +  "Noto Sans Egyptian Hieroglyphs",
        +  "Noto Sans Elbasan",
        +  "Noto Sans Elymaic",
        +  "Noto Sans Ethiopic",
        +  "Noto Sans Georgian",
        +  "Noto Sans Glagolitic",
        +  "Noto Sans Gothic",
        +  "Noto Sans Grantha",
        +  "Noto Sans Gujarati",
        +  "Noto Sans Gunjala Gondi",
        +  "Noto Sans Gurmukhi",
        +  "Noto Sans HK",
        +  "Noto Sans Hanifi Rohingya",
        +  "Noto Sans Hanunoo",
        +  "Noto Sans Hatran",
        +  "Noto Sans Hebrew",
        +  "Noto Sans Imperial Aramaic",
        +  "Noto Sans Indic Siyaq Numbers",
        +  "Noto Sans Inscriptional Pahlavi",
        +  "Noto Sans Inscriptional Parthian",
        +  "Noto Sans JP",
        +  "Noto Sans Javanese",
        +  "Noto Sans KR",
        +  "Noto Sans Kaithi",
        +  "Noto Sans Kannada",
        +  "Noto Sans Kawi",
        +  "Noto Sans Kayah Li",
        +  "Noto Sans Kharoshthi",
        +  "Noto Sans Khmer",
        +  "Noto Sans Khojki",
        +  "Noto Sans Khudawadi",
        +  "Noto Sans Lao",
        +  "Noto Sans Lao Looped",
        +  "Noto Sans Lepcha",
        +  "Noto Sans Limbu",
        +  "Noto Sans Linear A",
        +  "Noto Sans Linear B",
        +  "Noto Sans Lisu",
        +  "Noto Sans Lycian",
        +  "Noto Sans Lydian",
        +  "Noto Sans Mahajani",
        +  "Noto Sans Malayalam",
        +  "Noto Sans Mandaic",
        +  "Noto Sans Manichaean",
        +  "Noto Sans Marchen",
        +  "Noto Sans Masaram Gondi",
        +  "Noto Sans Math",
        +  "Noto Sans Mayan Numerals",
        +  "Noto Sans Medefaidrin",
        +  "Noto Sans Meetei Mayek",
        +  "Noto Sans Mende Kikakui",
        +  "Noto Sans Meroitic",
        +  "Noto Sans Miao",
        +  "Noto Sans Modi",
        +  "Noto Sans Mongolian",
        +  "Noto Sans Mono",
        +  "Noto Sans Mro",
        +  "Noto Sans Multani",
        +  "Noto Sans Myanmar",
        +  "Noto Sans NKo",
        +  "Noto Sans NKo Unjoined",
        +  "Noto Sans Nabataean",
        +  "Noto Sans Nag Mundari",
        +  "Noto Sans Nandinagari",
        +  "Noto Sans New Tai Lue",
        +  "Noto Sans Newa",
        +  "Noto Sans Nushu",
        +  "Noto Sans Ogham",
        +  "Noto Sans Ol Chiki",
        +  "Noto Sans Old Hungarian",
        +  "Noto Sans Old Italic",
        +  "Noto Sans Old North Arabian",
        +  "Noto Sans Old Permic",
        +  "Noto Sans Old Persian",
        +  "Noto Sans Old Sogdian",
        +  "Noto Sans Old South Arabian",
        +  "Noto Sans Old Turkic",
        +  "Noto Sans Oriya",
        +  "Noto Sans Osage",
        +  "Noto Sans Osmanya",
        +  "Noto Sans Pahawh Hmong",
        +  "Noto Sans Palmyrene",
        +  "Noto Sans Pau Cin Hau",
        +  "Noto Sans PhagsPa",
        +  "Noto Sans Phoenician",
        +  "Noto Sans Psalter Pahlavi",
        +  "Noto Sans Rejang",
        +  "Noto Sans Runic",
        +  "Noto Sans SC",
        +  "Noto Sans Samaritan",
        +  "Noto Sans Saurashtra",
        +  "Noto Sans Sharada",
        +  "Noto Sans Shavian",
        +  "Noto Sans Siddham",
        +  "Noto Sans SignWriting",
        +  "Noto Sans Sinhala",
        +  "Noto Sans Sogdian",
        +  "Noto Sans Sora Sompeng",
        +  "Noto Sans Soyombo",
        +  "Noto Sans Sundanese",
        +  "Noto Sans Sunuwar",
        +  "Noto Sans Syloti Nagri",
        +  "Noto Sans Symbols",
        +  "Noto Sans Symbols 2",
        +  "Noto Sans Syriac",
        +  "Noto Sans Syriac Eastern",
        +  "Noto Sans Syriac Western",
        +  "Noto Sans TC",
        +  "Noto Sans Tagalog",
        +  "Noto Sans Tagbanwa",
        +  "Noto Sans Tai Le",
        +  "Noto Sans Tai Tham",
        +  "Noto Sans Tai Viet",
        +  "Noto Sans Takri",
        +  "Noto Sans Tamil",
        +  "Noto Sans Tamil Supplement",
        +  "Noto Sans Tangsa",
        +  "Noto Sans Telugu",
        +  "Noto Sans Thaana",
        +  "Noto Sans Thai",
        +  "Noto Sans Thai Looped",
        +  "Noto Sans Tifinagh",
        +  "Noto Sans Tirhuta",
        +  "Noto Sans Ugaritic",
        +  "Noto Sans Vai",
        +  "Noto Sans Vithkuqi",
        +  "Noto Sans Wancho",
        +  "Noto Sans Warang Citi",
        +  "Noto Sans Yi",
        +  "Noto Sans Zanabazar Square",
        +  "Noto Serif",
        +  "Noto Serif Ahom",
        +  "Noto Serif Armenian",
        +  "Noto Serif Balinese",
        +  "Noto Serif Bengali",
        +  "Noto Serif Devanagari",
        +  "Noto Serif Display",
        +  "Noto Serif Dives Akuru",
        +  "Noto Serif Dogra",
        +  "Noto Serif Ethiopic",
        +  "Noto Serif Georgian",
        +  "Noto Serif Grantha",
        +  "Noto Serif Gujarati",
        +  "Noto Serif Gurmukhi",
        +  "Noto Serif HK",
        +  "Noto Serif Hebrew",
        +  "Noto Serif Hentaigana",
        +  "Noto Serif JP",
        +  "Noto Serif KR",
        +  "Noto Serif Kannada",
        +  "Noto Serif Khitan Small Script",
        +  "Noto Serif Khmer",
        +  "Noto Serif Khojki",
        +  "Noto Serif Lao",
        +  "Noto Serif Makasar",
        +  "Noto Serif Malayalam",
        +  "Noto Serif Myanmar",
        +  "Noto Serif NP Hmong",
        +  "Noto Serif Old Uyghur",
        +  "Noto Serif Oriya",
        +  "Noto Serif Ottoman Siyaq",
        +  "Noto Serif SC",
        +  "Noto Serif Sinhala",
        +  "Noto Serif TC",
        +  "Noto Serif Tamil",
        +  "Noto Serif Tangut",
        +  "Noto Serif Telugu",
        +  "Noto Serif Thai",
        +  "Noto Serif Tibetan",
        +  "Noto Serif Todhri",
        +  "Noto Serif Toto",
        +  "Noto Serif Vithkuqi",
        +  "Noto Serif Yezidi",
        +  "Noto Traditional Nushu",
        +  "Noto Znamenny Musical Notation",
        +  "Nova Cut",
        +  "Nova Flat",
        +  "Nova Mono",
        +  "Nova Oval",
        +  "Nova Round",
        +  "Nova Script",
        +  "Nova Slim",
        +  "Nova Square",
        +  "Numans",
        +  "Nunito",
        +  "Nunito Sans",
        +  "Nuosu SIL",
        +  "Odibee Sans",
        +  "Odor Mean Chey",
        +  "Offside",
        +  "Oi",
        +  "Ojuju",
        +  "Old Standard TT",
        +  "Oldenburg",
        +  "Ole",
        +  "Oleo Script",
        +  "Oleo Script Swash Caps",
        +  "Onest",
        +  "Oooh Baby",
        +  "Open Sans",
        +  "Oranienbaum",
        +  "Orbit",
        +  "Orbitron",
        +  "Oregano",
        +  "Orelega One",
        +  "Orienta",
        +  "Original Surfer",
        +  "Oswald",
        +  "Outfit",
        +  "Over the Rainbow",
        +  "Overlock",
        +  "Overlock SC",
        +  "Overpass",
        +  "Overpass Mono",
        +  "Ovo",
        +  "Oxanium",
        +  "Oxygen",
        +  "Oxygen Mono",
        +  "PT Mono",
        +  "PT Sans",
        +  "PT Sans Caption",
        +  "PT Sans Narrow",
        +  "PT Serif",
        +  "PT Serif Caption",
        +  "Pacifico",
        +  "Padauk",
        +  "Padyakke Expanded One",
        +  "Palanquin",
        +  "Palanquin Dark",
        +  "Palette Mosaic",
        +  "Pangolin",
        +  "Paprika",
        +  "Parastoo",
        +  "Parisienne",
        +  "Parkinsans",
        +  "Passero One",
        +  "Passion One",
        +  "Passions Conflict",
        +  "Pathway Extreme",
        +  "Pathway Gothic One",
        +  "Patrick Hand",
        +  "Patrick Hand SC",
        +  "Pattaya",
        +  "Patua One",
        +  "Pavanam",
        +  "Paytone One",
        +  "Peddana",
        +  "Peralta",
        +  "Permanent Marker",
        +  "Petemoss",
        +  "Petit Formal Script",
        +  "Petrona",
        +  "Phetsarath",
        +  "Philosopher",
        +  "Phudu",
        +  "Piazzolla",
        +  "Piedra",
        +  "Pinyon Script",
        +  "Pirata One",
        +  "Pixelify Sans",
        +  "Plaster",
        +  "Platypi",
        +  "Play",
        +  "Playball",
        +  "Playfair",
        +  "Playfair Display",
        +  "Playfair Display SC",
        +  "Playpen Sans",
        +  "Playpen Sans Arabic",
        +  "Playpen Sans Deva",
        +  "Playpen Sans Hebrew",
        +  "Playpen Sans Thai",
        +  "Playwrite AR",
        +  "Playwrite AR Guides",
        +  "Playwrite AT",
        +  "Playwrite AT Guides",
        +  "Playwrite AU NSW",
        +  "Playwrite AU NSW Guides",
        +  "Playwrite AU QLD",
        +  "Playwrite AU QLD Guides",
        +  "Playwrite AU SA",
        +  "Playwrite AU SA Guides",
        +  "Playwrite AU TAS",
        +  "Playwrite AU TAS Guides",
        +  "Playwrite AU VIC",
        +  "Playwrite AU VIC Guides",
        +  "Playwrite BE VLG",
        +  "Playwrite BE VLG Guides",
        +  "Playwrite BE WAL",
        +  "Playwrite BE WAL Guides",
        +  "Playwrite BR",
        +  "Playwrite BR Guides",
        +  "Playwrite CA",
        +  "Playwrite CA Guides",
        +  "Playwrite CL",
        +  "Playwrite CL Guides",
        +  "Playwrite CO",
        +  "Playwrite CO Guides",
        +  "Playwrite CU",
        +  "Playwrite CU Guides",
        +  "Playwrite CZ",
        +  "Playwrite CZ Guides",
        +  "Playwrite DE Grund",
        +  "Playwrite DE Grund Guides",
        +  "Playwrite DE LA",
        +  "Playwrite DE LA Guides",
        +  "Playwrite DE SAS",
        +  "Playwrite DE SAS Guides",
        +  "Playwrite DE VA",
        +  "Playwrite DE VA Guides",
        +  "Playwrite DK Loopet",
        +  "Playwrite DK Loopet Guides",
        +  "Playwrite DK Uloopet",
        +  "Playwrite DK Uloopet Guides",
        +  "Playwrite ES",
        +  "Playwrite ES Deco",
        +  "Playwrite ES Deco Guides",
        +  "Playwrite ES Guides",
        +  "Playwrite FR Moderne",
        +  "Playwrite FR Moderne Guides",
        +  "Playwrite FR Trad",
        +  "Playwrite FR Trad Guides",
        +  "Playwrite GB J",
        +  "Playwrite GB J Guides",
        +  "Playwrite GB S",
        +  "Playwrite GB S Guides",
        +  "Playwrite HR",
        +  "Playwrite HR Guides",
        +  "Playwrite HR Lijeva",
        +  "Playwrite HR Lijeva Guides",
        +  "Playwrite HU",
        +  "Playwrite HU Guides",
        +  "Playwrite ID",
        +  "Playwrite ID Guides",
        +  "Playwrite IE",
        +  "Playwrite IE Guides",
        +  "Playwrite IN",
        +  "Playwrite IN Guides",
        +  "Playwrite IS",
        +  "Playwrite IS Guides",
        +  "Playwrite IT Moderna",
        +  "Playwrite IT Moderna Guides",
        +  "Playwrite IT Trad",
        +  "Playwrite IT Trad Guides",
        +  "Playwrite MX",
        +  "Playwrite MX Guides",
        +  "Playwrite NG Modern",
        +  "Playwrite NG Modern Guides",
        +  "Playwrite NL",
        +  "Playwrite NL Guides",
        +  "Playwrite NO",
        +  "Playwrite NO Guides",
        +  "Playwrite NZ",
        +  "Playwrite NZ Basic",
        +  "Playwrite NZ Basic Guides",
        +  "Playwrite NZ Guides",
        +  "Playwrite PE",
        +  "Playwrite PE Guides",
        +  "Playwrite PL",
        +  "Playwrite PL Guides",
        +  "Playwrite PT",
        +  "Playwrite PT Guides",
        +  "Playwrite RO",
        +  "Playwrite RO Guides",
        +  "Playwrite SK",
        +  "Playwrite SK Guides",
        +  "Playwrite TZ",
        +  "Playwrite TZ Guides",
        +  "Playwrite US Modern",
        +  "Playwrite US Modern Guides",
        +  "Playwrite US Trad",
        +  "Playwrite US Trad Guides",
        +  "Playwrite VN",
        +  "Playwrite VN Guides",
        +  "Playwrite ZA",
        +  "Playwrite ZA Guides",
        +  "Pliant",
        +  "Plus Jakarta Sans",
        +  "Pochaevsk",
        +  "Podkova",
        +  "Poetsen One",
        +  "Poiret One",
        +  "Poller One",
        +  "Poltawski Nowy",
        +  "Poly",
        +  "Pompiere",
        +  "Ponnala",
        +  "Ponomar",
        +  "Pontano Sans",
        +  "Poor Story",
        +  "Poppins",
        +  "Port Lligat Sans",
        +  "Port Lligat Slab",
        +  "Potta One",
        +  "Pragati Narrow",
        +  "Praise",
        +  "Prata",
        +  "Preahvihear",
        +  "Press Start 2P",
        +  "Pridi",
        +  "Princess Sofia",
        +  "Prociono",
        +  "Prompt",
        +  "Prosto One",
        +  "Protest Guerrilla",
        +  "Protest Revolution",
        +  "Protest Riot",
        +  "Protest Strike",
        +  "Proza Libre",
        +  "Public Sans",
        +  "Puppies Play",
        +  "Puritan",
        +  "Purple Purse",
        +  "Qahiri",
        +  "Quando",
        +  "Quantico",
        +  "Quattrocento",
        +  "Quattrocento Sans",
        +  "Questrial",
        +  "Quicksand",
        +  "Quintessential",
        +  "Qwigley",
        +  "Qwitcher Grypen",
        +  "REM",
        +  "Racing Sans One",
        +  "Radio Canada",
        +  "Radio Canada Big",
        +  "Radley",
        +  "Rajdhani",
        +  "Rakkas",
        +  "Raleway",
        +  "Raleway Dots",
        +  "Ramabhadra",
        +  "Ramaraja",
        +  "Rambla",
        +  "Rammetto One",
        +  "Rampart One",
        +  "Ramsina",
        +  "Ranchers",
        +  "Rancho",
        +  "Ranga",
        +  "Rasa",
        +  "Rationale",
        +  "Ravi Prakash",
        +  "Readex Pro",
        +  "Recursive",
        +  "Red Hat Display",
        +  "Red Hat Mono",
        +  "Red Hat Text",
        +  "Red Rose",
        +  "Redacted",
        +  "Redacted Script",
        +  "Reddit Mono",
        +  "Reddit Sans",
        +  "Reddit Sans Condensed",
        +  "Redressed",
        +  "Reem Kufi",
        +  "Reem Kufi Fun",
        +  "Reem Kufi Ink",
        +  "Reenie Beanie",
        +  "Reggae One",
        +  "Rethink Sans",
        +  "Revalia",
        +  "Rhodium Libre",
        +  "Ribeye",
        +  "Ribeye Marrow",
        +  "Righteous",
        +  "Risque",
        +  "Road Rage",
        +  "Roboto",
        +  "Roboto Condensed",
        +  "Roboto Flex",
        +  "Roboto Mono",
        +  "Roboto Serif",
        +  "Roboto Slab",
        +  "Rochester",
        +  "Rock 3D",
        +  "Rock Salt",
        +  "RocknRoll One",
        +  "Rokkitt",
        +  "Romanesco",
        +  "Ropa Sans",
        +  "Rosario",
        +  "Rosarivo",
        +  "Rouge Script",
        +  "Rowdies",
        +  "Rozha One",
        +  "Rubik",
        +  "Rubik 80s Fade",
        +  "Rubik Beastly",
        +  "Rubik Broken Fax",
        +  "Rubik Bubbles",
        +  "Rubik Burned",
        +  "Rubik Dirt",
        +  "Rubik Distressed",
        +  "Rubik Doodle Shadow",
        +  "Rubik Doodle Triangles",
        +  "Rubik Gemstones",
        +  "Rubik Glitch",
        +  "Rubik Glitch Pop",
        +  "Rubik Iso",
        +  "Rubik Lines",
        +  "Rubik Maps",
        +  "Rubik Marker Hatch",
        +  "Rubik Maze",
        +  "Rubik Microbe",
        +  "Rubik Mono One",
        +  "Rubik Moonrocks",
        +  "Rubik Pixels",
        +  "Rubik Puddles",
        +  "Rubik Scribble",
        +  "Rubik Spray Paint",
        +  "Rubik Storm",
        +  "Rubik Vinyl",
        +  "Rubik Wet Paint",
        +  "Ruda",
        +  "Rufina",
        +  "Ruge Boogie",
        +  "Ruluko",
        +  "Rum Raisin",
        +  "Ruslan Display",
        +  "Russo One",
        +  "Ruthie",
        +  "Ruwudu",
        +  "Rye",
        +  "SN Pro",
        +  "STIX Two Math",
        +  "STIX Two Text",
        +  "SUSE",
        +  "SUSE Mono",
        +  "Sacramento",
        +  "Sahitya",
        +  "Sail",
        +  "Saira",
        +  "Saira Condensed",
        +  "Saira Extra Condensed",
        +  "Saira Semi Condensed",
        +  "Saira Stencil",
        +  "Salsa",
        +  "Sanchez",
        +  "Sancreek",
        +  "Sankofa Display",
        +  "Sansation",
        +  "Sansita",
        +  "Sansita Swashed",
        +  "Sarabun",
        +  "Sarala",
        +  "Sarina",
        +  "Sarpanch",
        +  "Sassy Frass",
        +  "Satisfy",
        +  "Savate",
        +  "Sawarabi Gothic",
        +  "Sawarabi Mincho",
        +  "Scada",
        +  "Scheherazade New",
        +  "Schibsted Grotesk",
        +  "Schoolbell",
        +  "Science Gothic",
        +  "Scope One",
        +  "Seaweed Script",
        +  "Secular One",
        +  "Sedan",
        +  "Sedan SC",
        +  "Sedgwick Ave",
        +  "Sedgwick Ave Display",
        +  "Sekuya",
        +  "Sen",
        +  "Send Flowers",
        +  "Sevillana",
        +  "Seymour One",
        +  "Shadows Into Light",
        +  "Shadows Into Light Two",
        +  "Shafarik",
        +  "Shalimar",
        +  "Shantell Sans",
        +  "Shanti",
        +  "Share",
        +  "Share Tech",
        +  "Share Tech Mono",
        +  "Shippori Antique",
        +  "Shippori Antique B1",
        +  "Shippori Mincho",
        +  "Shippori Mincho B1",
        +  "Shizuru",
        +  "Shojumaru",
        +  "Short Stack",
        +  "Shrikhand",
        +  "Siemreap",
        +  "Sigmar",
        +  "Sigmar One",
        +  "Signika",
        +  "Signika Negative",
        +  "Silkscreen",
        +  "Simonetta",
        +  "Single Day",
        +  "Sintony",
        +  "Sirin Stencil",
        +  "Sirivennela",
        +  "Six Caps",
        +  "Sixtyfour",
        +  "Sixtyfour Convergence",
        +  "Skranji",
        +  "Slabo 13px",
        +  "Slabo 27px",
        +  "Slackey",
        +  "Slackside One",
        +  "Smokum",
        +  "Smooch",
        +  "Smooch Sans",
        +  "Smythe",
        +  "Sniglet",
        +  "Snippet",
        +  "Snowburst One",
        +  "Sofadi One",
        +  "Sofia",
        +  "Sofia Sans",
        +  "Sofia Sans Condensed",
        +  "Sofia Sans Extra Condensed",
        +  "Sofia Sans Semi Condensed",
        +  "Solitreo",
        +  "Solway",
        +  "Sometype Mono",
        +  "Song Myung",
        +  "Sono",
        +  "Sonsie One",
        +  "Sora",
        +  "Sorts Mill Goudy",
        +  "Sour Gummy",
        +  "Source Code Pro",
        +  "Source Sans 3",
        +  "Source Serif 4",
        +  "Space Grotesk",
        +  "Space Mono",
        +  "Special Elite",
        +  "Special Gothic",
        +  "Special Gothic Condensed One",
        +  "Special Gothic Expanded One",
        +  "Spectral",
        +  "Spectral SC",
        +  "Spicy Rice",
        +  "Spinnaker",
        +  "Spirax",
        +  "Splash",
        +  "Spline Sans",
        +  "Spline Sans Mono",
        +  "Squada One",
        +  "Square Peg",
        +  "Sree Krushnadevaraya",
        +  "Sriracha",
        +  "Srisakdi",
        +  "Staatliches",
        +  "Stack Sans Headline",
        +  "Stack Sans Notch",
        +  "Stack Sans Text",
        +  "Stalemate",
        +  "Stalinist One",
        +  "Stardos Stencil",
        +  "Stick",
        +  "Stick No Bills",
        +  "Stint Ultra Condensed",
        +  "Stint Ultra Expanded",
        +  "Stoke",
        +  "Story Script",
        +  "Strait",
        +  "Strichpunkt Sans",
        +  "Style Script",
        +  "Stylish",
        +  "Sue Ellen Francisco",
        +  "Suez One",
        +  "Sulphur Point",
        +  "Sumana",
        +  "Sunflower",
        +  "Sunshiney",
        +  "Supermercado One",
        +  "Sura",
        +  "Suranna",
        +  "Suravaram",
        +  "Suwannaphum",
        +  "Swanky and Moo Moo",
        +  "Syncopate",
        +  "Syne",
        +  "Syne Mono",
        +  "Syne Tactile",
        +  "TASA Explorer",
        +  "TASA Orbiter",
        +  "Tac One",
        +  "Tagesschrift",
        +  "Tai Heritage Pro",
        +  "Tajawal",
        +  "Tangerine",
        +  "Tapestry",
        +  "Taprom",
        +  "Tauri",
        +  "Taviraj",
        +  "Teachers",
        +  "Teko",
        +  "Tektur",
        +  "Telex",
        +  "Tenali Ramakrishna",
        +  "Tenor Sans",
        +  "Text Me One",
        +  "Texturina",
        +  "Thasadith",
        +  "The Girl Next Door",
        +  "The Nautigal",
        +  "Tienne",
        +  "TikTok Sans",
        +  "Tillana",
        +  "Tilt Neon",
        +  "Tilt Prism",
        +  "Tilt Warp",
        +  "Timmana",
        +  "Tinos",
        +  "Tiny5",
        +  "Tiro Bangla",
        +  "Tiro Devanagari Hindi",
        +  "Tiro Devanagari Marathi",
        +  "Tiro Devanagari Sanskrit",
        +  "Tiro Gurmukhi",
        +  "Tiro Kannada",
        +  "Tiro Tamil",
        +  "Tiro Telugu",
        +  "Tirra",
        +  "Titan One",
        +  "Titillium Web",
        +  "Tomorrow",
        +  "Tourney",
        +  "Trade Winds",
        +  "Train One",
        +  "Triodion",
        +  "Trirong",
        +  "Trispace",
        +  "Trocchi",
        +  "Trochut",
        +  "Truculenta",
        +  "Trykker",
        +  "Tsukimi Rounded",
        +  "Tuffy",
        +  "Tulpen One",
        +  "Turret Road",
        +  "Twinkle Star",
        +  "Ubuntu",
        +  "Ubuntu Condensed",
        +  "Ubuntu Mono",
        +  "Ubuntu Sans",
        +  "Ubuntu Sans Mono",
        +  "Uchen",
        +  "Ultra",
        +  "Unbounded",
        +  "Uncial Antiqua",
        +  "Underdog",
        +  "Unica One",
        +  "UnifrakturCook",
        +  "UnifrakturMaguntia",
        +  "Unkempt",
        +  "Unlock",
        +  "Unna",
        +  "UoqMunThenKhung",
        +  "Updock",
        +  "Urbanist",
        +  "VT323",
        +  "Vampiro One",
        +  "Varela",
        +  "Varela Round",
        +  "Varta",
        +  "Vast Shadow",
        +  "Vazirmatn",
        +  "Vend Sans",
        +  "Vesper Libre",
        +  "Viaoda Libre",
        +  "Vibes",
        +  "Vibur",
        +  "Victor Mono",
        +  "Vidaloka",
        +  "Viga",
        +  "Vina Sans",
        +  "Voces",
        +  "Volkhov",
        +  "Vollkorn",
        +  "Vollkorn SC",
        +  "Voltaire",
        +  "Vujahday Script",
        +  "WDXL Lubrifont JP N",
        +  "WDXL Lubrifont SC",
        +  "WDXL Lubrifont TC",
        +  "Waiting for the Sunrise",
        +  "Wallpoet",
        +  "Walter Turncoat",
        +  "Warnes",
        +  "Water Brush",
        +  "Waterfall",
        +  "Wavefont",
        +  "Wellfleet",
        +  "Wendy One",
        +  "Whisper",
        +  "WindSong",
        +  "Winky Rough",
        +  "Winky Sans",
        +  "Wire One",
        +  "Wittgenstein",
        +  "Wix Madefor Display",
        +  "Wix Madefor Text",
        +  "Work Sans",
        +  "Workbench",
        +  "Xanh Mono",
        +  "Yaldevi",
        +  "Yanone Kaffeesatz",
        +  "Yantramanav",
        +  "Yarndings 12",
        +  "Yarndings 12 Charted",
        +  "Yarndings 20",
        +  "Yarndings 20 Charted",
        +  "Yatra One",
        +  "Yellowtail",
        +  "Yeon Sung",
        +  "Yeseva One",
        +  "Yesteryear",
        +  "Yomogi",
        +  "Young Serif",
        +  "Yrsa",
        +  "Ysabeau",
        +  "Ysabeau Infant",
        +  "Ysabeau Office",
        +  "Ysabeau SC",
        +  "Yuji Boku",
        +  "Yuji Hentaigana Akari",
        +  "Yuji Hentaigana Akebono",
        +  "Yuji Mai",
        +  "Yuji Syuku",
        +  "Yusei Magic",
        +  "Yuyu",
        +  "Yuyu Short",
        +  "ZCOOL KuaiLe",
        +  "ZCOOL QingKe HuangYou",
        +  "ZCOOL XiaoWei",
        +  "Zain",
        +  "Zalando Sans",
        +  "Zalando Sans Expanded",
        +  "Zalando Sans SemiExpanded",
        +  "Zen Antique",
        +  "Zen Antique Soft",
        +  "Zen Dots",
        +  "Zen Kaku Gothic Antique",
        +  "Zen Kaku Gothic New",
        +  "Zen Kurenaido",
        +  "Zen Loop",
        +  "Zen Maru Gothic",
        +  "Zen Old Mincho",
        +  "Zen Tokyo Zoo",
        +  "Zeyada",
        +  "Zhi Mang Xing",
        +  "Zilla Slab",
        +  "Zilla Slab Highlight"
        +]
    • Changedupdate_chart2 fields changed
      • addedOutput schema / properties / validation / properties / suggestedConfig / properties / themeOverrides / properties / numericFontFamily / enum
        Added value: +[
        +  "ABeeZee",
        +  "ADLaM Display",
        +  "AR One Sans",
        +  "Abel",
        +  "Abhaya Libre",
        +  "Aboreto",
        +  "Abril Fatface",
        +  "Abyssinica SIL",
        +  "Aclonica",
        +  "Acme",
        +  "Actor",
        +  "Adamina",
        +  "Advent Pro",
        +  "Afacad",
        +  "Afacad Flux",
        +  "Agbalumo",
        +  "Agdasima",
        +  "Agu Display",
        +  "Aguafina Script",
        +  "Akatab",
        +  "Akaya Kanadaka",
        +  "Akaya Telivigala",
        +  "Akronim",
        +  "Akshar",
        +  "Akt",
        +  "Aladin",
        +  "Alan Sans",
        +  "Alata",
        +  "Alatsi",
        +  "Albert Sans",
        +  "Aldrich",
        +  "Alef",
        +  "Alegreya",
        +  "Alegreya SC",
        +  "Alegreya Sans",
        +  "Alegreya Sans SC",
        +  "Aleo",
        +  "Alex Brush",
        +  "Alexandria",
        +  "Alfa Slab One",
        +  "Alice",
        +  "Alien Block",
        +  "Alike",
        +  "Alike Angular",
        +  "Alkalami",
        +  "Alkatra",
        +  "Allan",
        +  "Allerta",
        +  "Allerta Stencil",
        +  "Allison",
        +  "Allkin",
        +  "Allura",
        +  "Almarai",
        +  "Almendra",
        +  "Almendra Display",
        +  "Almendra SC",
        +  "Alumni Sans",
        +  "Alumni Sans Collegiate One",
        +  "Alumni Sans Inline One",
        +  "Alumni Sans Pinstripe",
        +  "Alumni Sans SC",
        +  "Alyamama",
        +  "Amarante",
        +  "Amaranth",
        +  "Amarna",
        +  "Amatic SC",
        +  "Amethysta",
        +  "Amiko",
        +  "Amiri",
        +  "Amiri Quran",
        +  "Amita",
        +  "Anaheim",
        +  "Ancizar Sans",
        +  "Ancizar Serif",
        +  "Andada Pro",
        +  "Andika",
        +  "Anek Bangla",
        +  "Anek Devanagari",
        +  "Anek Gujarati",
        +  "Anek Gurmukhi",
        +  "Anek Kannada",
        +  "Anek Latin",
        +  "Anek Malayalam",
        +  "Anek Odia",
        +  "Anek Tamil",
        +  "Anek Telugu",
        +  "Angkor",
        +  "Annapurna SIL",
        +  "Annie Use Your Telescope",
        +  "Anonymous Pro",
        +  "Anta",
        +  "Antic",
        +  "Antic Didone",
        +  "Antic Slab",
        +  "Anton",
        +  "Anton SC",
        +  "Antonio",
        +  "Anuphan",
        +  "Anybody",
        +  "Aoboshi One",
        +  "Arapey",
        +  "Arbutus",
        +  "Arbutus Slab",
        +  "Architects Daughter",
        +  "Archivo",
        +  "Archivo Black",
        +  "Archivo Narrow",
        +  "Are You Serious",
        +  "Aref Ruqaa",
        +  "Aref Ruqaa Ink",
        +  "Arima",
        +  "Arimo",
        +  "Arizonia",
        +  "Armata",
        +  "Arsenal",
        +  "Arsenal SC",
        +  "Artifika",
        +  "Arvo",
        +  "Arya",
        +  "Asap",
        +  "Asap Condensed",
        +  "Asar",
        +  "Asimovian",
        +  "Asset",
        +  "Assistant",
        +  "Asta Sans",
        +  "Astloch",
        +  "Asul",
        +  "Athiti",
        +  "Atkinson Hyperlegible",
        +  "Atkinson Hyperlegible Mono",
        +  "Atkinson Hyperlegible Next",
        +  "Atma",
        +  "Atomic Age",
        +  "Aubrey",
        +  "Audiowide",
        +  "Autour One",
        +  "Average",
        +  "Average Sans",
        +  "Averia Gruesa Libre",
        +  "Averia Libre",
        +  "Averia Sans Libre",
        +  "Averia Serif Libre",
        +  "Azeret Mono",
        +  "B612",
        +  "B612 Mono",
        +  "BBH Bartle",
        +  "BBH Bogle",
        +  "BBH Hegarty",
        +  "BIZ UDGothic",
        +  "BIZ UDMincho",
        +  "BIZ UDPGothic",
        +  "BIZ UDPMincho",
        +  "BJCree",
        +  "Babylonica",
        +  "Bacasime Antique",
        +  "Bad Script",
        +  "Badeen Display",
        +  "Bagel Fat One",
        +  "Bahiana",
        +  "Bahianita",
        +  "Bai Jamjuree",
        +  "Bakbak One",
        +  "Ballet",
        +  "Baloo 2",
        +  "Baloo Bhai 2",
        +  "Baloo Bhaijaan 2",
        +  "Baloo Bhaina 2",
        +  "Baloo Chettan 2",
        +  "Baloo Da 2",
        +  "Baloo Paaji 2",
        +  "Baloo Tamma 2",
        +  "Baloo Tammudu 2",
        +  "Baloo Thambi 2",
        +  "Balsamiq Sans",
        +  "Balthazar",
        +  "Bangers",
        +  "Barlow",
        +  "Barlow Condensed",
        +  "Barlow Semi Condensed",
        +  "Barriecito",
        +  "Barrio",
        +  "Basic",
        +  "Baskervville",
        +  "Baskervville SC",
        +  "Battambang",
        +  "Baumans",
        +  "Bayon",
        +  "Be Vietnam Pro",
        +  "Beau Rivage",
        +  "Bebas Neue",
        +  "Beiruti",
        +  "Belanosima",
        +  "Belgrano",
        +  "Bellefair",
        +  "Belleza",
        +  "Bellota",
        +  "Bellota Text",
        +  "BenchNine",
        +  "Benne",
        +  "Bentham",
        +  "Berkshire Swash",
        +  "Besley",
        +  "Betania Patmos",
        +  "Betania Patmos GDL",
        +  "Betania Patmos In",
        +  "Betania Patmos In GDL",
        +  "Beth Ellen",
        +  "Bevan",
        +  "BhuTuka Expanded One",
        +  "Big Shoulders",
        +  "Big Shoulders Inline",
        +  "Big Shoulders Stencil",
        +  "Bigelow Rules",
        +  "Bigshot One",
        +  "Bilbo",
        +  "Bilbo Swash Caps",
        +  "BioRhyme",
        +  "BioRhyme Expanded",
        +  "Birthstone",
        +  "Birthstone Bounce",
        +  "Biryani",
        +  "Bitcount",
        +  "Bitcount Grid Double",
        +  "Bitcount Grid Double Ink",
        +  "Bitcount Grid Single",
        +  "Bitcount Grid Single Ink",
        +  "Bitcount Ink",
        +  "Bitcount Prop Double",
        +  "Bitcount Prop Double Ink",
        +  "Bitcount Prop Single",
        +  "Bitcount Prop Single Ink",
        +  "Bitcount Single",
        +  "Bitcount Single Ink",
        +  "Bitter",
        +  "Black And White Picture",
        +  "Black Han Sans",
        +  "Black Ops One",
        +  "Blaka",
        +  "Blaka Hollow",
        +  "Blaka Ink",
        +  "Blinker",
        +  "Bodoni Moda",
        +  "Bodoni Moda SC",
        +  "Bokor",
        +  "Boldonse",
        +  "Bona Nova",
        +  "Bona Nova SC",
        +  "Bonbon",
        +  "Bonheur Royale",
        +  "Boogaloo",
        +  "Borel",
        +  "Bowlby One",
        +  "Bowlby One SC",
        +  "Bpmf Huninn",
        +  "Bpmf Iansui",
        +  "Bpmf Zihi Kai Std",
        +  "Braah One",
        +  "Brawler",
        +  "Bree Serif",
        +  "Bricolage Grotesque",
        +  "Bruno Ace",
        +  "Bruno Ace SC",
        +  "Brygada 1918",
        +  "Bubblegum Sans",
        +  "Bubbler One",
        +  "Buda",
        +  "Buenard",
        +  "Bungee",
        +  "Bungee Hairline",
        +  "Bungee Inline",
        +  "Bungee Outline",
        +  "Bungee Shade",
        +  "Bungee Spice",
        +  "Bungee Tint",
        +  "Butcherman",
        +  "Butterfly Kids",
        +  "Bytesized",
        +  "Cabin",
        +  "Cabin Condensed",
        +  "Cabin Sketch",
        +  "Cactus Classical Serif",
        +  "Caesar Dressing",
        +  "Cagliostro",
        +  "Cairo",
        +  "Cairo Play",
        +  "Cal Sans",
        +  "Caladea",
        +  "Calistoga",
        +  "Calligraffitti",
        +  "Cambay",
        +  "Cambo",
        +  "Candal",
        +  "Cantarell",
        +  "Cantata One",
        +  "Cantora One",
        +  "Caprasimo",
        +  "Capriola",
        +  "Caramel",
        +  "Carattere",
        +  "Cardo",
        +  "Carlito",
        +  "Carme",
        +  "Carrois Gothic",
        +  "Carrois Gothic SC",
        +  "Carter One",
        +  "Cascadia Code",
        +  "Cascadia Mono",
        +  "Castoro",
        +  "Castoro Titling",
        +  "Catamaran",
        +  "Caudex",
        +  "Cause",
        +  "Caveat",
        +  "Caveat Brush",
        +  "Cedarville Cursive",
        +  "Ceviche One",
        +  "Chakra Petch",
        +  "Changa",
        +  "Changa One",
        +  "Chango",
        +  "Charis SIL",
        +  "Charm",
        +  "Charmonman",
        +  "Chathura",
        +  "Chau Philomene One",
        +  "Chela One",
        +  "Chelsea Market",
        +  "Chenla",
        +  "Cherish",
        +  "Cherry Bomb One",
        +  "Cherry Cream Soda",
        +  "Cherry Swash",
        +  "Chewy",
        +  "Chicle",
        +  "Chilanka",
        +  "Chiron GoRound TC",
        +  "Chiron Hei HK",
        +  "Chiron Sung HK",
        +  "Chivo",
        +  "Chivo Mono",
        +  "Chocolate Classical Sans",
        +  "Chokokutai",
        +  "Chonburi",
        +  "Cinzel",
        +  "Cinzel Decorative",
        +  "Clicker Script",
        +  "Climate Crisis",
        +  "Coda",
        +  "Codystar",
        +  "Coiny",
        +  "Combo",
        +  "Comfortaa",
        +  "Comforter",
        +  "Comforter Brush",
        +  "Comic Neue",
        +  "Comic Relief",
        +  "Coming Soon",
        +  "Comme",
        +  "Commissioner",
        +  "Concert One",
        +  "Condiment",
        +  "Content",
        +  "Contrail One",
        +  "Convergence",
        +  "Cookie",
        +  "Copse",
        +  "Coral Pixels",
        +  "Corben",
        +  "Corinthia",
        +  "Cormorant",
        +  "Cormorant Garamond",
        +  "Cormorant Infant",
        +  "Cormorant SC",
        +  "Cormorant Unicase",
        +  "Cormorant Upright",
        +  "Cossette Texte",
        +  "Cossette Titre",
        +  "Courgette",
        +  "Courier Prime",
        +  "Cousine",
        +  "Coustard",
        +  "Covered By Your Grace",
        +  "Crafty Girls",
        +  "Creepster",
        +  "Crete Round",
        +  "Crimson Pro",
        +  "Crimson Text",
        +  "Croissant One",
        +  "Crushed",
        +  "Cuprum",
        +  "Cute Font",
        +  "Cutive",
        +  "Cutive Mono",
        +  "DM Mono",
        +  "DM Sans",
        +  "DM Serif Display",
        +  "DM Serif Text",
        +  "Dai Banna SIL",
        +  "Damion",
        +  "Dancing Script",
        +  "Danfo",
        +  "Dangrek",
        +  "Darker Grotesque",
        +  "Darumadrop One",
        +  "Datatype",
        +  "David Libre",
        +  "Dawning of a New Day",
        +  "Days One",
        +  "Dekko",
        +  "Dela Gothic One",
        +  "Delicious Handrawn",
        +  "Delius",
        +  "Delius Swash Caps",
        +  "Delius Unicase",
        +  "Della Respira",
        +  "Denk One",
        +  "Devonshire",
        +  "Dhurjati",
        +  "Didact Gothic",
        +  "Diphylleia",
        +  "Diplomata",
        +  "Diplomata SC",
        +  "Do Hyeon",
        +  "Dokdo",
        +  "Domine",
        +  "Donegal One",
        +  "Dongle",
        +  "Doppio One",
        +  "Dorsa",
        +  "Dosis",
        +  "DotGothic16",
        +  "Doto",
        +  "Dr Sugiyama",
        +  "Duru Sans",
        +  "DynaPuff",
        +  "Dynalight",
        +  "EB Garamond",
        +  "Eagle Lake",
        +  "East Sea Dokdo",
        +  "Eater",
        +  "Economica",
        +  "Eczar",
        +  "Edu AU VIC WA NT Arrows",
        +  "Edu AU VIC WA NT Dots",
        +  "Edu AU VIC WA NT Guides",
        +  "Edu AU VIC WA NT Hand",
        +  "Edu AU VIC WA NT Pre",
        +  "Edu NSW ACT Cursive",
        +  "Edu NSW ACT Foundation",
        +  "Edu NSW ACT Hand Pre",
        +  "Edu QLD Beginner",
        +  "Edu QLD Hand",
        +  "Edu SA Beginner",
        +  "Edu SA Hand",
        +  "Edu TAS Beginner",
        +  "Edu VIC WA NT Beginner",
        +  "Edu VIC WA NT Hand",
        +  "Edu VIC WA NT Hand Pre",
        +  "El Messiri",
        +  "Electrolize",
        +  "Elms Sans",
        +  "Elsie",
        +  "Elsie Swash Caps",
        +  "Emblema One",
        +  "Emilys Candy",
        +  "Encode Sans",
        +  "Encode Sans Condensed",
        +  "Encode Sans Expanded",
        +  "Encode Sans SC",
        +  "Encode Sans Semi Condensed",
        +  "Encode Sans Semi Expanded",
        +  "Engagement",
        +  "Englebert",
        +  "Enriqueta",
        +  "Ephesis",
        +  "Epilogue",
        +  "Epunda Sans",
        +  "Epunda Slab",
        +  "Erica One",
        +  "Esteban",
        +  "Estedad",
        +  "Estonia",
        +  "Euphoria Script",
        +  "Ewert",
        +  "Exile",
        +  "Exo",
        +  "Exo 2",
        +  "Expletus Sans",
        +  "Explora",
        +  "Faculty Glyphic",
        +  "Fahkwang",
        +  "Familjen Grotesk",
        +  "Fanwood Text",
        +  "Farro",
        +  "Farsan",
        +  "Fascinate",
        +  "Fascinate Inline",
        +  "Faster One",
        +  "Fasthand",
        +  "Fauna One",
        +  "Faustina",
        +  "Federant",
        +  "Federo",
        +  "Felipa",
        +  "Fenix",
        +  "Festive",
        +  "Figtree",
        +  "Finger Paint",
        +  "Finlandica Headline",
        +  "Finlandica Text",
        +  "Fira Code",
        +  "Fira Mono",
        +  "Fira Sans",
        +  "Fira Sans Condensed",
        +  "Fira Sans Extra Condensed",
        +  "Fjalla One",
        +  "Fjord One",
        +  "Flamenco",
        +  "Flavors",
        +  "Fleur De Leah",
        +  "Flow Block",
        +  "Flow Circular",
        +  "Flow Rounded",
        +  "Foldit",
        +  "Fondamento",
        +  "Fontdiner Swanky",
        +  "Forum",
        +  "Fragment Mono",
        +  "Francois One",
        +  "Frank Ruhl Libre",
        +  "Fraunces",
        +  "Freckle Face",
        +  "Fredericka the Great",
        +  "Fredoka",
        +  "Freehand",
        +  "Freeman",
        +  "Fresca",
        +  "Frijole",
        +  "Fruktur",
        +  "Fugaz One",
        +  "Fuggles",
        +  "Funnel Display",
        +  "Funnel Sans",
        +  "Fustat",
        +  "Fuzzy Bubbles",
        +  "GFS Didot",
        +  "GFS Neohellenic",
        +  "Ga Maamli",
        +  "Gabarito",
        +  "Gabriela",
        +  "Gaegu",
        +  "Gafata",
        +  "Gajraj One",
        +  "Galada",
        +  "Galdeano",
        +  "Galindo",
        +  "Gamja Flower",
        +  "Gantari",
        +  "Gasoek One",
        +  "Gayathri",
        +  "Geist",
        +  "Geist Mono",
        +  "Geist Pixel",
        +  "Gelasio",
        +  "Gemunu Libre",
        +  "Genos",
        +  "Gentium Book Plus",
        +  "Gentium Plus",
        +  "Geo",
        +  "Geologica",
        +  "Geom",
        +  "Geomini",
        +  "Georama",
        +  "Geostar",
        +  "Geostar Fill",
        +  "Germania One",
        +  "Gideon Roman",
        +  "Gidole",
        +  "Gidugu",
        +  "Gilda Display",
        +  "Girassol",
        +  "Give You Glory",
        +  "Glass Antiqua",
        +  "Glegoo",
        +  "Gloock",
        +  "Gloria Hallelujah",
        +  "Glory",
        +  "Gluten",
        +  "Goblin One",
        +  "Gochi Hand",
        +  "Goldman",
        +  "Golos Text",
        +  "Google Sans",
        +  "Google Sans Code",
        +  "Google Sans Flex",
        +  "Gorditas",
        +  "Gothic A1",
        +  "Gotu",
        +  "Goudy Bookletter 1911",
        +  "Gowun Batang",
        +  "Gowun Dodum",
        +  "Graduate",
        +  "Grand Hotel",
        +  "Grandiflora One",
        +  "Grandstander",
        +  "Grape Nuts",
        +  "Gravitas One",
        +  "Great Vibes",
        +  "Grechen Fuemen",
        +  "Grenze",
        +  "Grenze Gotisch",
        +  "Grey Qo",
        +  "Griffy",
        +  "Gruppo",
        +  "Gudea",
        +  "Gugi",
        +  "Gulzar",
        +  "Gupter",
        +  "Gurajada",
        +  "Gveret Levin",
        +  "Gwendolyn",
        +  "Habibi",
        +  "Hachi Maru Pop",
        +  "Hahmlet",
        +  "Halant",
        +  "Hammersmith One",
        +  "Hanalei",
        +  "Hanalei Fill",
        +  "Handjet",
        +  "Handlee",
        +  "Hanken Grotesk",
        +  "Hanuman",
        +  "Happy Monkey",
        +  "Harmattan",
        +  "Headland One",
        +  "Hedvig Letters Sans",
        +  "Hedvig Letters Serif",
        +  "Heebo",
        +  "Henny Penny",
        +  "Hepta Slab",
        +  "Herr Von Muellerhoff",
        +  "Hi Melody",
        +  "Hibur Mono",
        +  "Hina Mincho",
        +  "Hind",
        +  "Hind Guntur",
        +  "Hind Madurai",
        +  "Hind Mysuru",
        +  "Hind Siliguri",
        +  "Hind Vadodara",
        +  "Holtwood One SC",
        +  "Homemade Apple",
        +  "Homenaje",
        +  "Honk",
        +  "Host Grotesk",
        +  "Hubballi",
        +  "Hubot Sans",
        +  "Huninn",
        +  "Hurricane",
        +  "IBM Plex Mono",
        +  "IBM Plex Sans",
        +  "IBM Plex Sans Arabic",
        +  "IBM Plex Sans Condensed",
        +  "IBM Plex Sans Devanagari",
        +  "IBM Plex Sans Hebrew",
        +  "IBM Plex Sans JP",
        +  "IBM Plex Sans KR",
        +  "IBM Plex Sans Thai",
        +  "IBM Plex Sans Thai Looped",
        +  "IBM Plex Serif",
        +  "IM Fell DW Pica",
        +  "IM Fell DW Pica SC",
        +  "IM Fell Double Pica",
        +  "IM Fell Double Pica SC",
        +  "IM Fell English",
        +  "IM Fell English SC",
        +  "IM Fell French Canon",
        +  "IM Fell French Canon SC",
        +  "IM Fell Great Primer",
        +  "IM Fell Great Primer SC",
        +  "Iansui",
        +  "Ibarra Real Nova",
        +  "Iceberg",
        +  "Iceland",
        +  "Idiqlat",
        +  "Imbue",
        +  "Imperial Script",
        +  "Imprima",
        +  "Inclusive Sans",
        +  "Inconsolata",
        +  "Inder",
        +  "Indie Flower",
        +  "Ingrid Darling",
        +  "Inika",
        +  "Inknut Antiqua",
        +  "Inria Sans",
        +  "Inria Serif",
        +  "Inspiration",
        +  "Instrument Sans",
        +  "Instrument Serif",
        +  "Intel One Mono",
        +  "Inter",
        +  "Inter Tight",
        +  "Iosevka Charon",
        +  "Iosevka Charon Mono",
        +  "Irish Grover",
        +  "Island Moments",
        +  "Istok Web",
        +  "Italiana",
        +  "Italianno",
        +  "Itim",
        +  "Jacquard 12",
        +  "Jacquard 12 Charted",
        +  "Jacquard 24",
        +  "Jacquard 24 Charted",
        +  "Jacquarda Bastarda 9",
        +  "Jacquarda Bastarda 9 Charted",
        +  "Jacques Francois",
        +  "Jacques Francois Shadow",
        +  "Jaini",
        +  "Jaini Purva",
        +  "Jaldi",
        +  "Jaro",
        +  "Jersey 10",
        +  "Jersey 10 Charted",
        +  "Jersey 15",
        +  "Jersey 15 Charted",
        +  "Jersey 20",
        +  "Jersey 20 Charted",
        +  "Jersey 25",
        +  "Jersey 25 Charted",
        +  "JetBrains Mono",
        +  "Jim Nightshade",
        +  "Joan",
        +  "Jockey One",
        +  "Jolly Lodger",
        +  "Jomhuria",
        +  "Jomolhari",
        +  "Josefin Sans",
        +  "Josefin Slab",
        +  "Jost",
        +  "Joti One",
        +  "Jua",
        +  "Judson",
        +  "Julee",
        +  "Julius Sans One",
        +  "Junge",
        +  "Jura",
        +  "Just Another Hand",
        +  "Just Me Again Down Here",
        +  "K2D",
        +  "Kablammo",
        +  "Kadwa",
        +  "Kaisei Decol",
        +  "Kaisei HarunoUmi",
        +  "Kaisei Opti",
        +  "Kaisei Tokumin",
        +  "Kalam",
        +  "Kalnia",
        +  "Kalnia Glaze",
        +  "Kameron",
        +  "Kanchenjunga",
        +  "Kanit",
        +  "Kantumruy Pro",
        +  "Kapakana",
        +  "Karantina",
        +  "Karla",
        +  "Karla Tamil Inclined",
        +  "Karla Tamil Upright",
        +  "Karma",
        +  "Katibeh",
        +  "Kaushan Script",
        +  "Kavivanar",
        +  "Kavoon",
        +  "Kay Pho Du",
        +  "Kdam Thmor Pro",
        +  "Keania One",
        +  "Kedebideri",
        +  "Kelly Slab",
        +  "Kenia",
        +  "Khand",
        +  "Khmer",
        +  "Khula",
        +  "Kings",
        +  "Kirang Haerang",
        +  "Kite One",
        +  "Kiwi Maru",
        +  "Klee One",
        +  "Knewave",
        +  "KoHo",
        +  "Kodchasan",
        +  "Kode Mono",
        +  "Koh Santepheap",
        +  "Kolker Brush",
        +  "Konkhmer Sleokchher",
        +  "Kosugi",
        +  "Kosugi Maru",
        +  "Kotta One",
        +  "Koulen",
        +  "Kranky",
        +  "Kreon",
        +  "Kristi",
        +  "Krona One",
        +  "Krub",
        +  "Kufam",
        +  "Kulim Park",
        +  "Kumar One",
        +  "Kumar One Outline",
        +  "Kumbh Sans",
        +  "Kurale",
        +  "LINE Seed JP",
        +  "LXGW Marker Gothic",
        +  "LXGW WenKai Mono TC",
        +  "LXGW WenKai TC",
        +  "La Belle Aurore",
        +  "Labrada",
        +  "Lacquer",
        +  "Laila",
        +  "Lakki Reddy",
        +  "Lalezar",
        +  "Lancelot",
        +  "Langar",
        +  "Lateef",
        +  "Lato",
        +  "Lavishly Yours",
        +  "League Gothic",
        +  "League Script",
        +  "League Spartan",
        +  "Leckerli One",
        +  "Ledger",
        +  "Lekton",
        +  "Lemon",
        +  "Lemonada",
        +  "Lexend",
        +  "Lexend Deca",
        +  "Lexend Exa",
        +  "Lexend Giga",
        +  "Lexend Mega",
        +  "Lexend Peta",
        +  "Lexend Tera",
        +  "Lexend Zetta",
        +  "Libertinus Keyboard",
        +  "Libertinus Math",
        +  "Libertinus Mono",
        +  "Libertinus Sans",
        +  "Libertinus Serif",
        +  "Libertinus Serif Display",
        +  "Libre Barcode 128",
        +  "Libre Barcode 128 Text",
        +  "Libre Barcode 39",
        +  "Libre Barcode 39 Extended",
        +  "Libre Barcode 39 Extended Text",
        +  "Libre Barcode 39 Text",
        +  "Libre Barcode EAN13 Text",
        +  "Libre Baskerville",
        +  "Libre Bodoni",
        +  "Libre Caslon Display",
        +  "Libre Caslon Text",
        +  "Libre Franklin",
        +  "Licorice",
        +  "Life Savers",
        +  "Lilex",
        +  "Lilita One",
        +  "Lily Script One",
        +  "Limelight",
        +  "Linden Hill",
        +  "Linefont",
        +  "Lisu Bosa",
        +  "Liter",
        +  "Literata",
        +  "Liu Jian Mao Cao",
        +  "Livvic",
        +  "Lobster",
        +  "Lobster Two",
        +  "Londrina Outline",
        +  "Londrina Shadow",
        +  "Londrina Sketch",
        +  "Londrina Solid",
        +  "Long Cang",
        +  "Lora",
        +  "Love Light",
        +  "Love Ya Like A Sister",
        +  "Loved by the King",
        +  "Lovers Quarrel",
        +  "Luckiest Guy",
        +  "Lugrasimo",
        +  "Lumanosimo",
        +  "Lunasima",
        +  "Lusitana",
        +  "Lustria",
        +  "Luxurious Roman",
        +  "Luxurious Script",
        +  "M PLUS 1",
        +  "M PLUS 1 Code",
        +  "M PLUS 1p",
        +  "M PLUS 2",
        +  "M PLUS Code Latin",
        +  "M PLUS Rounded 1c",
        +  "M PLUS U",
        +  "Ma Shan Zheng",
        +  "Macondo",
        +  "Macondo Swash Caps",
        +  "Mada",
        +  "Madimi One",
        +  "Magra",
        +  "Maiden Orange",
        +  "Maitree",
        +  "Major Mono Display",
        +  "Mako",
        +  "Mali",
        +  "Mallanna",
        +  "Maname",
        +  "Mandali",
        +  "Manjari",
        +  "Manrope",
        +  "Mansalva",
        +  "Manuale",
        +  "Manufacturing Consent",
        +  "Marcellus",
        +  "Marcellus SC",
        +  "Marck Script",
        +  "Margarine",
        +  "Marhey",
        +  "Markazi Text",
        +  "Marko One",
        +  "Marmelad",
        +  "Martel",
        +  "Martel Sans",
        +  "Martian Mono",
        +  "Marvel",
        +  "Matangi",
        +  "Mate",
        +  "Mate SC",
        +  "Matemasie",
        +  "Material Icons",
        +  "Material Icons Outlined",
        +  "Material Icons Round",
        +  "Material Icons Sharp",
        +  "Material Icons Two Tone",
        +  "Material Symbols",
        +  "Material Symbols Outlined",
        +  "Material Symbols Rounded",
        +  "Material Symbols Sharp",
        +  "Maven Pro",
        +  "McLaren",
        +  "Mea Culpa",
        +  "Meddon",
        +  "MedievalSharp",
        +  "Medula One",
        +  "Meera Inimai",
        +  "Megrim",
        +  "Meie Script",
        +  "Menbere",
        +  "Meow Script",
        +  "Merienda",
        +  "Merriweather",
        +  "Merriweather Sans",
        +  "Metal",
        +  "Metal Mania",
        +  "Metamorphous",
        +  "Metrophobic",
        +  "Michroma",
        +  "Micro 5",
        +  "Micro 5 Charted",
        +  "Milonga",
        +  "Miltonian",
        +  "Miltonian Tattoo",
        +  "Mina",
        +  "Mingzat",
        +  "Miniver",
        +  "Miranda Sans",
        +  "Miriam Libre",
        +  "Mirza",
        +  "Miss Fajardose",
        +  "Mitr",
        +  "Mochiy Pop One",
        +  "Mochiy Pop P One",
        +  "Modak",
        +  "Modern Antiqua",
        +  "Moderustic",
        +  "Mogra",
        +  "Mohave",
        +  "Moirai One",
        +  "Molengo",
        +  "Molle",
        +  "Momo Signature",
        +  "Momo Trust Display",
        +  "Momo Trust Sans",
        +  "Mona Sans",
        +  "Monda",
        +  "Monofett",
        +  "Monomakh",
        +  "Monomaniac One",
        +  "Monoton",
        +  "Monsieur La Doulaise",
        +  "Montaga",
        +  "Montagu Slab",
        +  "MonteCarlo",
        +  "Montenegrin Gothic One",
        +  "Montez",
        +  "Montserrat",
        +  "Montserrat Alternates",
        +  "Montserrat Underline",
        +  "Moo Lah Lah",
        +  "Mooli",
        +  "Moon Dance",
        +  "Moul",
        +  "Moulpali",
        +  "Mountains of Christmas",
        +  "Mouse Memoirs",
        +  "Mozilla Headline",
        +  "Mozilla Text",
        +  "Mr Bedfort",
        +  "Mr Dafoe",
        +  "Mr De Haviland",
        +  "Mrs Saint Delafield",
        +  "Mrs Sheppards",
        +  "Ms Madi",
        +  "Mukta",
        +  "Mukta Mahee",
        +  "Mukta Malar",
        +  "Mukta Vaani",
        +  "Mulish",
        +  "Murecho",
        +  "MuseoModerno",
        +  "My Soul",
        +  "Mynerve",
        +  "Mystery Quest",
        +  "NTR",
        +  "Nabla",
        +  "Namdhinggo",
        +  "Nanum Brush Script",
        +  "Nanum Gothic",
        +  "Nanum Gothic Coding",
        +  "Nanum Myeongjo",
        +  "Nanum Pen Script",
        +  "Narnoor",
        +  "Nata Sans",
        +  "National Park",
        +  "Neonderthaw",
        +  "Nerko One",
        +  "Neucha",
        +  "Neuton",
        +  "New Amsterdam",
        +  "New Rocker",
        +  "New Tegomin",
        +  "News Cycle",
        +  "Newsreader",
        +  "Niconne",
        +  "Niramit",
        +  "Nixie One",
        +  "Nobile",
        +  "Nokora",
        +  "Norican",
        +  "Nosifer",
        +  "Notable",
        +  "Nothing You Could Do",
        +  "Noticia Text",
        +  "Noto Color Emoji",
        +  "Noto Emoji",
        +  "Noto Kufi Arabic",
        +  "Noto Music",
        +  "Noto Naskh Arabic",
        +  "Noto Nastaliq Urdu",
        +  "Noto Rashi Hebrew",
        +  "Noto Sans",
        +  "Noto Sans Adlam",
        +  "Noto Sans Adlam Unjoined",
        +  "Noto Sans Anatolian Hieroglyphs",
        +  "Noto Sans Arabic",
        +  "Noto Sans Armenian",
        +  "Noto Sans Avestan",
        +  "Noto Sans Balinese",
        +  "Noto Sans Bamum",
        +  "Noto Sans Bassa Vah",
        +  "Noto Sans Batak",
        +  "Noto Sans Bengali",
        +  "Noto Sans Bhaiksuki",
        +  "Noto Sans Brahmi",
        +  "Noto Sans Buginese",
        +  "Noto Sans Buhid",
        +  "Noto Sans Canadian Aboriginal",
        +  "Noto Sans Carian",
        +  "Noto Sans Caucasian Albanian",
        +  "Noto Sans Chakma",
        +  "Noto Sans Cham",
        +  "Noto Sans Cherokee",
        +  "Noto Sans Chorasmian",
        +  "Noto Sans Coptic",
        +  "Noto Sans Cuneiform",
        +  "Noto Sans Cypriot",
        +  "Noto Sans Cypro Minoan",
        +  "Noto Sans Deseret",
        +  "Noto Sans Devanagari",
        +  "Noto Sans Display",
        +  "Noto Sans Duployan",
        +  "Noto Sans Egyptian Hieroglyphs",
        +  "Noto Sans Elbasan",
        +  "Noto Sans Elymaic",
        +  "Noto Sans Ethiopic",
        +  "Noto Sans Georgian",
        +  "Noto Sans Glagolitic",
        +  "Noto Sans Gothic",
        +  "Noto Sans Grantha",
        +  "Noto Sans Gujarati",
        +  "Noto Sans Gunjala Gondi",
        +  "Noto Sans Gurmukhi",
        +  "Noto Sans HK",
        +  "Noto Sans Hanifi Rohingya",
        +  "Noto Sans Hanunoo",
        +  "Noto Sans Hatran",
        +  "Noto Sans Hebrew",
        +  "Noto Sans Imperial Aramaic",
        +  "Noto Sans Indic Siyaq Numbers",
        +  "Noto Sans Inscriptional Pahlavi",
        +  "Noto Sans Inscriptional Parthian",
        +  "Noto Sans JP",
        +  "Noto Sans Javanese",
        +  "Noto Sans KR",
        +  "Noto Sans Kaithi",
        +  "Noto Sans Kannada",
        +  "Noto Sans Kawi",
        +  "Noto Sans Kayah Li",
        +  "Noto Sans Kharoshthi",
        +  "Noto Sans Khmer",
        +  "Noto Sans Khojki",
        +  "Noto Sans Khudawadi",
        +  "Noto Sans Lao",
        +  "Noto Sans Lao Looped",
        +  "Noto Sans Lepcha",
        +  "Noto Sans Limbu",
        +  "Noto Sans Linear A",
        +  "Noto Sans Linear B",
        +  "Noto Sans Lisu",
        +  "Noto Sans Lycian",
        +  "Noto Sans Lydian",
        +  "Noto Sans Mahajani",
        +  "Noto Sans Malayalam",
        +  "Noto Sans Mandaic",
        +  "Noto Sans Manichaean",
        +  "Noto Sans Marchen",
        +  "Noto Sans Masaram Gondi",
        +  "Noto Sans Math",
        +  "Noto Sans Mayan Numerals",
        +  "Noto Sans Medefaidrin",
        +  "Noto Sans Meetei Mayek",
        +  "Noto Sans Mende Kikakui",
        +  "Noto Sans Meroitic",
        +  "Noto Sans Miao",
        +  "Noto Sans Modi",
        +  "Noto Sans Mongolian",
        +  "Noto Sans Mono",
        +  "Noto Sans Mro",
        +  "Noto Sans Multani",
        +  "Noto Sans Myanmar",
        +  "Noto Sans NKo",
        +  "Noto Sans NKo Unjoined",
        +  "Noto Sans Nabataean",
        +  "Noto Sans Nag Mundari",
        +  "Noto Sans Nandinagari",
        +  "Noto Sans New Tai Lue",
        +  "Noto Sans Newa",
        +  "Noto Sans Nushu",
        +  "Noto Sans Ogham",
        +  "Noto Sans Ol Chiki",
        +  "Noto Sans Old Hungarian",
        +  "Noto Sans Old Italic",
        +  "Noto Sans Old North Arabian",
        +  "Noto Sans Old Permic",
        +  "Noto Sans Old Persian",
        +  "Noto Sans Old Sogdian",
        +  "Noto Sans Old South Arabian",
        +  "Noto Sans Old Turkic",
        +  "Noto Sans Oriya",
        +  "Noto Sans Osage",
        +  "Noto Sans Osmanya",
        +  "Noto Sans Pahawh Hmong",
        +  "Noto Sans Palmyrene",
        +  "Noto Sans Pau Cin Hau",
        +  "Noto Sans PhagsPa",
        +  "Noto Sans Phoenician",
        +  "Noto Sans Psalter Pahlavi",
        +  "Noto Sans Rejang",
        +  "Noto Sans Runic",
        +  "Noto Sans SC",
        +  "Noto Sans Samaritan",
        +  "Noto Sans Saurashtra",
        +  "Noto Sans Sharada",
        +  "Noto Sans Shavian",
        +  "Noto Sans Siddham",
        +  "Noto Sans SignWriting",
        +  "Noto Sans Sinhala",
        +  "Noto Sans Sogdian",
        +  "Noto Sans Sora Sompeng",
        +  "Noto Sans Soyombo",
        +  "Noto Sans Sundanese",
        +  "Noto Sans Sunuwar",
        +  "Noto Sans Syloti Nagri",
        +  "Noto Sans Symbols",
        +  "Noto Sans Symbols 2",
        +  "Noto Sans Syriac",
        +  "Noto Sans Syriac Eastern",
        +  "Noto Sans Syriac Western",
        +  "Noto Sans TC",
        +  "Noto Sans Tagalog",
        +  "Noto Sans Tagbanwa",
        +  "Noto Sans Tai Le",
        +  "Noto Sans Tai Tham",
        +  "Noto Sans Tai Viet",
        +  "Noto Sans Takri",
        +  "Noto Sans Tamil",
        +  "Noto Sans Tamil Supplement",
        +  "Noto Sans Tangsa",
        +  "Noto Sans Telugu",
        +  "Noto Sans Thaana",
        +  "Noto Sans Thai",
        +  "Noto Sans Thai Looped",
        +  "Noto Sans Tifinagh",
        +  "Noto Sans Tirhuta",
        +  "Noto Sans Ugaritic",
        +  "Noto Sans Vai",
        +  "Noto Sans Vithkuqi",
        +  "Noto Sans Wancho",
        +  "Noto Sans Warang Citi",
        +  "Noto Sans Yi",
        +  "Noto Sans Zanabazar Square",
        +  "Noto Serif",
        +  "Noto Serif Ahom",
        +  "Noto Serif Armenian",
        +  "Noto Serif Balinese",
        +  "Noto Serif Bengali",
        +  "Noto Serif Devanagari",
        +  "Noto Serif Display",
        +  "Noto Serif Dives Akuru",
        +  "Noto Serif Dogra",
        +  "Noto Serif Ethiopic",
        +  "Noto Serif Georgian",
        +  "Noto Serif Grantha",
        +  "Noto Serif Gujarati",
        +  "Noto Serif Gurmukhi",
        +  "Noto Serif HK",
        +  "Noto Serif Hebrew",
        +  "Noto Serif Hentaigana",
        +  "Noto Serif JP",
        +  "Noto Serif KR",
        +  "Noto Serif Kannada",
        +  "Noto Serif Khitan Small Script",
        +  "Noto Serif Khmer",
        +  "Noto Serif Khojki",
        +  "Noto Serif Lao",
        +  "Noto Serif Makasar",
        +  "Noto Serif Malayalam",
        +  "Noto Serif Myanmar",
        +  "Noto Serif NP Hmong",
        +  "Noto Serif Old Uyghur",
        +  "Noto Serif Oriya",
        +  "Noto Serif Ottoman Siyaq",
        +  "Noto Serif SC",
        +  "Noto Serif Sinhala",
        +  "Noto Serif TC",
        +  "Noto Serif Tamil",
        +  "Noto Serif Tangut",
        +  "Noto Serif Telugu",
        +  "Noto Serif Thai",
        +  "Noto Serif Tibetan",
        +  "Noto Serif Todhri",
        +  "Noto Serif Toto",
        +  "Noto Serif Vithkuqi",
        +  "Noto Serif Yezidi",
        +  "Noto Traditional Nushu",
        +  "Noto Znamenny Musical Notation",
        +  "Nova Cut",
        +  "Nova Flat",
        +  "Nova Mono",
        +  "Nova Oval",
        +  "Nova Round",
        +  "Nova Script",
        +  "Nova Slim",
        +  "Nova Square",
        +  "Numans",
        +  "Nunito",
        +  "Nunito Sans",
        +  "Nuosu SIL",
        +  "Odibee Sans",
        +  "Odor Mean Chey",
        +  "Offside",
        +  "Oi",
        +  "Ojuju",
        +  "Old Standard TT",
        +  "Oldenburg",
        +  "Ole",
        +  "Oleo Script",
        +  "Oleo Script Swash Caps",
        +  "Onest",
        +  "Oooh Baby",
        +  "Open Sans",
        +  "Oranienbaum",
        +  "Orbit",
        +  "Orbitron",
        +  "Oregano",
        +  "Orelega One",
        +  "Orienta",
        +  "Original Surfer",
        +  "Oswald",
        +  "Outfit",
        +  "Over the Rainbow",
        +  "Overlock",
        +  "Overlock SC",
        +  "Overpass",
        +  "Overpass Mono",
        +  "Ovo",
        +  "Oxanium",
        +  "Oxygen",
        +  "Oxygen Mono",
        +  "PT Mono",
        +  "PT Sans",
        +  "PT Sans Caption",
        +  "PT Sans Narrow",
        +  "PT Serif",
        +  "PT Serif Caption",
        +  "Pacifico",
        +  "Padauk",
        +  "Padyakke Expanded One",
        +  "Palanquin",
        +  "Palanquin Dark",
        +  "Palette Mosaic",
        +  "Pangolin",
        +  "Paprika",
        +  "Parastoo",
        +  "Parisienne",
        +  "Parkinsans",
        +  "Passero One",
        +  "Passion One",
        +  "Passions Conflict",
        +  "Pathway Extreme",
        +  "Pathway Gothic One",
        +  "Patrick Hand",
        +  "Patrick Hand SC",
        +  "Pattaya",
        +  "Patua One",
        +  "Pavanam",
        +  "Paytone One",
        +  "Peddana",
        +  "Peralta",
        +  "Permanent Marker",
        +  "Petemoss",
        +  "Petit Formal Script",
        +  "Petrona",
        +  "Phetsarath",
        +  "Philosopher",
        +  "Phudu",
        +  "Piazzolla",
        +  "Piedra",
        +  "Pinyon Script",
        +  "Pirata One",
        +  "Pixelify Sans",
        +  "Plaster",
        +  "Platypi",
        +  "Play",
        +  "Playball",
        +  "Playfair",
        +  "Playfair Display",
        +  "Playfair Display SC",
        +  "Playpen Sans",
        +  "Playpen Sans Arabic",
        +  "Playpen Sans Deva",
        +  "Playpen Sans Hebrew",
        +  "Playpen Sans Thai",
        +  "Playwrite AR",
        +  "Playwrite AR Guides",
        +  "Playwrite AT",
        +  "Playwrite AT Guides",
        +  "Playwrite AU NSW",
        +  "Playwrite AU NSW Guides",
        +  "Playwrite AU QLD",
        +  "Playwrite AU QLD Guides",
        +  "Playwrite AU SA",
        +  "Playwrite AU SA Guides",
        +  "Playwrite AU TAS",
        +  "Playwrite AU TAS Guides",
        +  "Playwrite AU VIC",
        +  "Playwrite AU VIC Guides",
        +  "Playwrite BE VLG",
        +  "Playwrite BE VLG Guides",
        +  "Playwrite BE WAL",
        +  "Playwrite BE WAL Guides",
        +  "Playwrite BR",
        +  "Playwrite BR Guides",
        +  "Playwrite CA",
        +  "Playwrite CA Guides",
        +  "Playwrite CL",
        +  "Playwrite CL Guides",
        +  "Playwrite CO",
        +  "Playwrite CO Guides",
        +  "Playwrite CU",
        +  "Playwrite CU Guides",
        +  "Playwrite CZ",
        +  "Playwrite CZ Guides",
        +  "Playwrite DE Grund",
        +  "Playwrite DE Grund Guides",
        +  "Playwrite DE LA",
        +  "Playwrite DE LA Guides",
        +  "Playwrite DE SAS",
        +  "Playwrite DE SAS Guides",
        +  "Playwrite DE VA",
        +  "Playwrite DE VA Guides",
        +  "Playwrite DK Loopet",
        +  "Playwrite DK Loopet Guides",
        +  "Playwrite DK Uloopet",
        +  "Playwrite DK Uloopet Guides",
        +  "Playwrite ES",
        +  "Playwrite ES Deco",
        +  "Playwrite ES Deco Guides",
        +  "Playwrite ES Guides",
        +  "Playwrite FR Moderne",
        +  "Playwrite FR Moderne Guides",
        +  "Playwrite FR Trad",
        +  "Playwrite FR Trad Guides",
        +  "Playwrite GB J",
        +  "Playwrite GB J Guides",
        +  "Playwrite GB S",
        +  "Playwrite GB S Guides",
        +  "Playwrite HR",
        +  "Playwrite HR Guides",
        +  "Playwrite HR Lijeva",
        +  "Playwrite HR Lijeva Guides",
        +  "Playwrite HU",
        +  "Playwrite HU Guides",
        +  "Playwrite ID",
        +  "Playwrite ID Guides",
        +  "Playwrite IE",
        +  "Playwrite IE Guides",
        +  "Playwrite IN",
        +  "Playwrite IN Guides",
        +  "Playwrite IS",
        +  "Playwrite IS Guides",
        +  "Playwrite IT Moderna",
        +  "Playwrite IT Moderna Guides",
        +  "Playwrite IT Trad",
        +  "Playwrite IT Trad Guides",
        +  "Playwrite MX",
        +  "Playwrite MX Guides",
        +  "Playwrite NG Modern",
        +  "Playwrite NG Modern Guides",
        +  "Playwrite NL",
        +  "Playwrite NL Guides",
        +  "Playwrite NO",
        +  "Playwrite NO Guides",
        +  "Playwrite NZ",
        +  "Playwrite NZ Basic",
        +  "Playwrite NZ Basic Guides",
        +  "Playwrite NZ Guides",
        +  "Playwrite PE",
        +  "Playwrite PE Guides",
        +  "Playwrite PL",
        +  "Playwrite PL Guides",
        +  "Playwrite PT",
        +  "Playwrite PT Guides",
        +  "Playwrite RO",
        +  "Playwrite RO Guides",
        +  "Playwrite SK",
        +  "Playwrite SK Guides",
        +  "Playwrite TZ",
        +  "Playwrite TZ Guides",
        +  "Playwrite US Modern",
        +  "Playwrite US Modern Guides",
        +  "Playwrite US Trad",
        +  "Playwrite US Trad Guides",
        +  "Playwrite VN",
        +  "Playwrite VN Guides",
        +  "Playwrite ZA",
        +  "Playwrite ZA Guides",
        +  "Pliant",
        +  "Plus Jakarta Sans",
        +  "Pochaevsk",
        +  "Podkova",
        +  "Poetsen One",
        +  "Poiret One",
        +  "Poller One",
        +  "Poltawski Nowy",
        +  "Poly",
        +  "Pompiere",
        +  "Ponnala",
        +  "Ponomar",
        +  "Pontano Sans",
        +  "Poor Story",
        +  "Poppins",
        +  "Port Lligat Sans",
        +  "Port Lligat Slab",
        +  "Potta One",
        +  "Pragati Narrow",
        +  "Praise",
        +  "Prata",
        +  "Preahvihear",
        +  "Press Start 2P",
        +  "Pridi",
        +  "Princess Sofia",
        +  "Prociono",
        +  "Prompt",
        +  "Prosto One",
        +  "Protest Guerrilla",
        +  "Protest Revolution",
        +  "Protest Riot",
        +  "Protest Strike",
        +  "Proza Libre",
        +  "Public Sans",
        +  "Puppies Play",
        +  "Puritan",
        +  "Purple Purse",
        +  "Qahiri",
        +  "Quando",
        +  "Quantico",
        +  "Quattrocento",
        +  "Quattrocento Sans",
        +  "Questrial",
        +  "Quicksand",
        +  "Quintessential",
        +  "Qwigley",
        +  "Qwitcher Grypen",
        +  "REM",
        +  "Racing Sans One",
        +  "Radio Canada",
        +  "Radio Canada Big",
        +  "Radley",
        +  "Rajdhani",
        +  "Rakkas",
        +  "Raleway",
        +  "Raleway Dots",
        +  "Ramabhadra",
        +  "Ramaraja",
        +  "Rambla",
        +  "Rammetto One",
        +  "Rampart One",
        +  "Ramsina",
        +  "Ranchers",
        +  "Rancho",
        +  "Ranga",
        +  "Rasa",
        +  "Rationale",
        +  "Ravi Prakash",
        +  "Readex Pro",
        +  "Recursive",
        +  "Red Hat Display",
        +  "Red Hat Mono",
        +  "Red Hat Text",
        +  "Red Rose",
        +  "Redacted",
        +  "Redacted Script",
        +  "Reddit Mono",
        +  "Reddit Sans",
        +  "Reddit Sans Condensed",
        +  "Redressed",
        +  "Reem Kufi",
        +  "Reem Kufi Fun",
        +  "Reem Kufi Ink",
        +  "Reenie Beanie",
        +  "Reggae One",
        +  "Rethink Sans",
        +  "Revalia",
        +  "Rhodium Libre",
        +  "Ribeye",
        +  "Ribeye Marrow",
        +  "Righteous",
        +  "Risque",
        +  "Road Rage",
        +  "Roboto",
        +  "Roboto Condensed",
        +  "Roboto Flex",
        +  "Roboto Mono",
        +  "Roboto Serif",
        +  "Roboto Slab",
        +  "Rochester",
        +  "Rock 3D",
        +  "Rock Salt",
        +  "RocknRoll One",
        +  "Rokkitt",
        +  "Romanesco",
        +  "Ropa Sans",
        +  "Rosario",
        +  "Rosarivo",
        +  "Rouge Script",
        +  "Rowdies",
        +  "Rozha One",
        +  "Rubik",
        +  "Rubik 80s Fade",
        +  "Rubik Beastly",
        +  "Rubik Broken Fax",
        +  "Rubik Bubbles",
        +  "Rubik Burned",
        +  "Rubik Dirt",
        +  "Rubik Distressed",
        +  "Rubik Doodle Shadow",
        +  "Rubik Doodle Triangles",
        +  "Rubik Gemstones",
        +  "Rubik Glitch",
        +  "Rubik Glitch Pop",
        +  "Rubik Iso",
        +  "Rubik Lines",
        +  "Rubik Maps",
        +  "Rubik Marker Hatch",
        +  "Rubik Maze",
        +  "Rubik Microbe",
        +  "Rubik Mono One",
        +  "Rubik Moonrocks",
        +  "Rubik Pixels",
        +  "Rubik Puddles",
        +  "Rubik Scribble",
        +  "Rubik Spray Paint",
        +  "Rubik Storm",
        +  "Rubik Vinyl",
        +  "Rubik Wet Paint",
        +  "Ruda",
        +  "Rufina",
        +  "Ruge Boogie",
        +  "Ruluko",
        +  "Rum Raisin",
        +  "Ruslan Display",
        +  "Russo One",
        +  "Ruthie",
        +  "Ruwudu",
        +  "Rye",
        +  "SN Pro",
        +  "STIX Two Math",
        +  "STIX Two Text",
        +  "SUSE",
        +  "SUSE Mono",
        +  "Sacramento",
        +  "Sahitya",
        +  "Sail",
        +  "Saira",
        +  "Saira Condensed",
        +  "Saira Extra Condensed",
        +  "Saira Semi Condensed",
        +  "Saira Stencil",
        +  "Salsa",
        +  "Sanchez",
        +  "Sancreek",
        +  "Sankofa Display",
        +  "Sansation",
        +  "Sansita",
        +  "Sansita Swashed",
        +  "Sarabun",
        +  "Sarala",
        +  "Sarina",
        +  "Sarpanch",
        +  "Sassy Frass",
        +  "Satisfy",
        +  "Savate",
        +  "Sawarabi Gothic",
        +  "Sawarabi Mincho",
        +  "Scada",
        +  "Scheherazade New",
        +  "Schibsted Grotesk",
        +  "Schoolbell",
        +  "Science Gothic",
        +  "Scope One",
        +  "Seaweed Script",
        +  "Secular One",
        +  "Sedan",
        +  "Sedan SC",
        +  "Sedgwick Ave",
        +  "Sedgwick Ave Display",
        +  "Sekuya",
        +  "Sen",
        +  "Send Flowers",
        +  "Sevillana",
        +  "Seymour One",
        +  "Shadows Into Light",
        +  "Shadows Into Light Two",
        +  "Shafarik",
        +  "Shalimar",
        +  "Shantell Sans",
        +  "Shanti",
        +  "Share",
        +  "Share Tech",
        +  "Share Tech Mono",
        +  "Shippori Antique",
        +  "Shippori Antique B1",
        +  "Shippori Mincho",
        +  "Shippori Mincho B1",
        +  "Shizuru",
        +  "Shojumaru",
        +  "Short Stack",
        +  "Shrikhand",
        +  "Siemreap",
        +  "Sigmar",
        +  "Sigmar One",
        +  "Signika",
        +  "Signika Negative",
        +  "Silkscreen",
        +  "Simonetta",
        +  "Single Day",
        +  "Sintony",
        +  "Sirin Stencil",
        +  "Sirivennela",
        +  "Six Caps",
        +  "Sixtyfour",
        +  "Sixtyfour Convergence",
        +  "Skranji",
        +  "Slabo 13px",
        +  "Slabo 27px",
        +  "Slackey",
        +  "Slackside One",
        +  "Smokum",
        +  "Smooch",
        +  "Smooch Sans",
        +  "Smythe",
        +  "Sniglet",
        +  "Snippet",
        +  "Snowburst One",
        +  "Sofadi One",
        +  "Sofia",
        +  "Sofia Sans",
        +  "Sofia Sans Condensed",
        +  "Sofia Sans Extra Condensed",
        +  "Sofia Sans Semi Condensed",
        +  "Solitreo",
        +  "Solway",
        +  "Sometype Mono",
        +  "Song Myung",
        +  "Sono",
        +  "Sonsie One",
        +  "Sora",
        +  "Sorts Mill Goudy",
        +  "Sour Gummy",
        +  "Source Code Pro",
        +  "Source Sans 3",
        +  "Source Serif 4",
        +  "Space Grotesk",
        +  "Space Mono",
        +  "Special Elite",
        +  "Special Gothic",
        +  "Special Gothic Condensed One",
        +  "Special Gothic Expanded One",
        +  "Spectral",
        +  "Spectral SC",
        +  "Spicy Rice",
        +  "Spinnaker",
        +  "Spirax",
        +  "Splash",
        +  "Spline Sans",
        +  "Spline Sans Mono",
        +  "Squada One",
        +  "Square Peg",
        +  "Sree Krushnadevaraya",
        +  "Sriracha",
        +  "Srisakdi",
        +  "Staatliches",
        +  "Stack Sans Headline",
        +  "Stack Sans Notch",
        +  "Stack Sans Text",
        +  "Stalemate",
        +  "Stalinist One",
        +  "Stardos Stencil",
        +  "Stick",
        +  "Stick No Bills",
        +  "Stint Ultra Condensed",
        +  "Stint Ultra Expanded",
        +  "Stoke",
        +  "Story Script",
        +  "Strait",
        +  "Strichpunkt Sans",
        +  "Style Script",
        +  "Stylish",
        +  "Sue Ellen Francisco",
        +  "Suez One",
        +  "Sulphur Point",
        +  "Sumana",
        +  "Sunflower",
        +  "Sunshiney",
        +  "Supermercado One",
        +  "Sura",
        +  "Suranna",
        +  "Suravaram",
        +  "Suwannaphum",
        +  "Swanky and Moo Moo",
        +  "Syncopate",
        +  "Syne",
        +  "Syne Mono",
        +  "Syne Tactile",
        +  "TASA Explorer",
        +  "TASA Orbiter",
        +  "Tac One",
        +  "Tagesschrift",
        +  "Tai Heritage Pro",
        +  "Tajawal",
        +  "Tangerine",
        +  "Tapestry",
        +  "Taprom",
        +  "Tauri",
        +  "Taviraj",
        +  "Teachers",
        +  "Teko",
        +  "Tektur",
        +  "Telex",
        +  "Tenali Ramakrishna",
        +  "Tenor Sans",
        +  "Text Me One",
        +  "Texturina",
        +  "Thasadith",
        +  "The Girl Next Door",
        +  "The Nautigal",
        +  "Tienne",
        +  "TikTok Sans",
        +  "Tillana",
        +  "Tilt Neon",
        +  "Tilt Prism",
        +  "Tilt Warp",
        +  "Timmana",
        +  "Tinos",
        +  "Tiny5",
        +  "Tiro Bangla",
        +  "Tiro Devanagari Hindi",
        +  "Tiro Devanagari Marathi",
        +  "Tiro Devanagari Sanskrit",
        +  "Tiro Gurmukhi",
        +  "Tiro Kannada",
        +  "Tiro Tamil",
        +  "Tiro Telugu",
        +  "Tirra",
        +  "Titan One",
        +  "Titillium Web",
        +  "Tomorrow",
        +  "Tourney",
        +  "Trade Winds",
        +  "Train One",
        +  "Triodion",
        +  "Trirong",
        +  "Trispace",
        +  "Trocchi",
        +  "Trochut",
        +  "Truculenta",
        +  "Trykker",
        +  "Tsukimi Rounded",
        +  "Tuffy",
        +  "Tulpen One",
        +  "Turret Road",
        +  "Twinkle Star",
        +  "Ubuntu",
        +  "Ubuntu Condensed",
        +  "Ubuntu Mono",
        +  "Ubuntu Sans",
        +  "Ubuntu Sans Mono",
        +  "Uchen",
        +  "Ultra",
        +  "Unbounded",
        +  "Uncial Antiqua",
        +  "Underdog",
        +  "Unica One",
        +  "UnifrakturCook",
        +  "UnifrakturMaguntia",
        +  "Unkempt",
        +  "Unlock",
        +  "Unna",
        +  "UoqMunThenKhung",
        +  "Updock",
        +  "Urbanist",
        +  "VT323",
        +  "Vampiro One",
        +  "Varela",
        +  "Varela Round",
        +  "Varta",
        +  "Vast Shadow",
        +  "Vazirmatn",
        +  "Vend Sans",
        +  "Vesper Libre",
        +  "Viaoda Libre",
        +  "Vibes",
        +  "Vibur",
        +  "Victor Mono",
        +  "Vidaloka",
        +  "Viga",
        +  "Vina Sans",
        +  "Voces",
        +  "Volkhov",
        +  "Vollkorn",
        +  "Vollkorn SC",
        +  "Voltaire",
        +  "Vujahday Script",
        +  "WDXL Lubrifont JP N",
        +  "WDXL Lubrifont SC",
        +  "WDXL Lubrifont TC",
        +  "Waiting for the Sunrise",
        +  "Wallpoet",
        +  "Walter Turncoat",
        +  "Warnes",
        +  "Water Brush",
        +  "Waterfall",
        +  "Wavefont",
        +  "Wellfleet",
        +  "Wendy One",
        +  "Whisper",
        +  "WindSong",
        +  "Winky Rough",
        +  "Winky Sans",
        +  "Wire One",
        +  "Wittgenstein",
        +  "Wix Madefor Display",
        +  "Wix Madefor Text",
        +  "Work Sans",
        +  "Workbench",
        +  "Xanh Mono",
        +  "Yaldevi",
        +  "Yanone Kaffeesatz",
        +  "Yantramanav",
        +  "Yarndings 12",
        +  "Yarndings 12 Charted",
        +  "Yarndings 20",
        +  "Yarndings 20 Charted",
        +  "Yatra One",
        +  "Yellowtail",
        +  "Yeon Sung",
        +  "Yeseva One",
        +  "Yesteryear",
        +  "Yomogi",
        +  "Young Serif",
        +  "Yrsa",
        +  "Ysabeau",
        +  "Ysabeau Infant",
        +  "Ysabeau Office",
        +  "Ysabeau SC",
        +  "Yuji Boku",
        +  "Yuji Hentaigana Akari",
        +  "Yuji Hentaigana Akebono",
        +  "Yuji Mai",
        +  "Yuji Syuku",
        +  "Yusei Magic",
        +  "Yuyu",
        +  "Yuyu Short",
        +  "ZCOOL KuaiLe",
        +  "ZCOOL QingKe HuangYou",
        +  "ZCOOL XiaoWei",
        +  "Zain",
        +  "Zalando Sans",
        +  "Zalando Sans Expanded",
        +  "Zalando Sans SemiExpanded",
        +  "Zen Antique",
        +  "Zen Antique Soft",
        +  "Zen Dots",
        +  "Zen Kaku Gothic Antique",
        +  "Zen Kaku Gothic New",
        +  "Zen Kurenaido",
        +  "Zen Loop",
        +  "Zen Maru Gothic",
        +  "Zen Old Mincho",
        +  "Zen Tokyo Zoo",
        +  "Zeyada",
        +  "Zhi Mang Xing",
        +  "Zilla Slab",
        +  "Zilla Slab Highlight"
        +]
      • addedOutput schema / properties / validation / properties / suggestedConfig / properties / themeOverrides / properties / titleFontFamily / enum
        Added value: +[
        +  "ABeeZee",
        +  "ADLaM Display",
        +  "AR One Sans",
        +  "Abel",
        +  "Abhaya Libre",
        +  "Aboreto",
        +  "Abril Fatface",
        +  "Abyssinica SIL",
        +  "Aclonica",
        +  "Acme",
        +  "Actor",
        +  "Adamina",
        +  "Advent Pro",
        +  "Afacad",
        +  "Afacad Flux",
        +  "Agbalumo",
        +  "Agdasima",
        +  "Agu Display",
        +  "Aguafina Script",
        +  "Akatab",
        +  "Akaya Kanadaka",
        +  "Akaya Telivigala",
        +  "Akronim",
        +  "Akshar",
        +  "Akt",
        +  "Aladin",
        +  "Alan Sans",
        +  "Alata",
        +  "Alatsi",
        +  "Albert Sans",
        +  "Aldrich",
        +  "Alef",
        +  "Alegreya",
        +  "Alegreya SC",
        +  "Alegreya Sans",
        +  "Alegreya Sans SC",
        +  "Aleo",
        +  "Alex Brush",
        +  "Alexandria",
        +  "Alfa Slab One",
        +  "Alice",
        +  "Alien Block",
        +  "Alike",
        +  "Alike Angular",
        +  "Alkalami",
        +  "Alkatra",
        +  "Allan",
        +  "Allerta",
        +  "Allerta Stencil",
        +  "Allison",
        +  "Allkin",
        +  "Allura",
        +  "Almarai",
        +  "Almendra",
        +  "Almendra Display",
        +  "Almendra SC",
        +  "Alumni Sans",
        +  "Alumni Sans Collegiate One",
        +  "Alumni Sans Inline One",
        +  "Alumni Sans Pinstripe",
        +  "Alumni Sans SC",
        +  "Alyamama",
        +  "Amarante",
        +  "Amaranth",
        +  "Amarna",
        +  "Amatic SC",
        +  "Amethysta",
        +  "Amiko",
        +  "Amiri",
        +  "Amiri Quran",
        +  "Amita",
        +  "Anaheim",
        +  "Ancizar Sans",
        +  "Ancizar Serif",
        +  "Andada Pro",
        +  "Andika",
        +  "Anek Bangla",
        +  "Anek Devanagari",
        +  "Anek Gujarati",
        +  "Anek Gurmukhi",
        +  "Anek Kannada",
        +  "Anek Latin",
        +  "Anek Malayalam",
        +  "Anek Odia",
        +  "Anek Tamil",
        +  "Anek Telugu",
        +  "Angkor",
        +  "Annapurna SIL",
        +  "Annie Use Your Telescope",
        +  "Anonymous Pro",
        +  "Anta",
        +  "Antic",
        +  "Antic Didone",
        +  "Antic Slab",
        +  "Anton",
        +  "Anton SC",
        +  "Antonio",
        +  "Anuphan",
        +  "Anybody",
        +  "Aoboshi One",
        +  "Arapey",
        +  "Arbutus",
        +  "Arbutus Slab",
        +  "Architects Daughter",
        +  "Archivo",
        +  "Archivo Black",
        +  "Archivo Narrow",
        +  "Are You Serious",
        +  "Aref Ruqaa",
        +  "Aref Ruqaa Ink",
        +  "Arima",
        +  "Arimo",
        +  "Arizonia",
        +  "Armata",
        +  "Arsenal",
        +  "Arsenal SC",
        +  "Artifika",
        +  "Arvo",
        +  "Arya",
        +  "Asap",
        +  "Asap Condensed",
        +  "Asar",
        +  "Asimovian",
        +  "Asset",
        +  "Assistant",
        +  "Asta Sans",
        +  "Astloch",
        +  "Asul",
        +  "Athiti",
        +  "Atkinson Hyperlegible",
        +  "Atkinson Hyperlegible Mono",
        +  "Atkinson Hyperlegible Next",
        +  "Atma",
        +  "Atomic Age",
        +  "Aubrey",
        +  "Audiowide",
        +  "Autour One",
        +  "Average",
        +  "Average Sans",
        +  "Averia Gruesa Libre",
        +  "Averia Libre",
        +  "Averia Sans Libre",
        +  "Averia Serif Libre",
        +  "Azeret Mono",
        +  "B612",
        +  "B612 Mono",
        +  "BBH Bartle",
        +  "BBH Bogle",
        +  "BBH Hegarty",
        +  "BIZ UDGothic",
        +  "BIZ UDMincho",
        +  "BIZ UDPGothic",
        +  "BIZ UDPMincho",
        +  "BJCree",
        +  "Babylonica",
        +  "Bacasime Antique",
        +  "Bad Script",
        +  "Badeen Display",
        +  "Bagel Fat One",
        +  "Bahiana",
        +  "Bahianita",
        +  "Bai Jamjuree",
        +  "Bakbak One",
        +  "Ballet",
        +  "Baloo 2",
        +  "Baloo Bhai 2",
        +  "Baloo Bhaijaan 2",
        +  "Baloo Bhaina 2",
        +  "Baloo Chettan 2",
        +  "Baloo Da 2",
        +  "Baloo Paaji 2",
        +  "Baloo Tamma 2",
        +  "Baloo Tammudu 2",
        +  "Baloo Thambi 2",
        +  "Balsamiq Sans",
        +  "Balthazar",
        +  "Bangers",
        +  "Barlow",
        +  "Barlow Condensed",
        +  "Barlow Semi Condensed",
        +  "Barriecito",
        +  "Barrio",
        +  "Basic",
        +  "Baskervville",
        +  "Baskervville SC",
        +  "Battambang",
        +  "Baumans",
        +  "Bayon",
        +  "Be Vietnam Pro",
        +  "Beau Rivage",
        +  "Bebas Neue",
        +  "Beiruti",
        +  "Belanosima",
        +  "Belgrano",
        +  "Bellefair",
        +  "Belleza",
        +  "Bellota",
        +  "Bellota Text",
        +  "BenchNine",
        +  "Benne",
        +  "Bentham",
        +  "Berkshire Swash",
        +  "Besley",
        +  "Betania Patmos",
        +  "Betania Patmos GDL",
        +  "Betania Patmos In",
        +  "Betania Patmos In GDL",
        +  "Beth Ellen",
        +  "Bevan",
        +  "BhuTuka Expanded One",
        +  "Big Shoulders",
        +  "Big Shoulders Inline",
        +  "Big Shoulders Stencil",
        +  "Bigelow Rules",
        +  "Bigshot One",
        +  "Bilbo",
        +  "Bilbo Swash Caps",
        +  "BioRhyme",
        +  "BioRhyme Expanded",
        +  "Birthstone",
        +  "Birthstone Bounce",
        +  "Biryani",
        +  "Bitcount",
        +  "Bitcount Grid Double",
        +  "Bitcount Grid Double Ink",
        +  "Bitcount Grid Single",
        +  "Bitcount Grid Single Ink",
        +  "Bitcount Ink",
        +  "Bitcount Prop Double",
        +  "Bitcount Prop Double Ink",
        +  "Bitcount Prop Single",
        +  "Bitcount Prop Single Ink",
        +  "Bitcount Single",
        +  "Bitcount Single Ink",
        +  "Bitter",
        +  "Black And White Picture",
        +  "Black Han Sans",
        +  "Black Ops One",
        +  "Blaka",
        +  "Blaka Hollow",
        +  "Blaka Ink",
        +  "Blinker",
        +  "Bodoni Moda",
        +  "Bodoni Moda SC",
        +  "Bokor",
        +  "Boldonse",
        +  "Bona Nova",
        +  "Bona Nova SC",
        +  "Bonbon",
        +  "Bonheur Royale",
        +  "Boogaloo",
        +  "Borel",
        +  "Bowlby One",
        +  "Bowlby One SC",
        +  "Bpmf Huninn",
        +  "Bpmf Iansui",
        +  "Bpmf Zihi Kai Std",
        +  "Braah One",
        +  "Brawler",
        +  "Bree Serif",
        +  "Bricolage Grotesque",
        +  "Bruno Ace",
        +  "Bruno Ace SC",
        +  "Brygada 1918",
        +  "Bubblegum Sans",
        +  "Bubbler One",
        +  "Buda",
        +  "Buenard",
        +  "Bungee",
        +  "Bungee Hairline",
        +  "Bungee Inline",
        +  "Bungee Outline",
        +  "Bungee Shade",
        +  "Bungee Spice",
        +  "Bungee Tint",
        +  "Butcherman",
        +  "Butterfly Kids",
        +  "Bytesized",
        +  "Cabin",
        +  "Cabin Condensed",
        +  "Cabin Sketch",
        +  "Cactus Classical Serif",
        +  "Caesar Dressing",
        +  "Cagliostro",
        +  "Cairo",
        +  "Cairo Play",
        +  "Cal Sans",
        +  "Caladea",
        +  "Calistoga",
        +  "Calligraffitti",
        +  "Cambay",
        +  "Cambo",
        +  "Candal",
        +  "Cantarell",
        +  "Cantata One",
        +  "Cantora One",
        +  "Caprasimo",
        +  "Capriola",
        +  "Caramel",
        +  "Carattere",
        +  "Cardo",
        +  "Carlito",
        +  "Carme",
        +  "Carrois Gothic",
        +  "Carrois Gothic SC",
        +  "Carter One",
        +  "Cascadia Code",
        +  "Cascadia Mono",
        +  "Castoro",
        +  "Castoro Titling",
        +  "Catamaran",
        +  "Caudex",
        +  "Cause",
        +  "Caveat",
        +  "Caveat Brush",
        +  "Cedarville Cursive",
        +  "Ceviche One",
        +  "Chakra Petch",
        +  "Changa",
        +  "Changa One",
        +  "Chango",
        +  "Charis SIL",
        +  "Charm",
        +  "Charmonman",
        +  "Chathura",
        +  "Chau Philomene One",
        +  "Chela One",
        +  "Chelsea Market",
        +  "Chenla",
        +  "Cherish",
        +  "Cherry Bomb One",
        +  "Cherry Cream Soda",
        +  "Cherry Swash",
        +  "Chewy",
        +  "Chicle",
        +  "Chilanka",
        +  "Chiron GoRound TC",
        +  "Chiron Hei HK",
        +  "Chiron Sung HK",
        +  "Chivo",
        +  "Chivo Mono",
        +  "Chocolate Classical Sans",
        +  "Chokokutai",
        +  "Chonburi",
        +  "Cinzel",
        +  "Cinzel Decorative",
        +  "Clicker Script",
        +  "Climate Crisis",
        +  "Coda",
        +  "Codystar",
        +  "Coiny",
        +  "Combo",
        +  "Comfortaa",
        +  "Comforter",
        +  "Comforter Brush",
        +  "Comic Neue",
        +  "Comic Relief",
        +  "Coming Soon",
        +  "Comme",
        +  "Commissioner",
        +  "Concert One",
        +  "Condiment",
        +  "Content",
        +  "Contrail One",
        +  "Convergence",
        +  "Cookie",
        +  "Copse",
        +  "Coral Pixels",
        +  "Corben",
        +  "Corinthia",
        +  "Cormorant",
        +  "Cormorant Garamond",
        +  "Cormorant Infant",
        +  "Cormorant SC",
        +  "Cormorant Unicase",
        +  "Cormorant Upright",
        +  "Cossette Texte",
        +  "Cossette Titre",
        +  "Courgette",
        +  "Courier Prime",
        +  "Cousine",
        +  "Coustard",
        +  "Covered By Your Grace",
        +  "Crafty Girls",
        +  "Creepster",
        +  "Crete Round",
        +  "Crimson Pro",
        +  "Crimson Text",
        +  "Croissant One",
        +  "Crushed",
        +  "Cuprum",
        +  "Cute Font",
        +  "Cutive",
        +  "Cutive Mono",
        +  "DM Mono",
        +  "DM Sans",
        +  "DM Serif Display",
        +  "DM Serif Text",
        +  "Dai Banna SIL",
        +  "Damion",
        +  "Dancing Script",
        +  "Danfo",
        +  "Dangrek",
        +  "Darker Grotesque",
        +  "Darumadrop One",
        +  "Datatype",
        +  "David Libre",
        +  "Dawning of a New Day",
        +  "Days One",
        +  "Dekko",
        +  "Dela Gothic One",
        +  "Delicious Handrawn",
        +  "Delius",
        +  "Delius Swash Caps",
        +  "Delius Unicase",
        +  "Della Respira",
        +  "Denk One",
        +  "Devonshire",
        +  "Dhurjati",
        +  "Didact Gothic",
        +  "Diphylleia",
        +  "Diplomata",
        +  "Diplomata SC",
        +  "Do Hyeon",
        +  "Dokdo",
        +  "Domine",
        +  "Donegal One",
        +  "Dongle",
        +  "Doppio One",
        +  "Dorsa",
        +  "Dosis",
        +  "DotGothic16",
        +  "Doto",
        +  "Dr Sugiyama",
        +  "Duru Sans",
        +  "DynaPuff",
        +  "Dynalight",
        +  "EB Garamond",
        +  "Eagle Lake",
        +  "East Sea Dokdo",
        +  "Eater",
        +  "Economica",
        +  "Eczar",
        +  "Edu AU VIC WA NT Arrows",
        +  "Edu AU VIC WA NT Dots",
        +  "Edu AU VIC WA NT Guides",
        +  "Edu AU VIC WA NT Hand",
        +  "Edu AU VIC WA NT Pre",
        +  "Edu NSW ACT Cursive",
        +  "Edu NSW ACT Foundation",
        +  "Edu NSW ACT Hand Pre",
        +  "Edu QLD Beginner",
        +  "Edu QLD Hand",
        +  "Edu SA Beginner",
        +  "Edu SA Hand",
        +  "Edu TAS Beginner",
        +  "Edu VIC WA NT Beginner",
        +  "Edu VIC WA NT Hand",
        +  "Edu VIC WA NT Hand Pre",
        +  "El Messiri",
        +  "Electrolize",
        +  "Elms Sans",
        +  "Elsie",
        +  "Elsie Swash Caps",
        +  "Emblema One",
        +  "Emilys Candy",
        +  "Encode Sans",
        +  "Encode Sans Condensed",
        +  "Encode Sans Expanded",
        +  "Encode Sans SC",
        +  "Encode Sans Semi Condensed",
        +  "Encode Sans Semi Expanded",
        +  "Engagement",
        +  "Englebert",
        +  "Enriqueta",
        +  "Ephesis",
        +  "Epilogue",
        +  "Epunda Sans",
        +  "Epunda Slab",
        +  "Erica One",
        +  "Esteban",
        +  "Estedad",
        +  "Estonia",
        +  "Euphoria Script",
        +  "Ewert",
        +  "Exile",
        +  "Exo",
        +  "Exo 2",
        +  "Expletus Sans",
        +  "Explora",
        +  "Faculty Glyphic",
        +  "Fahkwang",
        +  "Familjen Grotesk",
        +  "Fanwood Text",
        +  "Farro",
        +  "Farsan",
        +  "Fascinate",
        +  "Fascinate Inline",
        +  "Faster One",
        +  "Fasthand",
        +  "Fauna One",
        +  "Faustina",
        +  "Federant",
        +  "Federo",
        +  "Felipa",
        +  "Fenix",
        +  "Festive",
        +  "Figtree",
        +  "Finger Paint",
        +  "Finlandica Headline",
        +  "Finlandica Text",
        +  "Fira Code",
        +  "Fira Mono",
        +  "Fira Sans",
        +  "Fira Sans Condensed",
        +  "Fira Sans Extra Condensed",
        +  "Fjalla One",
        +  "Fjord One",
        +  "Flamenco",
        +  "Flavors",
        +  "Fleur De Leah",
        +  "Flow Block",
        +  "Flow Circular",
        +  "Flow Rounded",
        +  "Foldit",
        +  "Fondamento",
        +  "Fontdiner Swanky",
        +  "Forum",
        +  "Fragment Mono",
        +  "Francois One",
        +  "Frank Ruhl Libre",
        +  "Fraunces",
        +  "Freckle Face",
        +  "Fredericka the Great",
        +  "Fredoka",
        +  "Freehand",
        +  "Freeman",
        +  "Fresca",
        +  "Frijole",
        +  "Fruktur",
        +  "Fugaz One",
        +  "Fuggles",
        +  "Funnel Display",
        +  "Funnel Sans",
        +  "Fustat",
        +  "Fuzzy Bubbles",
        +  "GFS Didot",
        +  "GFS Neohellenic",
        +  "Ga Maamli",
        +  "Gabarito",
        +  "Gabriela",
        +  "Gaegu",
        +  "Gafata",
        +  "Gajraj One",
        +  "Galada",
        +  "Galdeano",
        +  "Galindo",
        +  "Gamja Flower",
        +  "Gantari",
        +  "Gasoek One",
        +  "Gayathri",
        +  "Geist",
        +  "Geist Mono",
        +  "Geist Pixel",
        +  "Gelasio",
        +  "Gemunu Libre",
        +  "Genos",
        +  "Gentium Book Plus",
        +  "Gentium Plus",
        +  "Geo",
        +  "Geologica",
        +  "Geom",
        +  "Geomini",
        +  "Georama",
        +  "Geostar",
        +  "Geostar Fill",
        +  "Germania One",
        +  "Gideon Roman",
        +  "Gidole",
        +  "Gidugu",
        +  "Gilda Display",
        +  "Girassol",
        +  "Give You Glory",
        +  "Glass Antiqua",
        +  "Glegoo",
        +  "Gloock",
        +  "Gloria Hallelujah",
        +  "Glory",
        +  "Gluten",
        +  "Goblin One",
        +  "Gochi Hand",
        +  "Goldman",
        +  "Golos Text",
        +  "Google Sans",
        +  "Google Sans Code",
        +  "Google Sans Flex",
        +  "Gorditas",
        +  "Gothic A1",
        +  "Gotu",
        +  "Goudy Bookletter 1911",
        +  "Gowun Batang",
        +  "Gowun Dodum",
        +  "Graduate",
        +  "Grand Hotel",
        +  "Grandiflora One",
        +  "Grandstander",
        +  "Grape Nuts",
        +  "Gravitas One",
        +  "Great Vibes",
        +  "Grechen Fuemen",
        +  "Grenze",
        +  "Grenze Gotisch",
        +  "Grey Qo",
        +  "Griffy",
        +  "Gruppo",
        +  "Gudea",
        +  "Gugi",
        +  "Gulzar",
        +  "Gupter",
        +  "Gurajada",
        +  "Gveret Levin",
        +  "Gwendolyn",
        +  "Habibi",
        +  "Hachi Maru Pop",
        +  "Hahmlet",
        +  "Halant",
        +  "Hammersmith One",
        +  "Hanalei",
        +  "Hanalei Fill",
        +  "Handjet",
        +  "Handlee",
        +  "Hanken Grotesk",
        +  "Hanuman",
        +  "Happy Monkey",
        +  "Harmattan",
        +  "Headland One",
        +  "Hedvig Letters Sans",
        +  "Hedvig Letters Serif",
        +  "Heebo",
        +  "Henny Penny",
        +  "Hepta Slab",
        +  "Herr Von Muellerhoff",
        +  "Hi Melody",
        +  "Hibur Mono",
        +  "Hina Mincho",
        +  "Hind",
        +  "Hind Guntur",
        +  "Hind Madurai",
        +  "Hind Mysuru",
        +  "Hind Siliguri",
        +  "Hind Vadodara",
        +  "Holtwood One SC",
        +  "Homemade Apple",
        +  "Homenaje",
        +  "Honk",
        +  "Host Grotesk",
        +  "Hubballi",
        +  "Hubot Sans",
        +  "Huninn",
        +  "Hurricane",
        +  "IBM Plex Mono",
        +  "IBM Plex Sans",
        +  "IBM Plex Sans Arabic",
        +  "IBM Plex Sans Condensed",
        +  "IBM Plex Sans Devanagari",
        +  "IBM Plex Sans Hebrew",
        +  "IBM Plex Sans JP",
        +  "IBM Plex Sans KR",
        +  "IBM Plex Sans Thai",
        +  "IBM Plex Sans Thai Looped",
        +  "IBM Plex Serif",
        +  "IM Fell DW Pica",
        +  "IM Fell DW Pica SC",
        +  "IM Fell Double Pica",
        +  "IM Fell Double Pica SC",
        +  "IM Fell English",
        +  "IM Fell English SC",
        +  "IM Fell French Canon",
        +  "IM Fell French Canon SC",
        +  "IM Fell Great Primer",
        +  "IM Fell Great Primer SC",
        +  "Iansui",
        +  "Ibarra Real Nova",
        +  "Iceberg",
        +  "Iceland",
        +  "Idiqlat",
        +  "Imbue",
        +  "Imperial Script",
        +  "Imprima",
        +  "Inclusive Sans",
        +  "Inconsolata",
        +  "Inder",
        +  "Indie Flower",
        +  "Ingrid Darling",
        +  "Inika",
        +  "Inknut Antiqua",
        +  "Inria Sans",
        +  "Inria Serif",
        +  "Inspiration",
        +  "Instrument Sans",
        +  "Instrument Serif",
        +  "Intel One Mono",
        +  "Inter",
        +  "Inter Tight",
        +  "Iosevka Charon",
        +  "Iosevka Charon Mono",
        +  "Irish Grover",
        +  "Island Moments",
        +  "Istok Web",
        +  "Italiana",
        +  "Italianno",
        +  "Itim",
        +  "Jacquard 12",
        +  "Jacquard 12 Charted",
        +  "Jacquard 24",
        +  "Jacquard 24 Charted",
        +  "Jacquarda Bastarda 9",
        +  "Jacquarda Bastarda 9 Charted",
        +  "Jacques Francois",
        +  "Jacques Francois Shadow",
        +  "Jaini",
        +  "Jaini Purva",
        +  "Jaldi",
        +  "Jaro",
        +  "Jersey 10",
        +  "Jersey 10 Charted",
        +  "Jersey 15",
        +  "Jersey 15 Charted",
        +  "Jersey 20",
        +  "Jersey 20 Charted",
        +  "Jersey 25",
        +  "Jersey 25 Charted",
        +  "JetBrains Mono",
        +  "Jim Nightshade",
        +  "Joan",
        +  "Jockey One",
        +  "Jolly Lodger",
        +  "Jomhuria",
        +  "Jomolhari",
        +  "Josefin Sans",
        +  "Josefin Slab",
        +  "Jost",
        +  "Joti One",
        +  "Jua",
        +  "Judson",
        +  "Julee",
        +  "Julius Sans One",
        +  "Junge",
        +  "Jura",
        +  "Just Another Hand",
        +  "Just Me Again Down Here",
        +  "K2D",
        +  "Kablammo",
        +  "Kadwa",
        +  "Kaisei Decol",
        +  "Kaisei HarunoUmi",
        +  "Kaisei Opti",
        +  "Kaisei Tokumin",
        +  "Kalam",
        +  "Kalnia",
        +  "Kalnia Glaze",
        +  "Kameron",
        +  "Kanchenjunga",
        +  "Kanit",
        +  "Kantumruy Pro",
        +  "Kapakana",
        +  "Karantina",
        +  "Karla",
        +  "Karla Tamil Inclined",
        +  "Karla Tamil Upright",
        +  "Karma",
        +  "Katibeh",
        +  "Kaushan Script",
        +  "Kavivanar",
        +  "Kavoon",
        +  "Kay Pho Du",
        +  "Kdam Thmor Pro",
        +  "Keania One",
        +  "Kedebideri",
        +  "Kelly Slab",
        +  "Kenia",
        +  "Khand",
        +  "Khmer",
        +  "Khula",
        +  "Kings",
        +  "Kirang Haerang",
        +  "Kite One",
        +  "Kiwi Maru",
        +  "Klee One",
        +  "Knewave",
        +  "KoHo",
        +  "Kodchasan",
        +  "Kode Mono",
        +  "Koh Santepheap",
        +  "Kolker Brush",
        +  "Konkhmer Sleokchher",
        +  "Kosugi",
        +  "Kosugi Maru",
        +  "Kotta One",
        +  "Koulen",
        +  "Kranky",
        +  "Kreon",
        +  "Kristi",
        +  "Krona One",
        +  "Krub",
        +  "Kufam",
        +  "Kulim Park",
        +  "Kumar One",
        +  "Kumar One Outline",
        +  "Kumbh Sans",
        +  "Kurale",
        +  "LINE Seed JP",
        +  "LXGW Marker Gothic",
        +  "LXGW WenKai Mono TC",
        +  "LXGW WenKai TC",
        +  "La Belle Aurore",
        +  "Labrada",
        +  "Lacquer",
        +  "Laila",
        +  "Lakki Reddy",
        +  "Lalezar",
        +  "Lancelot",
        +  "Langar",
        +  "Lateef",
        +  "Lato",
        +  "Lavishly Yours",
        +  "League Gothic",
        +  "League Script",
        +  "League Spartan",
        +  "Leckerli One",
        +  "Ledger",
        +  "Lekton",
        +  "Lemon",
        +  "Lemonada",
        +  "Lexend",
        +  "Lexend Deca",
        +  "Lexend Exa",
        +  "Lexend Giga",
        +  "Lexend Mega",
        +  "Lexend Peta",
        +  "Lexend Tera",
        +  "Lexend Zetta",
        +  "Libertinus Keyboard",
        +  "Libertinus Math",
        +  "Libertinus Mono",
        +  "Libertinus Sans",
        +  "Libertinus Serif",
        +  "Libertinus Serif Display",
        +  "Libre Barcode 128",
        +  "Libre Barcode 128 Text",
        +  "Libre Barcode 39",
        +  "Libre Barcode 39 Extended",
        +  "Libre Barcode 39 Extended Text",
        +  "Libre Barcode 39 Text",
        +  "Libre Barcode EAN13 Text",
        +  "Libre Baskerville",
        +  "Libre Bodoni",
        +  "Libre Caslon Display",
        +  "Libre Caslon Text",
        +  "Libre Franklin",
        +  "Licorice",
        +  "Life Savers",
        +  "Lilex",
        +  "Lilita One",
        +  "Lily Script One",
        +  "Limelight",
        +  "Linden Hill",
        +  "Linefont",
        +  "Lisu Bosa",
        +  "Liter",
        +  "Literata",
        +  "Liu Jian Mao Cao",
        +  "Livvic",
        +  "Lobster",
        +  "Lobster Two",
        +  "Londrina Outline",
        +  "Londrina Shadow",
        +  "Londrina Sketch",
        +  "Londrina Solid",
        +  "Long Cang",
        +  "Lora",
        +  "Love Light",
        +  "Love Ya Like A Sister",
        +  "Loved by the King",
        +  "Lovers Quarrel",
        +  "Luckiest Guy",
        +  "Lugrasimo",
        +  "Lumanosimo",
        +  "Lunasima",
        +  "Lusitana",
        +  "Lustria",
        +  "Luxurious Roman",
        +  "Luxurious Script",
        +  "M PLUS 1",
        +  "M PLUS 1 Code",
        +  "M PLUS 1p",
        +  "M PLUS 2",
        +  "M PLUS Code Latin",
        +  "M PLUS Rounded 1c",
        +  "M PLUS U",
        +  "Ma Shan Zheng",
        +  "Macondo",
        +  "Macondo Swash Caps",
        +  "Mada",
        +  "Madimi One",
        +  "Magra",
        +  "Maiden Orange",
        +  "Maitree",
        +  "Major Mono Display",
        +  "Mako",
        +  "Mali",
        +  "Mallanna",
        +  "Maname",
        +  "Mandali",
        +  "Manjari",
        +  "Manrope",
        +  "Mansalva",
        +  "Manuale",
        +  "Manufacturing Consent",
        +  "Marcellus",
        +  "Marcellus SC",
        +  "Marck Script",
        +  "Margarine",
        +  "Marhey",
        +  "Markazi Text",
        +  "Marko One",
        +  "Marmelad",
        +  "Martel",
        +  "Martel Sans",
        +  "Martian Mono",
        +  "Marvel",
        +  "Matangi",
        +  "Mate",
        +  "Mate SC",
        +  "Matemasie",
        +  "Material Icons",
        +  "Material Icons Outlined",
        +  "Material Icons Round",
        +  "Material Icons Sharp",
        +  "Material Icons Two Tone",
        +  "Material Symbols",
        +  "Material Symbols Outlined",
        +  "Material Symbols Rounded",
        +  "Material Symbols Sharp",
        +  "Maven Pro",
        +  "McLaren",
        +  "Mea Culpa",
        +  "Meddon",
        +  "MedievalSharp",
        +  "Medula One",
        +  "Meera Inimai",
        +  "Megrim",
        +  "Meie Script",
        +  "Menbere",
        +  "Meow Script",
        +  "Merienda",
        +  "Merriweather",
        +  "Merriweather Sans",
        +  "Metal",
        +  "Metal Mania",
        +  "Metamorphous",
        +  "Metrophobic",
        +  "Michroma",
        +  "Micro 5",
        +  "Micro 5 Charted",
        +  "Milonga",
        +  "Miltonian",
        +  "Miltonian Tattoo",
        +  "Mina",
        +  "Mingzat",
        +  "Miniver",
        +  "Miranda Sans",
        +  "Miriam Libre",
        +  "Mirza",
        +  "Miss Fajardose",
        +  "Mitr",
        +  "Mochiy Pop One",
        +  "Mochiy Pop P One",
        +  "Modak",
        +  "Modern Antiqua",
        +  "Moderustic",
        +  "Mogra",
        +  "Mohave",
        +  "Moirai One",
        +  "Molengo",
        +  "Molle",
        +  "Momo Signature",
        +  "Momo Trust Display",
        +  "Momo Trust Sans",
        +  "Mona Sans",
        +  "Monda",
        +  "Monofett",
        +  "Monomakh",
        +  "Monomaniac One",
        +  "Monoton",
        +  "Monsieur La Doulaise",
        +  "Montaga",
        +  "Montagu Slab",
        +  "MonteCarlo",
        +  "Montenegrin Gothic One",
        +  "Montez",
        +  "Montserrat",
        +  "Montserrat Alternates",
        +  "Montserrat Underline",
        +  "Moo Lah Lah",
        +  "Mooli",
        +  "Moon Dance",
        +  "Moul",
        +  "Moulpali",
        +  "Mountains of Christmas",
        +  "Mouse Memoirs",
        +  "Mozilla Headline",
        +  "Mozilla Text",
        +  "Mr Bedfort",
        +  "Mr Dafoe",
        +  "Mr De Haviland",
        +  "Mrs Saint Delafield",
        +  "Mrs Sheppards",
        +  "Ms Madi",
        +  "Mukta",
        +  "Mukta Mahee",
        +  "Mukta Malar",
        +  "Mukta Vaani",
        +  "Mulish",
        +  "Murecho",
        +  "MuseoModerno",
        +  "My Soul",
        +  "Mynerve",
        +  "Mystery Quest",
        +  "NTR",
        +  "Nabla",
        +  "Namdhinggo",
        +  "Nanum Brush Script",
        +  "Nanum Gothic",
        +  "Nanum Gothic Coding",
        +  "Nanum Myeongjo",
        +  "Nanum Pen Script",
        +  "Narnoor",
        +  "Nata Sans",
        +  "National Park",
        +  "Neonderthaw",
        +  "Nerko One",
        +  "Neucha",
        +  "Neuton",
        +  "New Amsterdam",
        +  "New Rocker",
        +  "New Tegomin",
        +  "News Cycle",
        +  "Newsreader",
        +  "Niconne",
        +  "Niramit",
        +  "Nixie One",
        +  "Nobile",
        +  "Nokora",
        +  "Norican",
        +  "Nosifer",
        +  "Notable",
        +  "Nothing You Could Do",
        +  "Noticia Text",
        +  "Noto Color Emoji",
        +  "Noto Emoji",
        +  "Noto Kufi Arabic",
        +  "Noto Music",
        +  "Noto Naskh Arabic",
        +  "Noto Nastaliq Urdu",
        +  "Noto Rashi Hebrew",
        +  "Noto Sans",
        +  "Noto Sans Adlam",
        +  "Noto Sans Adlam Unjoined",
        +  "Noto Sans Anatolian Hieroglyphs",
        +  "Noto Sans Arabic",
        +  "Noto Sans Armenian",
        +  "Noto Sans Avestan",
        +  "Noto Sans Balinese",
        +  "Noto Sans Bamum",
        +  "Noto Sans Bassa Vah",
        +  "Noto Sans Batak",
        +  "Noto Sans Bengali",
        +  "Noto Sans Bhaiksuki",
        +  "Noto Sans Brahmi",
        +  "Noto Sans Buginese",
        +  "Noto Sans Buhid",
        +  "Noto Sans Canadian Aboriginal",
        +  "Noto Sans Carian",
        +  "Noto Sans Caucasian Albanian",
        +  "Noto Sans Chakma",
        +  "Noto Sans Cham",
        +  "Noto Sans Cherokee",
        +  "Noto Sans Chorasmian",
        +  "Noto Sans Coptic",
        +  "Noto Sans Cuneiform",
        +  "Noto Sans Cypriot",
        +  "Noto Sans Cypro Minoan",
        +  "Noto Sans Deseret",
        +  "Noto Sans Devanagari",
        +  "Noto Sans Display",
        +  "Noto Sans Duployan",
        +  "Noto Sans Egyptian Hieroglyphs",
        +  "Noto Sans Elbasan",
        +  "Noto Sans Elymaic",
        +  "Noto Sans Ethiopic",
        +  "Noto Sans Georgian",
        +  "Noto Sans Glagolitic",
        +  "Noto Sans Gothic",
        +  "Noto Sans Grantha",
        +  "Noto Sans Gujarati",
        +  "Noto Sans Gunjala Gondi",
        +  "Noto Sans Gurmukhi",
        +  "Noto Sans HK",
        +  "Noto Sans Hanifi Rohingya",
        +  "Noto Sans Hanunoo",
        +  "Noto Sans Hatran",
        +  "Noto Sans Hebrew",
        +  "Noto Sans Imperial Aramaic",
        +  "Noto Sans Indic Siyaq Numbers",
        +  "Noto Sans Inscriptional Pahlavi",
        +  "Noto Sans Inscriptional Parthian",
        +  "Noto Sans JP",
        +  "Noto Sans Javanese",
        +  "Noto Sans KR",
        +  "Noto Sans Kaithi",
        +  "Noto Sans Kannada",
        +  "Noto Sans Kawi",
        +  "Noto Sans Kayah Li",
        +  "Noto Sans Kharoshthi",
        +  "Noto Sans Khmer",
        +  "Noto Sans Khojki",
        +  "Noto Sans Khudawadi",
        +  "Noto Sans Lao",
        +  "Noto Sans Lao Looped",
        +  "Noto Sans Lepcha",
        +  "Noto Sans Limbu",
        +  "Noto Sans Linear A",
        +  "Noto Sans Linear B",
        +  "Noto Sans Lisu",
        +  "Noto Sans Lycian",
        +  "Noto Sans Lydian",
        +  "Noto Sans Mahajani",
        +  "Noto Sans Malayalam",
        +  "Noto Sans Mandaic",
        +  "Noto Sans Manichaean",
        +  "Noto Sans Marchen",
        +  "Noto Sans Masaram Gondi",
        +  "Noto Sans Math",
        +  "Noto Sans Mayan Numerals",
        +  "Noto Sans Medefaidrin",
        +  "Noto Sans Meetei Mayek",
        +  "Noto Sans Mende Kikakui",
        +  "Noto Sans Meroitic",
        +  "Noto Sans Miao",
        +  "Noto Sans Modi",
        +  "Noto Sans Mongolian",
        +  "Noto Sans Mono",
        +  "Noto Sans Mro",
        +  "Noto Sans Multani",
        +  "Noto Sans Myanmar",
        +  "Noto Sans NKo",
        +  "Noto Sans NKo Unjoined",
        +  "Noto Sans Nabataean",
        +  "Noto Sans Nag Mundari",
        +  "Noto Sans Nandinagari",
        +  "Noto Sans New Tai Lue",
        +  "Noto Sans Newa",
        +  "Noto Sans Nushu",
        +  "Noto Sans Ogham",
        +  "Noto Sans Ol Chiki",
        +  "Noto Sans Old Hungarian",
        +  "Noto Sans Old Italic",
        +  "Noto Sans Old North Arabian",
        +  "Noto Sans Old Permic",
        +  "Noto Sans Old Persian",
        +  "Noto Sans Old Sogdian",
        +  "Noto Sans Old South Arabian",
        +  "Noto Sans Old Turkic",
        +  "Noto Sans Oriya",
        +  "Noto Sans Osage",
        +  "Noto Sans Osmanya",
        +  "Noto Sans Pahawh Hmong",
        +  "Noto Sans Palmyrene",
        +  "Noto Sans Pau Cin Hau",
        +  "Noto Sans PhagsPa",
        +  "Noto Sans Phoenician",
        +  "Noto Sans Psalter Pahlavi",
        +  "Noto Sans Rejang",
        +  "Noto Sans Runic",
        +  "Noto Sans SC",
        +  "Noto Sans Samaritan",
        +  "Noto Sans Saurashtra",
        +  "Noto Sans Sharada",
        +  "Noto Sans Shavian",
        +  "Noto Sans Siddham",
        +  "Noto Sans SignWriting",
        +  "Noto Sans Sinhala",
        +  "Noto Sans Sogdian",
        +  "Noto Sans Sora Sompeng",
        +  "Noto Sans Soyombo",
        +  "Noto Sans Sundanese",
        +  "Noto Sans Sunuwar",
        +  "Noto Sans Syloti Nagri",
        +  "Noto Sans Symbols",
        +  "Noto Sans Symbols 2",
        +  "Noto Sans Syriac",
        +  "Noto Sans Syriac Eastern",
        +  "Noto Sans Syriac Western",
        +  "Noto Sans TC",
        +  "Noto Sans Tagalog",
        +  "Noto Sans Tagbanwa",
        +  "Noto Sans Tai Le",
        +  "Noto Sans Tai Tham",
        +  "Noto Sans Tai Viet",
        +  "Noto Sans Takri",
        +  "Noto Sans Tamil",
        +  "Noto Sans Tamil Supplement",
        +  "Noto Sans Tangsa",
        +  "Noto Sans Telugu",
        +  "Noto Sans Thaana",
        +  "Noto Sans Thai",
        +  "Noto Sans Thai Looped",
        +  "Noto Sans Tifinagh",
        +  "Noto Sans Tirhuta",
        +  "Noto Sans Ugaritic",
        +  "Noto Sans Vai",
        +  "Noto Sans Vithkuqi",
        +  "Noto Sans Wancho",
        +  "Noto Sans Warang Citi",
        +  "Noto Sans Yi",
        +  "Noto Sans Zanabazar Square",
        +  "Noto Serif",
        +  "Noto Serif Ahom",
        +  "Noto Serif Armenian",
        +  "Noto Serif Balinese",
        +  "Noto Serif Bengali",
        +  "Noto Serif Devanagari",
        +  "Noto Serif Display",
        +  "Noto Serif Dives Akuru",
        +  "Noto Serif Dogra",
        +  "Noto Serif Ethiopic",
        +  "Noto Serif Georgian",
        +  "Noto Serif Grantha",
        +  "Noto Serif Gujarati",
        +  "Noto Serif Gurmukhi",
        +  "Noto Serif HK",
        +  "Noto Serif Hebrew",
        +  "Noto Serif Hentaigana",
        +  "Noto Serif JP",
        +  "Noto Serif KR",
        +  "Noto Serif Kannada",
        +  "Noto Serif Khitan Small Script",
        +  "Noto Serif Khmer",
        +  "Noto Serif Khojki",
        +  "Noto Serif Lao",
        +  "Noto Serif Makasar",
        +  "Noto Serif Malayalam",
        +  "Noto Serif Myanmar",
        +  "Noto Serif NP Hmong",
        +  "Noto Serif Old Uyghur",
        +  "Noto Serif Oriya",
        +  "Noto Serif Ottoman Siyaq",
        +  "Noto Serif SC",
        +  "Noto Serif Sinhala",
        +  "Noto Serif TC",
        +  "Noto Serif Tamil",
        +  "Noto Serif Tangut",
        +  "Noto Serif Telugu",
        +  "Noto Serif Thai",
        +  "Noto Serif Tibetan",
        +  "Noto Serif Todhri",
        +  "Noto Serif Toto",
        +  "Noto Serif Vithkuqi",
        +  "Noto Serif Yezidi",
        +  "Noto Traditional Nushu",
        +  "Noto Znamenny Musical Notation",
        +  "Nova Cut",
        +  "Nova Flat",
        +  "Nova Mono",
        +  "Nova Oval",
        +  "Nova Round",
        +  "Nova Script",
        +  "Nova Slim",
        +  "Nova Square",
        +  "Numans",
        +  "Nunito",
        +  "Nunito Sans",
        +  "Nuosu SIL",
        +  "Odibee Sans",
        +  "Odor Mean Chey",
        +  "Offside",
        +  "Oi",
        +  "Ojuju",
        +  "Old Standard TT",
        +  "Oldenburg",
        +  "Ole",
        +  "Oleo Script",
        +  "Oleo Script Swash Caps",
        +  "Onest",
        +  "Oooh Baby",
        +  "Open Sans",
        +  "Oranienbaum",
        +  "Orbit",
        +  "Orbitron",
        +  "Oregano",
        +  "Orelega One",
        +  "Orienta",
        +  "Original Surfer",
        +  "Oswald",
        +  "Outfit",
        +  "Over the Rainbow",
        +  "Overlock",
        +  "Overlock SC",
        +  "Overpass",
        +  "Overpass Mono",
        +  "Ovo",
        +  "Oxanium",
        +  "Oxygen",
        +  "Oxygen Mono",
        +  "PT Mono",
        +  "PT Sans",
        +  "PT Sans Caption",
        +  "PT Sans Narrow",
        +  "PT Serif",
        +  "PT Serif Caption",
        +  "Pacifico",
        +  "Padauk",
        +  "Padyakke Expanded One",
        +  "Palanquin",
        +  "Palanquin Dark",
        +  "Palette Mosaic",
        +  "Pangolin",
        +  "Paprika",
        +  "Parastoo",
        +  "Parisienne",
        +  "Parkinsans",
        +  "Passero One",
        +  "Passion One",
        +  "Passions Conflict",
        +  "Pathway Extreme",
        +  "Pathway Gothic One",
        +  "Patrick Hand",
        +  "Patrick Hand SC",
        +  "Pattaya",
        +  "Patua One",
        +  "Pavanam",
        +  "Paytone One",
        +  "Peddana",
        +  "Peralta",
        +  "Permanent Marker",
        +  "Petemoss",
        +  "Petit Formal Script",
        +  "Petrona",
        +  "Phetsarath",
        +  "Philosopher",
        +  "Phudu",
        +  "Piazzolla",
        +  "Piedra",
        +  "Pinyon Script",
        +  "Pirata One",
        +  "Pixelify Sans",
        +  "Plaster",
        +  "Platypi",
        +  "Play",
        +  "Playball",
        +  "Playfair",
        +  "Playfair Display",
        +  "Playfair Display SC",
        +  "Playpen Sans",
        +  "Playpen Sans Arabic",
        +  "Playpen Sans Deva",
        +  "Playpen Sans Hebrew",
        +  "Playpen Sans Thai",
        +  "Playwrite AR",
        +  "Playwrite AR Guides",
        +  "Playwrite AT",
        +  "Playwrite AT Guides",
        +  "Playwrite AU NSW",
        +  "Playwrite AU NSW Guides",
        +  "Playwrite AU QLD",
        +  "Playwrite AU QLD Guides",
        +  "Playwrite AU SA",
        +  "Playwrite AU SA Guides",
        +  "Playwrite AU TAS",
        +  "Playwrite AU TAS Guides",
        +  "Playwrite AU VIC",
        +  "Playwrite AU VIC Guides",
        +  "Playwrite BE VLG",
        +  "Playwrite BE VLG Guides",
        +  "Playwrite BE WAL",
        +  "Playwrite BE WAL Guides",
        +  "Playwrite BR",
        +  "Playwrite BR Guides",
        +  "Playwrite CA",
        +  "Playwrite CA Guides",
        +  "Playwrite CL",
        +  "Playwrite CL Guides",
        +  "Playwrite CO",
        +  "Playwrite CO Guides",
        +  "Playwrite CU",
        +  "Playwrite CU Guides",
        +  "Playwrite CZ",
        +  "Playwrite CZ Guides",
        +  "Playwrite DE Grund",
        +  "Playwrite DE Grund Guides",
        +  "Playwrite DE LA",
        +  "Playwrite DE LA Guides",
        +  "Playwrite DE SAS",
        +  "Playwrite DE SAS Guides",
        +  "Playwrite DE VA",
        +  "Playwrite DE VA Guides",
        +  "Playwrite DK Loopet",
        +  "Playwrite DK Loopet Guides",
        +  "Playwrite DK Uloopet",
        +  "Playwrite DK Uloopet Guides",
        +  "Playwrite ES",
        +  "Playwrite ES Deco",
        +  "Playwrite ES Deco Guides",
        +  "Playwrite ES Guides",
        +  "Playwrite FR Moderne",
        +  "Playwrite FR Moderne Guides",
        +  "Playwrite FR Trad",
        +  "Playwrite FR Trad Guides",
        +  "Playwrite GB J",
        +  "Playwrite GB J Guides",
        +  "Playwrite GB S",
        +  "Playwrite GB S Guides",
        +  "Playwrite HR",
        +  "Playwrite HR Guides",
        +  "Playwrite HR Lijeva",
        +  "Playwrite HR Lijeva Guides",
        +  "Playwrite HU",
        +  "Playwrite HU Guides",
        +  "Playwrite ID",
        +  "Playwrite ID Guides",
        +  "Playwrite IE",
        +  "Playwrite IE Guides",
        +  "Playwrite IN",
        +  "Playwrite IN Guides",
        +  "Playwrite IS",
        +  "Playwrite IS Guides",
        +  "Playwrite IT Moderna",
        +  "Playwrite IT Moderna Guides",
        +  "Playwrite IT Trad",
        +  "Playwrite IT Trad Guides",
        +  "Playwrite MX",
        +  "Playwrite MX Guides",
        +  "Playwrite NG Modern",
        +  "Playwrite NG Modern Guides",
        +  "Playwrite NL",
        +  "Playwrite NL Guides",
        +  "Playwrite NO",
        +  "Playwrite NO Guides",
        +  "Playwrite NZ",
        +  "Playwrite NZ Basic",
        +  "Playwrite NZ Basic Guides",
        +  "Playwrite NZ Guides",
        +  "Playwrite PE",
        +  "Playwrite PE Guides",
        +  "Playwrite PL",
        +  "Playwrite PL Guides",
        +  "Playwrite PT",
        +  "Playwrite PT Guides",
        +  "Playwrite RO",
        +  "Playwrite RO Guides",
        +  "Playwrite SK",
        +  "Playwrite SK Guides",
        +  "Playwrite TZ",
        +  "Playwrite TZ Guides",
        +  "Playwrite US Modern",
        +  "Playwrite US Modern Guides",
        +  "Playwrite US Trad",
        +  "Playwrite US Trad Guides",
        +  "Playwrite VN",
        +  "Playwrite VN Guides",
        +  "Playwrite ZA",
        +  "Playwrite ZA Guides",
        +  "Pliant",
        +  "Plus Jakarta Sans",
        +  "Pochaevsk",
        +  "Podkova",
        +  "Poetsen One",
        +  "Poiret One",
        +  "Poller One",
        +  "Poltawski Nowy",
        +  "Poly",
        +  "Pompiere",
        +  "Ponnala",
        +  "Ponomar",
        +  "Pontano Sans",
        +  "Poor Story",
        +  "Poppins",
        +  "Port Lligat Sans",
        +  "Port Lligat Slab",
        +  "Potta One",
        +  "Pragati Narrow",
        +  "Praise",
        +  "Prata",
        +  "Preahvihear",
        +  "Press Start 2P",
        +  "Pridi",
        +  "Princess Sofia",
        +  "Prociono",
        +  "Prompt",
        +  "Prosto One",
        +  "Protest Guerrilla",
        +  "Protest Revolution",
        +  "Protest Riot",
        +  "Protest Strike",
        +  "Proza Libre",
        +  "Public Sans",
        +  "Puppies Play",
        +  "Puritan",
        +  "Purple Purse",
        +  "Qahiri",
        +  "Quando",
        +  "Quantico",
        +  "Quattrocento",
        +  "Quattrocento Sans",
        +  "Questrial",
        +  "Quicksand",
        +  "Quintessential",
        +  "Qwigley",
        +  "Qwitcher Grypen",
        +  "REM",
        +  "Racing Sans One",
        +  "Radio Canada",
        +  "Radio Canada Big",
        +  "Radley",
        +  "Rajdhani",
        +  "Rakkas",
        +  "Raleway",
        +  "Raleway Dots",
        +  "Ramabhadra",
        +  "Ramaraja",
        +  "Rambla",
        +  "Rammetto One",
        +  "Rampart One",
        +  "Ramsina",
        +  "Ranchers",
        +  "Rancho",
        +  "Ranga",
        +  "Rasa",
        +  "Rationale",
        +  "Ravi Prakash",
        +  "Readex Pro",
        +  "Recursive",
        +  "Red Hat Display",
        +  "Red Hat Mono",
        +  "Red Hat Text",
        +  "Red Rose",
        +  "Redacted",
        +  "Redacted Script",
        +  "Reddit Mono",
        +  "Reddit Sans",
        +  "Reddit Sans Condensed",
        +  "Redressed",
        +  "Reem Kufi",
        +  "Reem Kufi Fun",
        +  "Reem Kufi Ink",
        +  "Reenie Beanie",
        +  "Reggae One",
        +  "Rethink Sans",
        +  "Revalia",
        +  "Rhodium Libre",
        +  "Ribeye",
        +  "Ribeye Marrow",
        +  "Righteous",
        +  "Risque",
        +  "Road Rage",
        +  "Roboto",
        +  "Roboto Condensed",
        +  "Roboto Flex",
        +  "Roboto Mono",
        +  "Roboto Serif",
        +  "Roboto Slab",
        +  "Rochester",
        +  "Rock 3D",
        +  "Rock Salt",
        +  "RocknRoll One",
        +  "Rokkitt",
        +  "Romanesco",
        +  "Ropa Sans",
        +  "Rosario",
        +  "Rosarivo",
        +  "Rouge Script",
        +  "Rowdies",
        +  "Rozha One",
        +  "Rubik",
        +  "Rubik 80s Fade",
        +  "Rubik Beastly",
        +  "Rubik Broken Fax",
        +  "Rubik Bubbles",
        +  "Rubik Burned",
        +  "Rubik Dirt",
        +  "Rubik Distressed",
        +  "Rubik Doodle Shadow",
        +  "Rubik Doodle Triangles",
        +  "Rubik Gemstones",
        +  "Rubik Glitch",
        +  "Rubik Glitch Pop",
        +  "Rubik Iso",
        +  "Rubik Lines",
        +  "Rubik Maps",
        +  "Rubik Marker Hatch",
        +  "Rubik Maze",
        +  "Rubik Microbe",
        +  "Rubik Mono One",
        +  "Rubik Moonrocks",
        +  "Rubik Pixels",
        +  "Rubik Puddles",
        +  "Rubik Scribble",
        +  "Rubik Spray Paint",
        +  "Rubik Storm",
        +  "Rubik Vinyl",
        +  "Rubik Wet Paint",
        +  "Ruda",
        +  "Rufina",
        +  "Ruge Boogie",
        +  "Ruluko",
        +  "Rum Raisin",
        +  "Ruslan Display",
        +  "Russo One",
        +  "Ruthie",
        +  "Ruwudu",
        +  "Rye",
        +  "SN Pro",
        +  "STIX Two Math",
        +  "STIX Two Text",
        +  "SUSE",
        +  "SUSE Mono",
        +  "Sacramento",
        +  "Sahitya",
        +  "Sail",
        +  "Saira",
        +  "Saira Condensed",
        +  "Saira Extra Condensed",
        +  "Saira Semi Condensed",
        +  "Saira Stencil",
        +  "Salsa",
        +  "Sanchez",
        +  "Sancreek",
        +  "Sankofa Display",
        +  "Sansation",
        +  "Sansita",
        +  "Sansita Swashed",
        +  "Sarabun",
        +  "Sarala",
        +  "Sarina",
        +  "Sarpanch",
        +  "Sassy Frass",
        +  "Satisfy",
        +  "Savate",
        +  "Sawarabi Gothic",
        +  "Sawarabi Mincho",
        +  "Scada",
        +  "Scheherazade New",
        +  "Schibsted Grotesk",
        +  "Schoolbell",
        +  "Science Gothic",
        +  "Scope One",
        +  "Seaweed Script",
        +  "Secular One",
        +  "Sedan",
        +  "Sedan SC",
        +  "Sedgwick Ave",
        +  "Sedgwick Ave Display",
        +  "Sekuya",
        +  "Sen",
        +  "Send Flowers",
        +  "Sevillana",
        +  "Seymour One",
        +  "Shadows Into Light",
        +  "Shadows Into Light Two",
        +  "Shafarik",
        +  "Shalimar",
        +  "Shantell Sans",
        +  "Shanti",
        +  "Share",
        +  "Share Tech",
        +  "Share Tech Mono",
        +  "Shippori Antique",
        +  "Shippori Antique B1",
        +  "Shippori Mincho",
        +  "Shippori Mincho B1",
        +  "Shizuru",
        +  "Shojumaru",
        +  "Short Stack",
        +  "Shrikhand",
        +  "Siemreap",
        +  "Sigmar",
        +  "Sigmar One",
        +  "Signika",
        +  "Signika Negative",
        +  "Silkscreen",
        +  "Simonetta",
        +  "Single Day",
        +  "Sintony",
        +  "Sirin Stencil",
        +  "Sirivennela",
        +  "Six Caps",
        +  "Sixtyfour",
        +  "Sixtyfour Convergence",
        +  "Skranji",
        +  "Slabo 13px",
        +  "Slabo 27px",
        +  "Slackey",
        +  "Slackside One",
        +  "Smokum",
        +  "Smooch",
        +  "Smooch Sans",
        +  "Smythe",
        +  "Sniglet",
        +  "Snippet",
        +  "Snowburst One",
        +  "Sofadi One",
        +  "Sofia",
        +  "Sofia Sans",
        +  "Sofia Sans Condensed",
        +  "Sofia Sans Extra Condensed",
        +  "Sofia Sans Semi Condensed",
        +  "Solitreo",
        +  "Solway",
        +  "Sometype Mono",
        +  "Song Myung",
        +  "Sono",
        +  "Sonsie One",
        +  "Sora",
        +  "Sorts Mill Goudy",
        +  "Sour Gummy",
        +  "Source Code Pro",
        +  "Source Sans 3",
        +  "Source Serif 4",
        +  "Space Grotesk",
        +  "Space Mono",
        +  "Special Elite",
        +  "Special Gothic",
        +  "Special Gothic Condensed One",
        +  "Special Gothic Expanded One",
        +  "Spectral",
        +  "Spectral SC",
        +  "Spicy Rice",
        +  "Spinnaker",
        +  "Spirax",
        +  "Splash",
        +  "Spline Sans",
        +  "Spline Sans Mono",
        +  "Squada One",
        +  "Square Peg",
        +  "Sree Krushnadevaraya",
        +  "Sriracha",
        +  "Srisakdi",
        +  "Staatliches",
        +  "Stack Sans Headline",
        +  "Stack Sans Notch",
        +  "Stack Sans Text",
        +  "Stalemate",
        +  "Stalinist One",
        +  "Stardos Stencil",
        +  "Stick",
        +  "Stick No Bills",
        +  "Stint Ultra Condensed",
        +  "Stint Ultra Expanded",
        +  "Stoke",
        +  "Story Script",
        +  "Strait",
        +  "Strichpunkt Sans",
        +  "Style Script",
        +  "Stylish",
        +  "Sue Ellen Francisco",
        +  "Suez One",
        +  "Sulphur Point",
        +  "Sumana",
        +  "Sunflower",
        +  "Sunshiney",
        +  "Supermercado One",
        +  "Sura",
        +  "Suranna",
        +  "Suravaram",
        +  "Suwannaphum",
        +  "Swanky and Moo Moo",
        +  "Syncopate",
        +  "Syne",
        +  "Syne Mono",
        +  "Syne Tactile",
        +  "TASA Explorer",
        +  "TASA Orbiter",
        +  "Tac One",
        +  "Tagesschrift",
        +  "Tai Heritage Pro",
        +  "Tajawal",
        +  "Tangerine",
        +  "Tapestry",
        +  "Taprom",
        +  "Tauri",
        +  "Taviraj",
        +  "Teachers",
        +  "Teko",
        +  "Tektur",
        +  "Telex",
        +  "Tenali Ramakrishna",
        +  "Tenor Sans",
        +  "Text Me One",
        +  "Texturina",
        +  "Thasadith",
        +  "The Girl Next Door",
        +  "The Nautigal",
        +  "Tienne",
        +  "TikTok Sans",
        +  "Tillana",
        +  "Tilt Neon",
        +  "Tilt Prism",
        +  "Tilt Warp",
        +  "Timmana",
        +  "Tinos",
        +  "Tiny5",
        +  "Tiro Bangla",
        +  "Tiro Devanagari Hindi",
        +  "Tiro Devanagari Marathi",
        +  "Tiro Devanagari Sanskrit",
        +  "Tiro Gurmukhi",
        +  "Tiro Kannada",
        +  "Tiro Tamil",
        +  "Tiro Telugu",
        +  "Tirra",
        +  "Titan One",
        +  "Titillium Web",
        +  "Tomorrow",
        +  "Tourney",
        +  "Trade Winds",
        +  "Train One",
        +  "Triodion",
        +  "Trirong",
        +  "Trispace",
        +  "Trocchi",
        +  "Trochut",
        +  "Truculenta",
        +  "Trykker",
        +  "Tsukimi Rounded",
        +  "Tuffy",
        +  "Tulpen One",
        +  "Turret Road",
        +  "Twinkle Star",
        +  "Ubuntu",
        +  "Ubuntu Condensed",
        +  "Ubuntu Mono",
        +  "Ubuntu Sans",
        +  "Ubuntu Sans Mono",
        +  "Uchen",
        +  "Ultra",
        +  "Unbounded",
        +  "Uncial Antiqua",
        +  "Underdog",
        +  "Unica One",
        +  "UnifrakturCook",
        +  "UnifrakturMaguntia",
        +  "Unkempt",
        +  "Unlock",
        +  "Unna",
        +  "UoqMunThenKhung",
        +  "Updock",
        +  "Urbanist",
        +  "VT323",
        +  "Vampiro One",
        +  "Varela",
        +  "Varela Round",
        +  "Varta",
        +  "Vast Shadow",
        +  "Vazirmatn",
        +  "Vend Sans",
        +  "Vesper Libre",
        +  "Viaoda Libre",
        +  "Vibes",
        +  "Vibur",
        +  "Victor Mono",
        +  "Vidaloka",
        +  "Viga",
        +  "Vina Sans",
        +  "Voces",
        +  "Volkhov",
        +  "Vollkorn",
        +  "Vollkorn SC",
        +  "Voltaire",
        +  "Vujahday Script",
        +  "WDXL Lubrifont JP N",
        +  "WDXL Lubrifont SC",
        +  "WDXL Lubrifont TC",
        +  "Waiting for the Sunrise",
        +  "Wallpoet",
        +  "Walter Turncoat",
        +  "Warnes",
        +  "Water Brush",
        +  "Waterfall",
        +  "Wavefont",
        +  "Wellfleet",
        +  "Wendy One",
        +  "Whisper",
        +  "WindSong",
        +  "Winky Rough",
        +  "Winky Sans",
        +  "Wire One",
        +  "Wittgenstein",
        +  "Wix Madefor Display",
        +  "Wix Madefor Text",
        +  "Work Sans",
        +  "Workbench",
        +  "Xanh Mono",
        +  "Yaldevi",
        +  "Yanone Kaffeesatz",
        +  "Yantramanav",
        +  "Yarndings 12",
        +  "Yarndings 12 Charted",
        +  "Yarndings 20",
        +  "Yarndings 20 Charted",
        +  "Yatra One",
        +  "Yellowtail",
        +  "Yeon Sung",
        +  "Yeseva One",
        +  "Yesteryear",
        +  "Yomogi",
        +  "Young Serif",
        +  "Yrsa",
        +  "Ysabeau",
        +  "Ysabeau Infant",
        +  "Ysabeau Office",
        +  "Ysabeau SC",
        +  "Yuji Boku",
        +  "Yuji Hentaigana Akari",
        +  "Yuji Hentaigana Akebono",
        +  "Yuji Mai",
        +  "Yuji Syuku",
        +  "Yusei Magic",
        +  "Yuyu",
        +  "Yuyu Short",
        +  "ZCOOL KuaiLe",
        +  "ZCOOL QingKe HuangYou",
        +  "ZCOOL XiaoWei",
        +  "Zain",
        +  "Zalando Sans",
        +  "Zalando Sans Expanded",
        +  "Zalando Sans SemiExpanded",
        +  "Zen Antique",
        +  "Zen Antique Soft",
        +  "Zen Dots",
        +  "Zen Kaku Gothic Antique",
        +  "Zen Kaku Gothic New",
        +  "Zen Kurenaido",
        +  "Zen Loop",
        +  "Zen Maru Gothic",
        +  "Zen Old Mincho",
        +  "Zen Tokyo Zoo",
        +  "Zeyada",
        +  "Zhi Mang Xing",
        +  "Zilla Slab",
        +  "Zilla Slab Highlight"
        +]
    • Changedvalidate_chart2 fields changed
      • addedOutput schema / properties / suggestedConfig / properties / themeOverrides / properties / numericFontFamily / enum
        Added value: +[
        +  "ABeeZee",
        +  "ADLaM Display",
        +  "AR One Sans",
        +  "Abel",
        +  "Abhaya Libre",
        +  "Aboreto",
        +  "Abril Fatface",
        +  "Abyssinica SIL",
        +  "Aclonica",
        +  "Acme",
        +  "Actor",
        +  "Adamina",
        +  "Advent Pro",
        +  "Afacad",
        +  "Afacad Flux",
        +  "Agbalumo",
        +  "Agdasima",
        +  "Agu Display",
        +  "Aguafina Script",
        +  "Akatab",
        +  "Akaya Kanadaka",
        +  "Akaya Telivigala",
        +  "Akronim",
        +  "Akshar",
        +  "Akt",
        +  "Aladin",
        +  "Alan Sans",
        +  "Alata",
        +  "Alatsi",
        +  "Albert Sans",
        +  "Aldrich",
        +  "Alef",
        +  "Alegreya",
        +  "Alegreya SC",
        +  "Alegreya Sans",
        +  "Alegreya Sans SC",
        +  "Aleo",
        +  "Alex Brush",
        +  "Alexandria",
        +  "Alfa Slab One",
        +  "Alice",
        +  "Alien Block",
        +  "Alike",
        +  "Alike Angular",
        +  "Alkalami",
        +  "Alkatra",
        +  "Allan",
        +  "Allerta",
        +  "Allerta Stencil",
        +  "Allison",
        +  "Allkin",
        +  "Allura",
        +  "Almarai",
        +  "Almendra",
        +  "Almendra Display",
        +  "Almendra SC",
        +  "Alumni Sans",
        +  "Alumni Sans Collegiate One",
        +  "Alumni Sans Inline One",
        +  "Alumni Sans Pinstripe",
        +  "Alumni Sans SC",
        +  "Alyamama",
        +  "Amarante",
        +  "Amaranth",
        +  "Amarna",
        +  "Amatic SC",
        +  "Amethysta",
        +  "Amiko",
        +  "Amiri",
        +  "Amiri Quran",
        +  "Amita",
        +  "Anaheim",
        +  "Ancizar Sans",
        +  "Ancizar Serif",
        +  "Andada Pro",
        +  "Andika",
        +  "Anek Bangla",
        +  "Anek Devanagari",
        +  "Anek Gujarati",
        +  "Anek Gurmukhi",
        +  "Anek Kannada",
        +  "Anek Latin",
        +  "Anek Malayalam",
        +  "Anek Odia",
        +  "Anek Tamil",
        +  "Anek Telugu",
        +  "Angkor",
        +  "Annapurna SIL",
        +  "Annie Use Your Telescope",
        +  "Anonymous Pro",
        +  "Anta",
        +  "Antic",
        +  "Antic Didone",
        +  "Antic Slab",
        +  "Anton",
        +  "Anton SC",
        +  "Antonio",
        +  "Anuphan",
        +  "Anybody",
        +  "Aoboshi One",
        +  "Arapey",
        +  "Arbutus",
        +  "Arbutus Slab",
        +  "Architects Daughter",
        +  "Archivo",
        +  "Archivo Black",
        +  "Archivo Narrow",
        +  "Are You Serious",
        +  "Aref Ruqaa",
        +  "Aref Ruqaa Ink",
        +  "Arima",
        +  "Arimo",
        +  "Arizonia",
        +  "Armata",
        +  "Arsenal",
        +  "Arsenal SC",
        +  "Artifika",
        +  "Arvo",
        +  "Arya",
        +  "Asap",
        +  "Asap Condensed",
        +  "Asar",
        +  "Asimovian",
        +  "Asset",
        +  "Assistant",
        +  "Asta Sans",
        +  "Astloch",
        +  "Asul",
        +  "Athiti",
        +  "Atkinson Hyperlegible",
        +  "Atkinson Hyperlegible Mono",
        +  "Atkinson Hyperlegible Next",
        +  "Atma",
        +  "Atomic Age",
        +  "Aubrey",
        +  "Audiowide",
        +  "Autour One",
        +  "Average",
        +  "Average Sans",
        +  "Averia Gruesa Libre",
        +  "Averia Libre",
        +  "Averia Sans Libre",
        +  "Averia Serif Libre",
        +  "Azeret Mono",
        +  "B612",
        +  "B612 Mono",
        +  "BBH Bartle",
        +  "BBH Bogle",
        +  "BBH Hegarty",
        +  "BIZ UDGothic",
        +  "BIZ UDMincho",
        +  "BIZ UDPGothic",
        +  "BIZ UDPMincho",
        +  "BJCree",
        +  "Babylonica",
        +  "Bacasime Antique",
        +  "Bad Script",
        +  "Badeen Display",
        +  "Bagel Fat One",
        +  "Bahiana",
        +  "Bahianita",
        +  "Bai Jamjuree",
        +  "Bakbak One",
        +  "Ballet",
        +  "Baloo 2",
        +  "Baloo Bhai 2",
        +  "Baloo Bhaijaan 2",
        +  "Baloo Bhaina 2",
        +  "Baloo Chettan 2",
        +  "Baloo Da 2",
        +  "Baloo Paaji 2",
        +  "Baloo Tamma 2",
        +  "Baloo Tammudu 2",
        +  "Baloo Thambi 2",
        +  "Balsamiq Sans",
        +  "Balthazar",
        +  "Bangers",
        +  "Barlow",
        +  "Barlow Condensed",
        +  "Barlow Semi Condensed",
        +  "Barriecito",
        +  "Barrio",
        +  "Basic",
        +  "Baskervville",
        +  "Baskervville SC",
        +  "Battambang",
        +  "Baumans",
        +  "Bayon",
        +  "Be Vietnam Pro",
        +  "Beau Rivage",
        +  "Bebas Neue",
        +  "Beiruti",
        +  "Belanosima",
        +  "Belgrano",
        +  "Bellefair",
        +  "Belleza",
        +  "Bellota",
        +  "Bellota Text",
        +  "BenchNine",
        +  "Benne",
        +  "Bentham",
        +  "Berkshire Swash",
        +  "Besley",
        +  "Betania Patmos",
        +  "Betania Patmos GDL",
        +  "Betania Patmos In",
        +  "Betania Patmos In GDL",
        +  "Beth Ellen",
        +  "Bevan",
        +  "BhuTuka Expanded One",
        +  "Big Shoulders",
        +  "Big Shoulders Inline",
        +  "Big Shoulders Stencil",
        +  "Bigelow Rules",
        +  "Bigshot One",
        +  "Bilbo",
        +  "Bilbo Swash Caps",
        +  "BioRhyme",
        +  "BioRhyme Expanded",
        +  "Birthstone",
        +  "Birthstone Bounce",
        +  "Biryani",
        +  "Bitcount",
        +  "Bitcount Grid Double",
        +  "Bitcount Grid Double Ink",
        +  "Bitcount Grid Single",
        +  "Bitcount Grid Single Ink",
        +  "Bitcount Ink",
        +  "Bitcount Prop Double",
        +  "Bitcount Prop Double Ink",
        +  "Bitcount Prop Single",
        +  "Bitcount Prop Single Ink",
        +  "Bitcount Single",
        +  "Bitcount Single Ink",
        +  "Bitter",
        +  "Black And White Picture",
        +  "Black Han Sans",
        +  "Black Ops One",
        +  "Blaka",
        +  "Blaka Hollow",
        +  "Blaka Ink",
        +  "Blinker",
        +  "Bodoni Moda",
        +  "Bodoni Moda SC",
        +  "Bokor",
        +  "Boldonse",
        +  "Bona Nova",
        +  "Bona Nova SC",
        +  "Bonbon",
        +  "Bonheur Royale",
        +  "Boogaloo",
        +  "Borel",
        +  "Bowlby One",
        +  "Bowlby One SC",
        +  "Bpmf Huninn",
        +  "Bpmf Iansui",
        +  "Bpmf Zihi Kai Std",
        +  "Braah One",
        +  "Brawler",
        +  "Bree Serif",
        +  "Bricolage Grotesque",
        +  "Bruno Ace",
        +  "Bruno Ace SC",
        +  "Brygada 1918",
        +  "Bubblegum Sans",
        +  "Bubbler One",
        +  "Buda",
        +  "Buenard",
        +  "Bungee",
        +  "Bungee Hairline",
        +  "Bungee Inline",
        +  "Bungee Outline",
        +  "Bungee Shade",
        +  "Bungee Spice",
        +  "Bungee Tint",
        +  "Butcherman",
        +  "Butterfly Kids",
        +  "Bytesized",
        +  "Cabin",
        +  "Cabin Condensed",
        +  "Cabin Sketch",
        +  "Cactus Classical Serif",
        +  "Caesar Dressing",
        +  "Cagliostro",
        +  "Cairo",
        +  "Cairo Play",
        +  "Cal Sans",
        +  "Caladea",
        +  "Calistoga",
        +  "Calligraffitti",
        +  "Cambay",
        +  "Cambo",
        +  "Candal",
        +  "Cantarell",
        +  "Cantata One",
        +  "Cantora One",
        +  "Caprasimo",
        +  "Capriola",
        +  "Caramel",
        +  "Carattere",
        +  "Cardo",
        +  "Carlito",
        +  "Carme",
        +  "Carrois Gothic",
        +  "Carrois Gothic SC",
        +  "Carter One",
        +  "Cascadia Code",
        +  "Cascadia Mono",
        +  "Castoro",
        +  "Castoro Titling",
        +  "Catamaran",
        +  "Caudex",
        +  "Cause",
        +  "Caveat",
        +  "Caveat Brush",
        +  "Cedarville Cursive",
        +  "Ceviche One",
        +  "Chakra Petch",
        +  "Changa",
        +  "Changa One",
        +  "Chango",
        +  "Charis SIL",
        +  "Charm",
        +  "Charmonman",
        +  "Chathura",
        +  "Chau Philomene One",
        +  "Chela One",
        +  "Chelsea Market",
        +  "Chenla",
        +  "Cherish",
        +  "Cherry Bomb One",
        +  "Cherry Cream Soda",
        +  "Cherry Swash",
        +  "Chewy",
        +  "Chicle",
        +  "Chilanka",
        +  "Chiron GoRound TC",
        +  "Chiron Hei HK",
        +  "Chiron Sung HK",
        +  "Chivo",
        +  "Chivo Mono",
        +  "Chocolate Classical Sans",
        +  "Chokokutai",
        +  "Chonburi",
        +  "Cinzel",
        +  "Cinzel Decorative",
        +  "Clicker Script",
        +  "Climate Crisis",
        +  "Coda",
        +  "Codystar",
        +  "Coiny",
        +  "Combo",
        +  "Comfortaa",
        +  "Comforter",
        +  "Comforter Brush",
        +  "Comic Neue",
        +  "Comic Relief",
        +  "Coming Soon",
        +  "Comme",
        +  "Commissioner",
        +  "Concert One",
        +  "Condiment",
        +  "Content",
        +  "Contrail One",
        +  "Convergence",
        +  "Cookie",
        +  "Copse",
        +  "Coral Pixels",
        +  "Corben",
        +  "Corinthia",
        +  "Cormorant",
        +  "Cormorant Garamond",
        +  "Cormorant Infant",
        +  "Cormorant SC",
        +  "Cormorant Unicase",
        +  "Cormorant Upright",
        +  "Cossette Texte",
        +  "Cossette Titre",
        +  "Courgette",
        +  "Courier Prime",
        +  "Cousine",
        +  "Coustard",
        +  "Covered By Your Grace",
        +  "Crafty Girls",
        +  "Creepster",
        +  "Crete Round",
        +  "Crimson Pro",
        +  "Crimson Text",
        +  "Croissant One",
        +  "Crushed",
        +  "Cuprum",
        +  "Cute Font",
        +  "Cutive",
        +  "Cutive Mono",
        +  "DM Mono",
        +  "DM Sans",
        +  "DM Serif Display",
        +  "DM Serif Text",
        +  "Dai Banna SIL",
        +  "Damion",
        +  "Dancing Script",
        +  "Danfo",
        +  "Dangrek",
        +  "Darker Grotesque",
        +  "Darumadrop One",
        +  "Datatype",
        +  "David Libre",
        +  "Dawning of a New Day",
        +  "Days One",
        +  "Dekko",
        +  "Dela Gothic One",
        +  "Delicious Handrawn",
        +  "Delius",
        +  "Delius Swash Caps",
        +  "Delius Unicase",
        +  "Della Respira",
        +  "Denk One",
        +  "Devonshire",
        +  "Dhurjati",
        +  "Didact Gothic",
        +  "Diphylleia",
        +  "Diplomata",
        +  "Diplomata SC",
        +  "Do Hyeon",
        +  "Dokdo",
        +  "Domine",
        +  "Donegal One",
        +  "Dongle",
        +  "Doppio One",
        +  "Dorsa",
        +  "Dosis",
        +  "DotGothic16",
        +  "Doto",
        +  "Dr Sugiyama",
        +  "Duru Sans",
        +  "DynaPuff",
        +  "Dynalight",
        +  "EB Garamond",
        +  "Eagle Lake",
        +  "East Sea Dokdo",
        +  "Eater",
        +  "Economica",
        +  "Eczar",
        +  "Edu AU VIC WA NT Arrows",
        +  "Edu AU VIC WA NT Dots",
        +  "Edu AU VIC WA NT Guides",
        +  "Edu AU VIC WA NT Hand",
        +  "Edu AU VIC WA NT Pre",
        +  "Edu NSW ACT Cursive",
        +  "Edu NSW ACT Foundation",
        +  "Edu NSW ACT Hand Pre",
        +  "Edu QLD Beginner",
        +  "Edu QLD Hand",
        +  "Edu SA Beginner",
        +  "Edu SA Hand",
        +  "Edu TAS Beginner",
        +  "Edu VIC WA NT Beginner",
        +  "Edu VIC WA NT Hand",
        +  "Edu VIC WA NT Hand Pre",
        +  "El Messiri",
        +  "Electrolize",
        +  "Elms Sans",
        +  "Elsie",
        +  "Elsie Swash Caps",
        +  "Emblema One",
        +  "Emilys Candy",
        +  "Encode Sans",
        +  "Encode Sans Condensed",
        +  "Encode Sans Expanded",
        +  "Encode Sans SC",
        +  "Encode Sans Semi Condensed",
        +  "Encode Sans Semi Expanded",
        +  "Engagement",
        +  "Englebert",
        +  "Enriqueta",
        +  "Ephesis",
        +  "Epilogue",
        +  "Epunda Sans",
        +  "Epunda Slab",
        +  "Erica One",
        +  "Esteban",
        +  "Estedad",
        +  "Estonia",
        +  "Euphoria Script",
        +  "Ewert",
        +  "Exile",
        +  "Exo",
        +  "Exo 2",
        +  "Expletus Sans",
        +  "Explora",
        +  "Faculty Glyphic",
        +  "Fahkwang",
        +  "Familjen Grotesk",
        +  "Fanwood Text",
        +  "Farro",
        +  "Farsan",
        +  "Fascinate",
        +  "Fascinate Inline",
        +  "Faster One",
        +  "Fasthand",
        +  "Fauna One",
        +  "Faustina",
        +  "Federant",
        +  "Federo",
        +  "Felipa",
        +  "Fenix",
        +  "Festive",
        +  "Figtree",
        +  "Finger Paint",
        +  "Finlandica Headline",
        +  "Finlandica Text",
        +  "Fira Code",
        +  "Fira Mono",
        +  "Fira Sans",
        +  "Fira Sans Condensed",
        +  "Fira Sans Extra Condensed",
        +  "Fjalla One",
        +  "Fjord One",
        +  "Flamenco",
        +  "Flavors",
        +  "Fleur De Leah",
        +  "Flow Block",
        +  "Flow Circular",
        +  "Flow Rounded",
        +  "Foldit",
        +  "Fondamento",
        +  "Fontdiner Swanky",
        +  "Forum",
        +  "Fragment Mono",
        +  "Francois One",
        +  "Frank Ruhl Libre",
        +  "Fraunces",
        +  "Freckle Face",
        +  "Fredericka the Great",
        +  "Fredoka",
        +  "Freehand",
        +  "Freeman",
        +  "Fresca",
        +  "Frijole",
        +  "Fruktur",
        +  "Fugaz One",
        +  "Fuggles",
        +  "Funnel Display",
        +  "Funnel Sans",
        +  "Fustat",
        +  "Fuzzy Bubbles",
        +  "GFS Didot",
        +  "GFS Neohellenic",
        +  "Ga Maamli",
        +  "Gabarito",
        +  "Gabriela",
        +  "Gaegu",
        +  "Gafata",
        +  "Gajraj One",
        +  "Galada",
        +  "Galdeano",
        +  "Galindo",
        +  "Gamja Flower",
        +  "Gantari",
        +  "Gasoek One",
        +  "Gayathri",
        +  "Geist",
        +  "Geist Mono",
        +  "Geist Pixel",
        +  "Gelasio",
        +  "Gemunu Libre",
        +  "Genos",
        +  "Gentium Book Plus",
        +  "Gentium Plus",
        +  "Geo",
        +  "Geologica",
        +  "Geom",
        +  "Geomini",
        +  "Georama",
        +  "Geostar",
        +  "Geostar Fill",
        +  "Germania One",
        +  "Gideon Roman",
        +  "Gidole",
        +  "Gidugu",
        +  "Gilda Display",
        +  "Girassol",
        +  "Give You Glory",
        +  "Glass Antiqua",
        +  "Glegoo",
        +  "Gloock",
        +  "Gloria Hallelujah",
        +  "Glory",
        +  "Gluten",
        +  "Goblin One",
        +  "Gochi Hand",
        +  "Goldman",
        +  "Golos Text",
        +  "Google Sans",
        +  "Google Sans Code",
        +  "Google Sans Flex",
        +  "Gorditas",
        +  "Gothic A1",
        +  "Gotu",
        +  "Goudy Bookletter 1911",
        +  "Gowun Batang",
        +  "Gowun Dodum",
        +  "Graduate",
        +  "Grand Hotel",
        +  "Grandiflora One",
        +  "Grandstander",
        +  "Grape Nuts",
        +  "Gravitas One",
        +  "Great Vibes",
        +  "Grechen Fuemen",
        +  "Grenze",
        +  "Grenze Gotisch",
        +  "Grey Qo",
        +  "Griffy",
        +  "Gruppo",
        +  "Gudea",
        +  "Gugi",
        +  "Gulzar",
        +  "Gupter",
        +  "Gurajada",
        +  "Gveret Levin",
        +  "Gwendolyn",
        +  "Habibi",
        +  "Hachi Maru Pop",
        +  "Hahmlet",
        +  "Halant",
        +  "Hammersmith One",
        +  "Hanalei",
        +  "Hanalei Fill",
        +  "Handjet",
        +  "Handlee",
        +  "Hanken Grotesk",
        +  "Hanuman",
        +  "Happy Monkey",
        +  "Harmattan",
        +  "Headland One",
        +  "Hedvig Letters Sans",
        +  "Hedvig Letters Serif",
        +  "Heebo",
        +  "Henny Penny",
        +  "Hepta Slab",
        +  "Herr Von Muellerhoff",
        +  "Hi Melody",
        +  "Hibur Mono",
        +  "Hina Mincho",
        +  "Hind",
        +  "Hind Guntur",
        +  "Hind Madurai",
        +  "Hind Mysuru",
        +  "Hind Siliguri",
        +  "Hind Vadodara",
        +  "Holtwood One SC",
        +  "Homemade Apple",
        +  "Homenaje",
        +  "Honk",
        +  "Host Grotesk",
        +  "Hubballi",
        +  "Hubot Sans",
        +  "Huninn",
        +  "Hurricane",
        +  "IBM Plex Mono",
        +  "IBM Plex Sans",
        +  "IBM Plex Sans Arabic",
        +  "IBM Plex Sans Condensed",
        +  "IBM Plex Sans Devanagari",
        +  "IBM Plex Sans Hebrew",
        +  "IBM Plex Sans JP",
        +  "IBM Plex Sans KR",
        +  "IBM Plex Sans Thai",
        +  "IBM Plex Sans Thai Looped",
        +  "IBM Plex Serif",
        +  "IM Fell DW Pica",
        +  "IM Fell DW Pica SC",
        +  "IM Fell Double Pica",
        +  "IM Fell Double Pica SC",
        +  "IM Fell English",
        +  "IM Fell English SC",
        +  "IM Fell French Canon",
        +  "IM Fell French Canon SC",
        +  "IM Fell Great Primer",
        +  "IM Fell Great Primer SC",
        +  "Iansui",
        +  "Ibarra Real Nova",
        +  "Iceberg",
        +  "Iceland",
        +  "Idiqlat",
        +  "Imbue",
        +  "Imperial Script",
        +  "Imprima",
        +  "Inclusive Sans",
        +  "Inconsolata",
        +  "Inder",
        +  "Indie Flower",
        +  "Ingrid Darling",
        +  "Inika",
        +  "Inknut Antiqua",
        +  "Inria Sans",
        +  "Inria Serif",
        +  "Inspiration",
        +  "Instrument Sans",
        +  "Instrument Serif",
        +  "Intel One Mono",
        +  "Inter",
        +  "Inter Tight",
        +  "Iosevka Charon",
        +  "Iosevka Charon Mono",
        +  "Irish Grover",
        +  "Island Moments",
        +  "Istok Web",
        +  "Italiana",
        +  "Italianno",
        +  "Itim",
        +  "Jacquard 12",
        +  "Jacquard 12 Charted",
        +  "Jacquard 24",
        +  "Jacquard 24 Charted",
        +  "Jacquarda Bastarda 9",
        +  "Jacquarda Bastarda 9 Charted",
        +  "Jacques Francois",
        +  "Jacques Francois Shadow",
        +  "Jaini",
        +  "Jaini Purva",
        +  "Jaldi",
        +  "Jaro",
        +  "Jersey 10",
        +  "Jersey 10 Charted",
        +  "Jersey 15",
        +  "Jersey 15 Charted",
        +  "Jersey 20",
        +  "Jersey 20 Charted",
        +  "Jersey 25",
        +  "Jersey 25 Charted",
        +  "JetBrains Mono",
        +  "Jim Nightshade",
        +  "Joan",
        +  "Jockey One",
        +  "Jolly Lodger",
        +  "Jomhuria",
        +  "Jomolhari",
        +  "Josefin Sans",
        +  "Josefin Slab",
        +  "Jost",
        +  "Joti One",
        +  "Jua",
        +  "Judson",
        +  "Julee",
        +  "Julius Sans One",
        +  "Junge",
        +  "Jura",
        +  "Just Another Hand",
        +  "Just Me Again Down Here",
        +  "K2D",
        +  "Kablammo",
        +  "Kadwa",
        +  "Kaisei Decol",
        +  "Kaisei HarunoUmi",
        +  "Kaisei Opti",
        +  "Kaisei Tokumin",
        +  "Kalam",
        +  "Kalnia",
        +  "Kalnia Glaze",
        +  "Kameron",
        +  "Kanchenjunga",
        +  "Kanit",
        +  "Kantumruy Pro",
        +  "Kapakana",
        +  "Karantina",
        +  "Karla",
        +  "Karla Tamil Inclined",
        +  "Karla Tamil Upright",
        +  "Karma",
        +  "Katibeh",
        +  "Kaushan Script",
        +  "Kavivanar",
        +  "Kavoon",
        +  "Kay Pho Du",
        +  "Kdam Thmor Pro",
        +  "Keania One",
        +  "Kedebideri",
        +  "Kelly Slab",
        +  "Kenia",
        +  "Khand",
        +  "Khmer",
        +  "Khula",
        +  "Kings",
        +  "Kirang Haerang",
        +  "Kite One",
        +  "Kiwi Maru",
        +  "Klee One",
        +  "Knewave",
        +  "KoHo",
        +  "Kodchasan",
        +  "Kode Mono",
        +  "Koh Santepheap",
        +  "Kolker Brush",
        +  "Konkhmer Sleokchher",
        +  "Kosugi",
        +  "Kosugi Maru",
        +  "Kotta One",
        +  "Koulen",
        +  "Kranky",
        +  "Kreon",
        +  "Kristi",
        +  "Krona One",
        +  "Krub",
        +  "Kufam",
        +  "Kulim Park",
        +  "Kumar One",
        +  "Kumar One Outline",
        +  "Kumbh Sans",
        +  "Kurale",
        +  "LINE Seed JP",
        +  "LXGW Marker Gothic",
        +  "LXGW WenKai Mono TC",
        +  "LXGW WenKai TC",
        +  "La Belle Aurore",
        +  "Labrada",
        +  "Lacquer",
        +  "Laila",
        +  "Lakki Reddy",
        +  "Lalezar",
        +  "Lancelot",
        +  "Langar",
        +  "Lateef",
        +  "Lato",
        +  "Lavishly Yours",
        +  "League Gothic",
        +  "League Script",
        +  "League Spartan",
        +  "Leckerli One",
        +  "Ledger",
        +  "Lekton",
        +  "Lemon",
        +  "Lemonada",
        +  "Lexend",
        +  "Lexend Deca",
        +  "Lexend Exa",
        +  "Lexend Giga",
        +  "Lexend Mega",
        +  "Lexend Peta",
        +  "Lexend Tera",
        +  "Lexend Zetta",
        +  "Libertinus Keyboard",
        +  "Libertinus Math",
        +  "Libertinus Mono",
        +  "Libertinus Sans",
        +  "Libertinus Serif",
        +  "Libertinus Serif Display",
        +  "Libre Barcode 128",
        +  "Libre Barcode 128 Text",
        +  "Libre Barcode 39",
        +  "Libre Barcode 39 Extended",
        +  "Libre Barcode 39 Extended Text",
        +  "Libre Barcode 39 Text",
        +  "Libre Barcode EAN13 Text",
        +  "Libre Baskerville",
        +  "Libre Bodoni",
        +  "Libre Caslon Display",
        +  "Libre Caslon Text",
        +  "Libre Franklin",
        +  "Licorice",
        +  "Life Savers",
        +  "Lilex",
        +  "Lilita One",
        +  "Lily Script One",
        +  "Limelight",
        +  "Linden Hill",
        +  "Linefont",
        +  "Lisu Bosa",
        +  "Liter",
        +  "Literata",
        +  "Liu Jian Mao Cao",
        +  "Livvic",
        +  "Lobster",
        +  "Lobster Two",
        +  "Londrina Outline",
        +  "Londrina Shadow",
        +  "Londrina Sketch",
        +  "Londrina Solid",
        +  "Long Cang",
        +  "Lora",
        +  "Love Light",
        +  "Love Ya Like A Sister",
        +  "Loved by the King",
        +  "Lovers Quarrel",
        +  "Luckiest Guy",
        +  "Lugrasimo",
        +  "Lumanosimo",
        +  "Lunasima",
        +  "Lusitana",
        +  "Lustria",
        +  "Luxurious Roman",
        +  "Luxurious Script",
        +  "M PLUS 1",
        +  "M PLUS 1 Code",
        +  "M PLUS 1p",
        +  "M PLUS 2",
        +  "M PLUS Code Latin",
        +  "M PLUS Rounded 1c",
        +  "M PLUS U",
        +  "Ma Shan Zheng",
        +  "Macondo",
        +  "Macondo Swash Caps",
        +  "Mada",
        +  "Madimi One",
        +  "Magra",
        +  "Maiden Orange",
        +  "Maitree",
        +  "Major Mono Display",
        +  "Mako",
        +  "Mali",
        +  "Mallanna",
        +  "Maname",
        +  "Mandali",
        +  "Manjari",
        +  "Manrope",
        +  "Mansalva",
        +  "Manuale",
        +  "Manufacturing Consent",
        +  "Marcellus",
        +  "Marcellus SC",
        +  "Marck Script",
        +  "Margarine",
        +  "Marhey",
        +  "Markazi Text",
        +  "Marko One",
        +  "Marmelad",
        +  "Martel",
        +  "Martel Sans",
        +  "Martian Mono",
        +  "Marvel",
        +  "Matangi",
        +  "Mate",
        +  "Mate SC",
        +  "Matemasie",
        +  "Material Icons",
        +  "Material Icons Outlined",
        +  "Material Icons Round",
        +  "Material Icons Sharp",
        +  "Material Icons Two Tone",
        +  "Material Symbols",
        +  "Material Symbols Outlined",
        +  "Material Symbols Rounded",
        +  "Material Symbols Sharp",
        +  "Maven Pro",
        +  "McLaren",
        +  "Mea Culpa",
        +  "Meddon",
        +  "MedievalSharp",
        +  "Medula One",
        +  "Meera Inimai",
        +  "Megrim",
        +  "Meie Script",
        +  "Menbere",
        +  "Meow Script",
        +  "Merienda",
        +  "Merriweather",
        +  "Merriweather Sans",
        +  "Metal",
        +  "Metal Mania",
        +  "Metamorphous",
        +  "Metrophobic",
        +  "Michroma",
        +  "Micro 5",
        +  "Micro 5 Charted",
        +  "Milonga",
        +  "Miltonian",
        +  "Miltonian Tattoo",
        +  "Mina",
        +  "Mingzat",
        +  "Miniver",
        +  "Miranda Sans",
        +  "Miriam Libre",
        +  "Mirza",
        +  "Miss Fajardose",
        +  "Mitr",
        +  "Mochiy Pop One",
        +  "Mochiy Pop P One",
        +  "Modak",
        +  "Modern Antiqua",
        +  "Moderustic",
        +  "Mogra",
        +  "Mohave",
        +  "Moirai One",
        +  "Molengo",
        +  "Molle",
        +  "Momo Signature",
        +  "Momo Trust Display",
        +  "Momo Trust Sans",
        +  "Mona Sans",
        +  "Monda",
        +  "Monofett",
        +  "Monomakh",
        +  "Monomaniac One",
        +  "Monoton",
        +  "Monsieur La Doulaise",
        +  "Montaga",
        +  "Montagu Slab",
        +  "MonteCarlo",
        +  "Montenegrin Gothic One",
        +  "Montez",
        +  "Montserrat",
        +  "Montserrat Alternates",
        +  "Montserrat Underline",
        +  "Moo Lah Lah",
        +  "Mooli",
        +  "Moon Dance",
        +  "Moul",
        +  "Moulpali",
        +  "Mountains of Christmas",
        +  "Mouse Memoirs",
        +  "Mozilla Headline",
        +  "Mozilla Text",
        +  "Mr Bedfort",
        +  "Mr Dafoe",
        +  "Mr De Haviland",
        +  "Mrs Saint Delafield",
        +  "Mrs Sheppards",
        +  "Ms Madi",
        +  "Mukta",
        +  "Mukta Mahee",
        +  "Mukta Malar",
        +  "Mukta Vaani",
        +  "Mulish",
        +  "Murecho",
        +  "MuseoModerno",
        +  "My Soul",
        +  "Mynerve",
        +  "Mystery Quest",
        +  "NTR",
        +  "Nabla",
        +  "Namdhinggo",
        +  "Nanum Brush Script",
        +  "Nanum Gothic",
        +  "Nanum Gothic Coding",
        +  "Nanum Myeongjo",
        +  "Nanum Pen Script",
        +  "Narnoor",
        +  "Nata Sans",
        +  "National Park",
        +  "Neonderthaw",
        +  "Nerko One",
        +  "Neucha",
        +  "Neuton",
        +  "New Amsterdam",
        +  "New Rocker",
        +  "New Tegomin",
        +  "News Cycle",
        +  "Newsreader",
        +  "Niconne",
        +  "Niramit",
        +  "Nixie One",
        +  "Nobile",
        +  "Nokora",
        +  "Norican",
        +  "Nosifer",
        +  "Notable",
        +  "Nothing You Could Do",
        +  "Noticia Text",
        +  "Noto Color Emoji",
        +  "Noto Emoji",
        +  "Noto Kufi Arabic",
        +  "Noto Music",
        +  "Noto Naskh Arabic",
        +  "Noto Nastaliq Urdu",
        +  "Noto Rashi Hebrew",
        +  "Noto Sans",
        +  "Noto Sans Adlam",
        +  "Noto Sans Adlam Unjoined",
        +  "Noto Sans Anatolian Hieroglyphs",
        +  "Noto Sans Arabic",
        +  "Noto Sans Armenian",
        +  "Noto Sans Avestan",
        +  "Noto Sans Balinese",
        +  "Noto Sans Bamum",
        +  "Noto Sans Bassa Vah",
        +  "Noto Sans Batak",
        +  "Noto Sans Bengali",
        +  "Noto Sans Bhaiksuki",
        +  "Noto Sans Brahmi",
        +  "Noto Sans Buginese",
        +  "Noto Sans Buhid",
        +  "Noto Sans Canadian Aboriginal",
        +  "Noto Sans Carian",
        +  "Noto Sans Caucasian Albanian",
        +  "Noto Sans Chakma",
        +  "Noto Sans Cham",
        +  "Noto Sans Cherokee",
        +  "Noto Sans Chorasmian",
        +  "Noto Sans Coptic",
        +  "Noto Sans Cuneiform",
        +  "Noto Sans Cypriot",
        +  "Noto Sans Cypro Minoan",
        +  "Noto Sans Deseret",
        +  "Noto Sans Devanagari",
        +  "Noto Sans Display",
        +  "Noto Sans Duployan",
        +  "Noto Sans Egyptian Hieroglyphs",
        +  "Noto Sans Elbasan",
        +  "Noto Sans Elymaic",
        +  "Noto Sans Ethiopic",
        +  "Noto Sans Georgian",
        +  "Noto Sans Glagolitic",
        +  "Noto Sans Gothic",
        +  "Noto Sans Grantha",
        +  "Noto Sans Gujarati",
        +  "Noto Sans Gunjala Gondi",
        +  "Noto Sans Gurmukhi",
        +  "Noto Sans HK",
        +  "Noto Sans Hanifi Rohingya",
        +  "Noto Sans Hanunoo",
        +  "Noto Sans Hatran",
        +  "Noto Sans Hebrew",
        +  "Noto Sans Imperial Aramaic",
        +  "Noto Sans Indic Siyaq Numbers",
        +  "Noto Sans Inscriptional Pahlavi",
        +  "Noto Sans Inscriptional Parthian",
        +  "Noto Sans JP",
        +  "Noto Sans Javanese",
        +  "Noto Sans KR",
        +  "Noto Sans Kaithi",
        +  "Noto Sans Kannada",
        +  "Noto Sans Kawi",
        +  "Noto Sans Kayah Li",
        +  "Noto Sans Kharoshthi",
        +  "Noto Sans Khmer",
        +  "Noto Sans Khojki",
        +  "Noto Sans Khudawadi",
        +  "Noto Sans Lao",
        +  "Noto Sans Lao Looped",
        +  "Noto Sans Lepcha",
        +  "Noto Sans Limbu",
        +  "Noto Sans Linear A",
        +  "Noto Sans Linear B",
        +  "Noto Sans Lisu",
        +  "Noto Sans Lycian",
        +  "Noto Sans Lydian",
        +  "Noto Sans Mahajani",
        +  "Noto Sans Malayalam",
        +  "Noto Sans Mandaic",
        +  "Noto Sans Manichaean",
        +  "Noto Sans Marchen",
        +  "Noto Sans Masaram Gondi",
        +  "Noto Sans Math",
        +  "Noto Sans Mayan Numerals",
        +  "Noto Sans Medefaidrin",
        +  "Noto Sans Meetei Mayek",
        +  "Noto Sans Mende Kikakui",
        +  "Noto Sans Meroitic",
        +  "Noto Sans Miao",
        +  "Noto Sans Modi",
        +  "Noto Sans Mongolian",
        +  "Noto Sans Mono",
        +  "Noto Sans Mro",
        +  "Noto Sans Multani",
        +  "Noto Sans Myanmar",
        +  "Noto Sans NKo",
        +  "Noto Sans NKo Unjoined",
        +  "Noto Sans Nabataean",
        +  "Noto Sans Nag Mundari",
        +  "Noto Sans Nandinagari",
        +  "Noto Sans New Tai Lue",
        +  "Noto Sans Newa",
        +  "Noto Sans Nushu",
        +  "Noto Sans Ogham",
        +  "Noto Sans Ol Chiki",
        +  "Noto Sans Old Hungarian",
        +  "Noto Sans Old Italic",
        +  "Noto Sans Old North Arabian",
        +  "Noto Sans Old Permic",
        +  "Noto Sans Old Persian",
        +  "Noto Sans Old Sogdian",
        +  "Noto Sans Old South Arabian",
        +  "Noto Sans Old Turkic",
        +  "Noto Sans Oriya",
        +  "Noto Sans Osage",
        +  "Noto Sans Osmanya",
        +  "Noto Sans Pahawh Hmong",
        +  "Noto Sans Palmyrene",
        +  "Noto Sans Pau Cin Hau",
        +  "Noto Sans PhagsPa",
        +  "Noto Sans Phoenician",
        +  "Noto Sans Psalter Pahlavi",
        +  "Noto Sans Rejang",
        +  "Noto Sans Runic",
        +  "Noto Sans SC",
        +  "Noto Sans Samaritan",
        +  "Noto Sans Saurashtra",
        +  "Noto Sans Sharada",
        +  "Noto Sans Shavian",
        +  "Noto Sans Siddham",
        +  "Noto Sans SignWriting",
        +  "Noto Sans Sinhala",
        +  "Noto Sans Sogdian",
        +  "Noto Sans Sora Sompeng",
        +  "Noto Sans Soyombo",
        +  "Noto Sans Sundanese",
        +  "Noto Sans Sunuwar",
        +  "Noto Sans Syloti Nagri",
        +  "Noto Sans Symbols",
        +  "Noto Sans Symbols 2",
        +  "Noto Sans Syriac",
        +  "Noto Sans Syriac Eastern",
        +  "Noto Sans Syriac Western",
        +  "Noto Sans TC",
        +  "Noto Sans Tagalog",
        +  "Noto Sans Tagbanwa",
        +  "Noto Sans Tai Le",
        +  "Noto Sans Tai Tham",
        +  "Noto Sans Tai Viet",
        +  "Noto Sans Takri",
        +  "Noto Sans Tamil",
        +  "Noto Sans Tamil Supplement",
        +  "Noto Sans Tangsa",
        +  "Noto Sans Telugu",
        +  "Noto Sans Thaana",
        +  "Noto Sans Thai",
        +  "Noto Sans Thai Looped",
        +  "Noto Sans Tifinagh",
        +  "Noto Sans Tirhuta",
        +  "Noto Sans Ugaritic",
        +  "Noto Sans Vai",
        +  "Noto Sans Vithkuqi",
        +  "Noto Sans Wancho",
        +  "Noto Sans Warang Citi",
        +  "Noto Sans Yi",
        +  "Noto Sans Zanabazar Square",
        +  "Noto Serif",
        +  "Noto Serif Ahom",
        +  "Noto Serif Armenian",
        +  "Noto Serif Balinese",
        +  "Noto Serif Bengali",
        +  "Noto Serif Devanagari",
        +  "Noto Serif Display",
        +  "Noto Serif Dives Akuru",
        +  "Noto Serif Dogra",
        +  "Noto Serif Ethiopic",
        +  "Noto Serif Georgian",
        +  "Noto Serif Grantha",
        +  "Noto Serif Gujarati",
        +  "Noto Serif Gurmukhi",
        +  "Noto Serif HK",
        +  "Noto Serif Hebrew",
        +  "Noto Serif Hentaigana",
        +  "Noto Serif JP",
        +  "Noto Serif KR",
        +  "Noto Serif Kannada",
        +  "Noto Serif Khitan Small Script",
        +  "Noto Serif Khmer",
        +  "Noto Serif Khojki",
        +  "Noto Serif Lao",
        +  "Noto Serif Makasar",
        +  "Noto Serif Malayalam",
        +  "Noto Serif Myanmar",
        +  "Noto Serif NP Hmong",
        +  "Noto Serif Old Uyghur",
        +  "Noto Serif Oriya",
        +  "Noto Serif Ottoman Siyaq",
        +  "Noto Serif SC",
        +  "Noto Serif Sinhala",
        +  "Noto Serif TC",
        +  "Noto Serif Tamil",
        +  "Noto Serif Tangut",
        +  "Noto Serif Telugu",
        +  "Noto Serif Thai",
        +  "Noto Serif Tibetan",
        +  "Noto Serif Todhri",
        +  "Noto Serif Toto",
        +  "Noto Serif Vithkuqi",
        +  "Noto Serif Yezidi",
        +  "Noto Traditional Nushu",
        +  "Noto Znamenny Musical Notation",
        +  "Nova Cut",
        +  "Nova Flat",
        +  "Nova Mono",
        +  "Nova Oval",
        +  "Nova Round",
        +  "Nova Script",
        +  "Nova Slim",
        +  "Nova Square",
        +  "Numans",
        +  "Nunito",
        +  "Nunito Sans",
        +  "Nuosu SIL",
        +  "Odibee Sans",
        +  "Odor Mean Chey",
        +  "Offside",
        +  "Oi",
        +  "Ojuju",
        +  "Old Standard TT",
        +  "Oldenburg",
        +  "Ole",
        +  "Oleo Script",
        +  "Oleo Script Swash Caps",
        +  "Onest",
        +  "Oooh Baby",
        +  "Open Sans",
        +  "Oranienbaum",
        +  "Orbit",
        +  "Orbitron",
        +  "Oregano",
        +  "Orelega One",
        +  "Orienta",
        +  "Original Surfer",
        +  "Oswald",
        +  "Outfit",
        +  "Over the Rainbow",
        +  "Overlock",
        +  "Overlock SC",
        +  "Overpass",
        +  "Overpass Mono",
        +  "Ovo",
        +  "Oxanium",
        +  "Oxygen",
        +  "Oxygen Mono",
        +  "PT Mono",
        +  "PT Sans",
        +  "PT Sans Caption",
        +  "PT Sans Narrow",
        +  "PT Serif",
        +  "PT Serif Caption",
        +  "Pacifico",
        +  "Padauk",
        +  "Padyakke Expanded One",
        +  "Palanquin",
        +  "Palanquin Dark",
        +  "Palette Mosaic",
        +  "Pangolin",
        +  "Paprika",
        +  "Parastoo",
        +  "Parisienne",
        +  "Parkinsans",
        +  "Passero One",
        +  "Passion One",
        +  "Passions Conflict",
        +  "Pathway Extreme",
        +  "Pathway Gothic One",
        +  "Patrick Hand",
        +  "Patrick Hand SC",
        +  "Pattaya",
        +  "Patua One",
        +  "Pavanam",
        +  "Paytone One",
        +  "Peddana",
        +  "Peralta",
        +  "Permanent Marker",
        +  "Petemoss",
        +  "Petit Formal Script",
        +  "Petrona",
        +  "Phetsarath",
        +  "Philosopher",
        +  "Phudu",
        +  "Piazzolla",
        +  "Piedra",
        +  "Pinyon Script",
        +  "Pirata One",
        +  "Pixelify Sans",
        +  "Plaster",
        +  "Platypi",
        +  "Play",
        +  "Playball",
        +  "Playfair",
        +  "Playfair Display",
        +  "Playfair Display SC",
        +  "Playpen Sans",
        +  "Playpen Sans Arabic",
        +  "Playpen Sans Deva",
        +  "Playpen Sans Hebrew",
        +  "Playpen Sans Thai",
        +  "Playwrite AR",
        +  "Playwrite AR Guides",
        +  "Playwrite AT",
        +  "Playwrite AT Guides",
        +  "Playwrite AU NSW",
        +  "Playwrite AU NSW Guides",
        +  "Playwrite AU QLD",
        +  "Playwrite AU QLD Guides",
        +  "Playwrite AU SA",
        +  "Playwrite AU SA Guides",
        +  "Playwrite AU TAS",
        +  "Playwrite AU TAS Guides",
        +  "Playwrite AU VIC",
        +  "Playwrite AU VIC Guides",
        +  "Playwrite BE VLG",
        +  "Playwrite BE VLG Guides",
        +  "Playwrite BE WAL",
        +  "Playwrite BE WAL Guides",
        +  "Playwrite BR",
        +  "Playwrite BR Guides",
        +  "Playwrite CA",
        +  "Playwrite CA Guides",
        +  "Playwrite CL",
        +  "Playwrite CL Guides",
        +  "Playwrite CO",
        +  "Playwrite CO Guides",
        +  "Playwrite CU",
        +  "Playwrite CU Guides",
        +  "Playwrite CZ",
        +  "Playwrite CZ Guides",
        +  "Playwrite DE Grund",
        +  "Playwrite DE Grund Guides",
        +  "Playwrite DE LA",
        +  "Playwrite DE LA Guides",
        +  "Playwrite DE SAS",
        +  "Playwrite DE SAS Guides",
        +  "Playwrite DE VA",
        +  "Playwrite DE VA Guides",
        +  "Playwrite DK Loopet",
        +  "Playwrite DK Loopet Guides",
        +  "Playwrite DK Uloopet",
        +  "Playwrite DK Uloopet Guides",
        +  "Playwrite ES",
        +  "Playwrite ES Deco",
        +  "Playwrite ES Deco Guides",
        +  "Playwrite ES Guides",
        +  "Playwrite FR Moderne",
        +  "Playwrite FR Moderne Guides",
        +  "Playwrite FR Trad",
        +  "Playwrite FR Trad Guides",
        +  "Playwrite GB J",
        +  "Playwrite GB J Guides",
        +  "Playwrite GB S",
        +  "Playwrite GB S Guides",
        +  "Playwrite HR",
        +  "Playwrite HR Guides",
        +  "Playwrite HR Lijeva",
        +  "Playwrite HR Lijeva Guides",
        +  "Playwrite HU",
        +  "Playwrite HU Guides",
        +  "Playwrite ID",
        +  "Playwrite ID Guides",
        +  "Playwrite IE",
        +  "Playwrite IE Guides",
        +  "Playwrite IN",
        +  "Playwrite IN Guides",
        +  "Playwrite IS",
        +  "Playwrite IS Guides",
        +  "Playwrite IT Moderna",
        +  "Playwrite IT Moderna Guides",
        +  "Playwrite IT Trad",
        +  "Playwrite IT Trad Guides",
        +  "Playwrite MX",
        +  "Playwrite MX Guides",
        +  "Playwrite NG Modern",
        +  "Playwrite NG Modern Guides",
        +  "Playwrite NL",
        +  "Playwrite NL Guides",
        +  "Playwrite NO",
        +  "Playwrite NO Guides",
        +  "Playwrite NZ",
        +  "Playwrite NZ Basic",
        +  "Playwrite NZ Basic Guides",
        +  "Playwrite NZ Guides",
        +  "Playwrite PE",
        +  "Playwrite PE Guides",
        +  "Playwrite PL",
        +  "Playwrite PL Guides",
        +  "Playwrite PT",
        +  "Playwrite PT Guides",
        +  "Playwrite RO",
        +  "Playwrite RO Guides",
        +  "Playwrite SK",
        +  "Playwrite SK Guides",
        +  "Playwrite TZ",
        +  "Playwrite TZ Guides",
        +  "Playwrite US Modern",
        +  "Playwrite US Modern Guides",
        +  "Playwrite US Trad",
        +  "Playwrite US Trad Guides",
        +  "Playwrite VN",
        +  "Playwrite VN Guides",
        +  "Playwrite ZA",
        +  "Playwrite ZA Guides",
        +  "Pliant",
        +  "Plus Jakarta Sans",
        +  "Pochaevsk",
        +  "Podkova",
        +  "Poetsen One",
        +  "Poiret One",
        +  "Poller One",
        +  "Poltawski Nowy",
        +  "Poly",
        +  "Pompiere",
        +  "Ponnala",
        +  "Ponomar",
        +  "Pontano Sans",
        +  "Poor Story",
        +  "Poppins",
        +  "Port Lligat Sans",
        +  "Port Lligat Slab",
        +  "Potta One",
        +  "Pragati Narrow",
        +  "Praise",
        +  "Prata",
        +  "Preahvihear",
        +  "Press Start 2P",
        +  "Pridi",
        +  "Princess Sofia",
        +  "Prociono",
        +  "Prompt",
        +  "Prosto One",
        +  "Protest Guerrilla",
        +  "Protest Revolution",
        +  "Protest Riot",
        +  "Protest Strike",
        +  "Proza Libre",
        +  "Public Sans",
        +  "Puppies Play",
        +  "Puritan",
        +  "Purple Purse",
        +  "Qahiri",
        +  "Quando",
        +  "Quantico",
        +  "Quattrocento",
        +  "Quattrocento Sans",
        +  "Questrial",
        +  "Quicksand",
        +  "Quintessential",
        +  "Qwigley",
        +  "Qwitcher Grypen",
        +  "REM",
        +  "Racing Sans One",
        +  "Radio Canada",
        +  "Radio Canada Big",
        +  "Radley",
        +  "Rajdhani",
        +  "Rakkas",
        +  "Raleway",
        +  "Raleway Dots",
        +  "Ramabhadra",
        +  "Ramaraja",
        +  "Rambla",
        +  "Rammetto One",
        +  "Rampart One",
        +  "Ramsina",
        +  "Ranchers",
        +  "Rancho",
        +  "Ranga",
        +  "Rasa",
        +  "Rationale",
        +  "Ravi Prakash",
        +  "Readex Pro",
        +  "Recursive",
        +  "Red Hat Display",
        +  "Red Hat Mono",
        +  "Red Hat Text",
        +  "Red Rose",
        +  "Redacted",
        +  "Redacted Script",
        +  "Reddit Mono",
        +  "Reddit Sans",
        +  "Reddit Sans Condensed",
        +  "Redressed",
        +  "Reem Kufi",
        +  "Reem Kufi Fun",
        +  "Reem Kufi Ink",
        +  "Reenie Beanie",
        +  "Reggae One",
        +  "Rethink Sans",
        +  "Revalia",
        +  "Rhodium Libre",
        +  "Ribeye",
        +  "Ribeye Marrow",
        +  "Righteous",
        +  "Risque",
        +  "Road Rage",
        +  "Roboto",
        +  "Roboto Condensed",
        +  "Roboto Flex",
        +  "Roboto Mono",
        +  "Roboto Serif",
        +  "Roboto Slab",
        +  "Rochester",
        +  "Rock 3D",
        +  "Rock Salt",
        +  "RocknRoll One",
        +  "Rokkitt",
        +  "Romanesco",
        +  "Ropa Sans",
        +  "Rosario",
        +  "Rosarivo",
        +  "Rouge Script",
        +  "Rowdies",
        +  "Rozha One",
        +  "Rubik",
        +  "Rubik 80s Fade",
        +  "Rubik Beastly",
        +  "Rubik Broken Fax",
        +  "Rubik Bubbles",
        +  "Rubik Burned",
        +  "Rubik Dirt",
        +  "Rubik Distressed",
        +  "Rubik Doodle Shadow",
        +  "Rubik Doodle Triangles",
        +  "Rubik Gemstones",
        +  "Rubik Glitch",
        +  "Rubik Glitch Pop",
        +  "Rubik Iso",
        +  "Rubik Lines",
        +  "Rubik Maps",
        +  "Rubik Marker Hatch",
        +  "Rubik Maze",
        +  "Rubik Microbe",
        +  "Rubik Mono One",
        +  "Rubik Moonrocks",
        +  "Rubik Pixels",
        +  "Rubik Puddles",
        +  "Rubik Scribble",
        +  "Rubik Spray Paint",
        +  "Rubik Storm",
        +  "Rubik Vinyl",
        +  "Rubik Wet Paint",
        +  "Ruda",
        +  "Rufina",
        +  "Ruge Boogie",
        +  "Ruluko",
        +  "Rum Raisin",
        +  "Ruslan Display",
        +  "Russo One",
        +  "Ruthie",
        +  "Ruwudu",
        +  "Rye",
        +  "SN Pro",
        +  "STIX Two Math",
        +  "STIX Two Text",
        +  "SUSE",
        +  "SUSE Mono",
        +  "Sacramento",
        +  "Sahitya",
        +  "Sail",
        +  "Saira",
        +  "Saira Condensed",
        +  "Saira Extra Condensed",
        +  "Saira Semi Condensed",
        +  "Saira Stencil",
        +  "Salsa",
        +  "Sanchez",
        +  "Sancreek",
        +  "Sankofa Display",
        +  "Sansation",
        +  "Sansita",
        +  "Sansita Swashed",
        +  "Sarabun",
        +  "Sarala",
        +  "Sarina",
        +  "Sarpanch",
        +  "Sassy Frass",
        +  "Satisfy",
        +  "Savate",
        +  "Sawarabi Gothic",
        +  "Sawarabi Mincho",
        +  "Scada",
        +  "Scheherazade New",
        +  "Schibsted Grotesk",
        +  "Schoolbell",
        +  "Science Gothic",
        +  "Scope One",
        +  "Seaweed Script",
        +  "Secular One",
        +  "Sedan",
        +  "Sedan SC",
        +  "Sedgwick Ave",
        +  "Sedgwick Ave Display",
        +  "Sekuya",
        +  "Sen",
        +  "Send Flowers",
        +  "Sevillana",
        +  "Seymour One",
        +  "Shadows Into Light",
        +  "Shadows Into Light Two",
        +  "Shafarik",
        +  "Shalimar",
        +  "Shantell Sans",
        +  "Shanti",
        +  "Share",
        +  "Share Tech",
        +  "Share Tech Mono",
        +  "Shippori Antique",
        +  "Shippori Antique B1",
        +  "Shippori Mincho",
        +  "Shippori Mincho B1",
        +  "Shizuru",
        +  "Shojumaru",
        +  "Short Stack",
        +  "Shrikhand",
        +  "Siemreap",
        +  "Sigmar",
        +  "Sigmar One",
        +  "Signika",
        +  "Signika Negative",
        +  "Silkscreen",
        +  "Simonetta",
        +  "Single Day",
        +  "Sintony",
        +  "Sirin Stencil",
        +  "Sirivennela",
        +  "Six Caps",
        +  "Sixtyfour",
        +  "Sixtyfour Convergence",
        +  "Skranji",
        +  "Slabo 13px",
        +  "Slabo 27px",
        +  "Slackey",
        +  "Slackside One",
        +  "Smokum",
        +  "Smooch",
        +  "Smooch Sans",
        +  "Smythe",
        +  "Sniglet",
        +  "Snippet",
        +  "Snowburst One",
        +  "Sofadi One",
        +  "Sofia",
        +  "Sofia Sans",
        +  "Sofia Sans Condensed",
        +  "Sofia Sans Extra Condensed",
        +  "Sofia Sans Semi Condensed",
        +  "Solitreo",
        +  "Solway",
        +  "Sometype Mono",
        +  "Song Myung",
        +  "Sono",
        +  "Sonsie One",
        +  "Sora",
        +  "Sorts Mill Goudy",
        +  "Sour Gummy",
        +  "Source Code Pro",
        +  "Source Sans 3",
        +  "Source Serif 4",
        +  "Space Grotesk",
        +  "Space Mono",
        +  "Special Elite",
        +  "Special Gothic",
        +  "Special Gothic Condensed One",
        +  "Special Gothic Expanded One",
        +  "Spectral",
        +  "Spectral SC",
        +  "Spicy Rice",
        +  "Spinnaker",
        +  "Spirax",
        +  "Splash",
        +  "Spline Sans",
        +  "Spline Sans Mono",
        +  "Squada One",
        +  "Square Peg",
        +  "Sree Krushnadevaraya",
        +  "Sriracha",
        +  "Srisakdi",
        +  "Staatliches",
        +  "Stack Sans Headline",
        +  "Stack Sans Notch",
        +  "Stack Sans Text",
        +  "Stalemate",
        +  "Stalinist One",
        +  "Stardos Stencil",
        +  "Stick",
        +  "Stick No Bills",
        +  "Stint Ultra Condensed",
        +  "Stint Ultra Expanded",
        +  "Stoke",
        +  "Story Script",
        +  "Strait",
        +  "Strichpunkt Sans",
        +  "Style Script",
        +  "Stylish",
        +  "Sue Ellen Francisco",
        +  "Suez One",
        +  "Sulphur Point",
        +  "Sumana",
        +  "Sunflower",
        +  "Sunshiney",
        +  "Supermercado One",
        +  "Sura",
        +  "Suranna",
        +  "Suravaram",
        +  "Suwannaphum",
        +  "Swanky and Moo Moo",
        +  "Syncopate",
        +  "Syne",
        +  "Syne Mono",
        +  "Syne Tactile",
        +  "TASA Explorer",
        +  "TASA Orbiter",
        +  "Tac One",
        +  "Tagesschrift",
        +  "Tai Heritage Pro",
        +  "Tajawal",
        +  "Tangerine",
        +  "Tapestry",
        +  "Taprom",
        +  "Tauri",
        +  "Taviraj",
        +  "Teachers",
        +  "Teko",
        +  "Tektur",
        +  "Telex",
        +  "Tenali Ramakrishna",
        +  "Tenor Sans",
        +  "Text Me One",
        +  "Texturina",
        +  "Thasadith",
        +  "The Girl Next Door",
        +  "The Nautigal",
        +  "Tienne",
        +  "TikTok Sans",
        +  "Tillana",
        +  "Tilt Neon",
        +  "Tilt Prism",
        +  "Tilt Warp",
        +  "Timmana",
        +  "Tinos",
        +  "Tiny5",
        +  "Tiro Bangla",
        +  "Tiro Devanagari Hindi",
        +  "Tiro Devanagari Marathi",
        +  "Tiro Devanagari Sanskrit",
        +  "Tiro Gurmukhi",
        +  "Tiro Kannada",
        +  "Tiro Tamil",
        +  "Tiro Telugu",
        +  "Tirra",
        +  "Titan One",
        +  "Titillium Web",
        +  "Tomorrow",
        +  "Tourney",
        +  "Trade Winds",
        +  "Train One",
        +  "Triodion",
        +  "Trirong",
        +  "Trispace",
        +  "Trocchi",
        +  "Trochut",
        +  "Truculenta",
        +  "Trykker",
        +  "Tsukimi Rounded",
        +  "Tuffy",
        +  "Tulpen One",
        +  "Turret Road",
        +  "Twinkle Star",
        +  "Ubuntu",
        +  "Ubuntu Condensed",
        +  "Ubuntu Mono",
        +  "Ubuntu Sans",
        +  "Ubuntu Sans Mono",
        +  "Uchen",
        +  "Ultra",
        +  "Unbounded",
        +  "Uncial Antiqua",
        +  "Underdog",
        +  "Unica One",
        +  "UnifrakturCook",
        +  "UnifrakturMaguntia",
        +  "Unkempt",
        +  "Unlock",
        +  "Unna",
        +  "UoqMunThenKhung",
        +  "Updock",
        +  "Urbanist",
        +  "VT323",
        +  "Vampiro One",
        +  "Varela",
        +  "Varela Round",
        +  "Varta",
        +  "Vast Shadow",
        +  "Vazirmatn",
        +  "Vend Sans",
        +  "Vesper Libre",
        +  "Viaoda Libre",
        +  "Vibes",
        +  "Vibur",
        +  "Victor Mono",
        +  "Vidaloka",
        +  "Viga",
        +  "Vina Sans",
        +  "Voces",
        +  "Volkhov",
        +  "Vollkorn",
        +  "Vollkorn SC",
        +  "Voltaire",
        +  "Vujahday Script",
        +  "WDXL Lubrifont JP N",
        +  "WDXL Lubrifont SC",
        +  "WDXL Lubrifont TC",
        +  "Waiting for the Sunrise",
        +  "Wallpoet",
        +  "Walter Turncoat",
        +  "Warnes",
        +  "Water Brush",
        +  "Waterfall",
        +  "Wavefont",
        +  "Wellfleet",
        +  "Wendy One",
        +  "Whisper",
        +  "WindSong",
        +  "Winky Rough",
        +  "Winky Sans",
        +  "Wire One",
        +  "Wittgenstein",
        +  "Wix Madefor Display",
        +  "Wix Madefor Text",
        +  "Work Sans",
        +  "Workbench",
        +  "Xanh Mono",
        +  "Yaldevi",
        +  "Yanone Kaffeesatz",
        +  "Yantramanav",
        +  "Yarndings 12",
        +  "Yarndings 12 Charted",
        +  "Yarndings 20",
        +  "Yarndings 20 Charted",
        +  "Yatra One",
        +  "Yellowtail",
        +  "Yeon Sung",
        +  "Yeseva One",
        +  "Yesteryear",
        +  "Yomogi",
        +  "Young Serif",
        +  "Yrsa",
        +  "Ysabeau",
        +  "Ysabeau Infant",
        +  "Ysabeau Office",
        +  "Ysabeau SC",
        +  "Yuji Boku",
        +  "Yuji Hentaigana Akari",
        +  "Yuji Hentaigana Akebono",
        +  "Yuji Mai",
        +  "Yuji Syuku",
        +  "Yusei Magic",
        +  "Yuyu",
        +  "Yuyu Short",
        +  "ZCOOL KuaiLe",
        +  "ZCOOL QingKe HuangYou",
        +  "ZCOOL XiaoWei",
        +  "Zain",
        +  "Zalando Sans",
        +  "Zalando Sans Expanded",
        +  "Zalando Sans SemiExpanded",
        +  "Zen Antique",
        +  "Zen Antique Soft",
        +  "Zen Dots",
        +  "Zen Kaku Gothic Antique",
        +  "Zen Kaku Gothic New",
        +  "Zen Kurenaido",
        +  "Zen Loop",
        +  "Zen Maru Gothic",
        +  "Zen Old Mincho",
        +  "Zen Tokyo Zoo",
        +  "Zeyada",
        +  "Zhi Mang Xing",
        +  "Zilla Slab",
        +  "Zilla Slab Highlight"
        +]
      • addedOutput schema / properties / suggestedConfig / properties / themeOverrides / properties / titleFontFamily / enum
        Added value: +[
        +  "ABeeZee",
        +  "ADLaM Display",
        +  "AR One Sans",
        +  "Abel",
        +  "Abhaya Libre",
        +  "Aboreto",
        +  "Abril Fatface",
        +  "Abyssinica SIL",
        +  "Aclonica",
        +  "Acme",
        +  "Actor",
        +  "Adamina",
        +  "Advent Pro",
        +  "Afacad",
        +  "Afacad Flux",
        +  "Agbalumo",
        +  "Agdasima",
        +  "Agu Display",
        +  "Aguafina Script",
        +  "Akatab",
        +  "Akaya Kanadaka",
        +  "Akaya Telivigala",
        +  "Akronim",
        +  "Akshar",
        +  "Akt",
        +  "Aladin",
        +  "Alan Sans",
        +  "Alata",
        +  "Alatsi",
        +  "Albert Sans",
        +  "Aldrich",
        +  "Alef",
        +  "Alegreya",
        +  "Alegreya SC",
        +  "Alegreya Sans",
        +  "Alegreya Sans SC",
        +  "Aleo",
        +  "Alex Brush",
        +  "Alexandria",
        +  "Alfa Slab One",
        +  "Alice",
        +  "Alien Block",
        +  "Alike",
        +  "Alike Angular",
        +  "Alkalami",
        +  "Alkatra",
        +  "Allan",
        +  "Allerta",
        +  "Allerta Stencil",
        +  "Allison",
        +  "Allkin",
        +  "Allura",
        +  "Almarai",
        +  "Almendra",
        +  "Almendra Display",
        +  "Almendra SC",
        +  "Alumni Sans",
        +  "Alumni Sans Collegiate One",
        +  "Alumni Sans Inline One",
        +  "Alumni Sans Pinstripe",
        +  "Alumni Sans SC",
        +  "Alyamama",
        +  "Amarante",
        +  "Amaranth",
        +  "Amarna",
        +  "Amatic SC",
        +  "Amethysta",
        +  "Amiko",
        +  "Amiri",
        +  "Amiri Quran",
        +  "Amita",
        +  "Anaheim",
        +  "Ancizar Sans",
        +  "Ancizar Serif",
        +  "Andada Pro",
        +  "Andika",
        +  "Anek Bangla",
        +  "Anek Devanagari",
        +  "Anek Gujarati",
        +  "Anek Gurmukhi",
        +  "Anek Kannada",
        +  "Anek Latin",
        +  "Anek Malayalam",
        +  "Anek Odia",
        +  "Anek Tamil",
        +  "Anek Telugu",
        +  "Angkor",
        +  "Annapurna SIL",
        +  "Annie Use Your Telescope",
        +  "Anonymous Pro",
        +  "Anta",
        +  "Antic",
        +  "Antic Didone",
        +  "Antic Slab",
        +  "Anton",
        +  "Anton SC",
        +  "Antonio",
        +  "Anuphan",
        +  "Anybody",
        +  "Aoboshi One",
        +  "Arapey",
        +  "Arbutus",
        +  "Arbutus Slab",
        +  "Architects Daughter",
        +  "Archivo",
        +  "Archivo Black",
        +  "Archivo Narrow",
        +  "Are You Serious",
        +  "Aref Ruqaa",
        +  "Aref Ruqaa Ink",
        +  "Arima",
        +  "Arimo",
        +  "Arizonia",
        +  "Armata",
        +  "Arsenal",
        +  "Arsenal SC",
        +  "Artifika",
        +  "Arvo",
        +  "Arya",
        +  "Asap",
        +  "Asap Condensed",
        +  "Asar",
        +  "Asimovian",
        +  "Asset",
        +  "Assistant",
        +  "Asta Sans",
        +  "Astloch",
        +  "Asul",
        +  "Athiti",
        +  "Atkinson Hyperlegible",
        +  "Atkinson Hyperlegible Mono",
        +  "Atkinson Hyperlegible Next",
        +  "Atma",
        +  "Atomic Age",
        +  "Aubrey",
        +  "Audiowide",
        +  "Autour One",
        +  "Average",
        +  "Average Sans",
        +  "Averia Gruesa Libre",
        +  "Averia Libre",
        +  "Averia Sans Libre",
        +  "Averia Serif Libre",
        +  "Azeret Mono",
        +  "B612",
        +  "B612 Mono",
        +  "BBH Bartle",
        +  "BBH Bogle",
        +  "BBH Hegarty",
        +  "BIZ UDGothic",
        +  "BIZ UDMincho",
        +  "BIZ UDPGothic",
        +  "BIZ UDPMincho",
        +  "BJCree",
        +  "Babylonica",
        +  "Bacasime Antique",
        +  "Bad Script",
        +  "Badeen Display",
        +  "Bagel Fat One",
        +  "Bahiana",
        +  "Bahianita",
        +  "Bai Jamjuree",
        +  "Bakbak One",
        +  "Ballet",
        +  "Baloo 2",
        +  "Baloo Bhai 2",
        +  "Baloo Bhaijaan 2",
        +  "Baloo Bhaina 2",
        +  "Baloo Chettan 2",
        +  "Baloo Da 2",
        +  "Baloo Paaji 2",
        +  "Baloo Tamma 2",
        +  "Baloo Tammudu 2",
        +  "Baloo Thambi 2",
        +  "Balsamiq Sans",
        +  "Balthazar",
        +  "Bangers",
        +  "Barlow",
        +  "Barlow Condensed",
        +  "Barlow Semi Condensed",
        +  "Barriecito",
        +  "Barrio",
        +  "Basic",
        +  "Baskervville",
        +  "Baskervville SC",
        +  "Battambang",
        +  "Baumans",
        +  "Bayon",
        +  "Be Vietnam Pro",
        +  "Beau Rivage",
        +  "Bebas Neue",
        +  "Beiruti",
        +  "Belanosima",
        +  "Belgrano",
        +  "Bellefair",
        +  "Belleza",
        +  "Bellota",
        +  "Bellota Text",
        +  "BenchNine",
        +  "Benne",
        +  "Bentham",
        +  "Berkshire Swash",
        +  "Besley",
        +  "Betania Patmos",
        +  "Betania Patmos GDL",
        +  "Betania Patmos In",
        +  "Betania Patmos In GDL",
        +  "Beth Ellen",
        +  "Bevan",
        +  "BhuTuka Expanded One",
        +  "Big Shoulders",
        +  "Big Shoulders Inline",
        +  "Big Shoulders Stencil",
        +  "Bigelow Rules",
        +  "Bigshot One",
        +  "Bilbo",
        +  "Bilbo Swash Caps",
        +  "BioRhyme",
        +  "BioRhyme Expanded",
        +  "Birthstone",
        +  "Birthstone Bounce",
        +  "Biryani",
        +  "Bitcount",
        +  "Bitcount Grid Double",
        +  "Bitcount Grid Double Ink",
        +  "Bitcount Grid Single",
        +  "Bitcount Grid Single Ink",
        +  "Bitcount Ink",
        +  "Bitcount Prop Double",
        +  "Bitcount Prop Double Ink",
        +  "Bitcount Prop Single",
        +  "Bitcount Prop Single Ink",
        +  "Bitcount Single",
        +  "Bitcount Single Ink",
        +  "Bitter",
        +  "Black And White Picture",
        +  "Black Han Sans",
        +  "Black Ops One",
        +  "Blaka",
        +  "Blaka Hollow",
        +  "Blaka Ink",
        +  "Blinker",
        +  "Bodoni Moda",
        +  "Bodoni Moda SC",
        +  "Bokor",
        +  "Boldonse",
        +  "Bona Nova",
        +  "Bona Nova SC",
        +  "Bonbon",
        +  "Bonheur Royale",
        +  "Boogaloo",
        +  "Borel",
        +  "Bowlby One",
        +  "Bowlby One SC",
        +  "Bpmf Huninn",
        +  "Bpmf Iansui",
        +  "Bpmf Zihi Kai Std",
        +  "Braah One",
        +  "Brawler",
        +  "Bree Serif",
        +  "Bricolage Grotesque",
        +  "Bruno Ace",
        +  "Bruno Ace SC",
        +  "Brygada 1918",
        +  "Bubblegum Sans",
        +  "Bubbler One",
        +  "Buda",
        +  "Buenard",
        +  "Bungee",
        +  "Bungee Hairline",
        +  "Bungee Inline",
        +  "Bungee Outline",
        +  "Bungee Shade",
        +  "Bungee Spice",
        +  "Bungee Tint",
        +  "Butcherman",
        +  "Butterfly Kids",
        +  "Bytesized",
        +  "Cabin",
        +  "Cabin Condensed",
        +  "Cabin Sketch",
        +  "Cactus Classical Serif",
        +  "Caesar Dressing",
        +  "Cagliostro",
        +  "Cairo",
        +  "Cairo Play",
        +  "Cal Sans",
        +  "Caladea",
        +  "Calistoga",
        +  "Calligraffitti",
        +  "Cambay",
        +  "Cambo",
        +  "Candal",
        +  "Cantarell",
        +  "Cantata One",
        +  "Cantora One",
        +  "Caprasimo",
        +  "Capriola",
        +  "Caramel",
        +  "Carattere",
        +  "Cardo",
        +  "Carlito",
        +  "Carme",
        +  "Carrois Gothic",
        +  "Carrois Gothic SC",
        +  "Carter One",
        +  "Cascadia Code",
        +  "Cascadia Mono",
        +  "Castoro",
        +  "Castoro Titling",
        +  "Catamaran",
        +  "Caudex",
        +  "Cause",
        +  "Caveat",
        +  "Caveat Brush",
        +  "Cedarville Cursive",
        +  "Ceviche One",
        +  "Chakra Petch",
        +  "Changa",
        +  "Changa One",
        +  "Chango",
        +  "Charis SIL",
        +  "Charm",
        +  "Charmonman",
        +  "Chathura",
        +  "Chau Philomene One",
        +  "Chela One",
        +  "Chelsea Market",
        +  "Chenla",
        +  "Cherish",
        +  "Cherry Bomb One",
        +  "Cherry Cream Soda",
        +  "Cherry Swash",
        +  "Chewy",
        +  "Chicle",
        +  "Chilanka",
        +  "Chiron GoRound TC",
        +  "Chiron Hei HK",
        +  "Chiron Sung HK",
        +  "Chivo",
        +  "Chivo Mono",
        +  "Chocolate Classical Sans",
        +  "Chokokutai",
        +  "Chonburi",
        +  "Cinzel",
        +  "Cinzel Decorative",
        +  "Clicker Script",
        +  "Climate Crisis",
        +  "Coda",
        +  "Codystar",
        +  "Coiny",
        +  "Combo",
        +  "Comfortaa",
        +  "Comforter",
        +  "Comforter Brush",
        +  "Comic Neue",
        +  "Comic Relief",
        +  "Coming Soon",
        +  "Comme",
        +  "Commissioner",
        +  "Concert One",
        +  "Condiment",
        +  "Content",
        +  "Contrail One",
        +  "Convergence",
        +  "Cookie",
        +  "Copse",
        +  "Coral Pixels",
        +  "Corben",
        +  "Corinthia",
        +  "Cormorant",
        +  "Cormorant Garamond",
        +  "Cormorant Infant",
        +  "Cormorant SC",
        +  "Cormorant Unicase",
        +  "Cormorant Upright",
        +  "Cossette Texte",
        +  "Cossette Titre",
        +  "Courgette",
        +  "Courier Prime",
        +  "Cousine",
        +  "Coustard",
        +  "Covered By Your Grace",
        +  "Crafty Girls",
        +  "Creepster",
        +  "Crete Round",
        +  "Crimson Pro",
        +  "Crimson Text",
        +  "Croissant One",
        +  "Crushed",
        +  "Cuprum",
        +  "Cute Font",
        +  "Cutive",
        +  "Cutive Mono",
        +  "DM Mono",
        +  "DM Sans",
        +  "DM Serif Display",
        +  "DM Serif Text",
        +  "Dai Banna SIL",
        +  "Damion",
        +  "Dancing Script",
        +  "Danfo",
        +  "Dangrek",
        +  "Darker Grotesque",
        +  "Darumadrop One",
        +  "Datatype",
        +  "David Libre",
        +  "Dawning of a New Day",
        +  "Days One",
        +  "Dekko",
        +  "Dela Gothic One",
        +  "Delicious Handrawn",
        +  "Delius",
        +  "Delius Swash Caps",
        +  "Delius Unicase",
        +  "Della Respira",
        +  "Denk One",
        +  "Devonshire",
        +  "Dhurjati",
        +  "Didact Gothic",
        +  "Diphylleia",
        +  "Diplomata",
        +  "Diplomata SC",
        +  "Do Hyeon",
        +  "Dokdo",
        +  "Domine",
        +  "Donegal One",
        +  "Dongle",
        +  "Doppio One",
        +  "Dorsa",
        +  "Dosis",
        +  "DotGothic16",
        +  "Doto",
        +  "Dr Sugiyama",
        +  "Duru Sans",
        +  "DynaPuff",
        +  "Dynalight",
        +  "EB Garamond",
        +  "Eagle Lake",
        +  "East Sea Dokdo",
        +  "Eater",
        +  "Economica",
        +  "Eczar",
        +  "Edu AU VIC WA NT Arrows",
        +  "Edu AU VIC WA NT Dots",
        +  "Edu AU VIC WA NT Guides",
        +  "Edu AU VIC WA NT Hand",
        +  "Edu AU VIC WA NT Pre",
        +  "Edu NSW ACT Cursive",
        +  "Edu NSW ACT Foundation",
        +  "Edu NSW ACT Hand Pre",
        +  "Edu QLD Beginner",
        +  "Edu QLD Hand",
        +  "Edu SA Beginner",
        +  "Edu SA Hand",
        +  "Edu TAS Beginner",
        +  "Edu VIC WA NT Beginner",
        +  "Edu VIC WA NT Hand",
        +  "Edu VIC WA NT Hand Pre",
        +  "El Messiri",
        +  "Electrolize",
        +  "Elms Sans",
        +  "Elsie",
        +  "Elsie Swash Caps",
        +  "Emblema One",
        +  "Emilys Candy",
        +  "Encode Sans",
        +  "Encode Sans Condensed",
        +  "Encode Sans Expanded",
        +  "Encode Sans SC",
        +  "Encode Sans Semi Condensed",
        +  "Encode Sans Semi Expanded",
        +  "Engagement",
        +  "Englebert",
        +  "Enriqueta",
        +  "Ephesis",
        +  "Epilogue",
        +  "Epunda Sans",
        +  "Epunda Slab",
        +  "Erica One",
        +  "Esteban",
        +  "Estedad",
        +  "Estonia",
        +  "Euphoria Script",
        +  "Ewert",
        +  "Exile",
        +  "Exo",
        +  "Exo 2",
        +  "Expletus Sans",
        +  "Explora",
        +  "Faculty Glyphic",
        +  "Fahkwang",
        +  "Familjen Grotesk",
        +  "Fanwood Text",
        +  "Farro",
        +  "Farsan",
        +  "Fascinate",
        +  "Fascinate Inline",
        +  "Faster One",
        +  "Fasthand",
        +  "Fauna One",
        +  "Faustina",
        +  "Federant",
        +  "Federo",
        +  "Felipa",
        +  "Fenix",
        +  "Festive",
        +  "Figtree",
        +  "Finger Paint",
        +  "Finlandica Headline",
        +  "Finlandica Text",
        +  "Fira Code",
        +  "Fira Mono",
        +  "Fira Sans",
        +  "Fira Sans Condensed",
        +  "Fira Sans Extra Condensed",
        +  "Fjalla One",
        +  "Fjord One",
        +  "Flamenco",
        +  "Flavors",
        +  "Fleur De Leah",
        +  "Flow Block",
        +  "Flow Circular",
        +  "Flow Rounded",
        +  "Foldit",
        +  "Fondamento",
        +  "Fontdiner Swanky",
        +  "Forum",
        +  "Fragment Mono",
        +  "Francois One",
        +  "Frank Ruhl Libre",
        +  "Fraunces",
        +  "Freckle Face",
        +  "Fredericka the Great",
        +  "Fredoka",
        +  "Freehand",
        +  "Freeman",
        +  "Fresca",
        +  "Frijole",
        +  "Fruktur",
        +  "Fugaz One",
        +  "Fuggles",
        +  "Funnel Display",
        +  "Funnel Sans",
        +  "Fustat",
        +  "Fuzzy Bubbles",
        +  "GFS Didot",
        +  "GFS Neohellenic",
        +  "Ga Maamli",
        +  "Gabarito",
        +  "Gabriela",
        +  "Gaegu",
        +  "Gafata",
        +  "Gajraj One",
        +  "Galada",
        +  "Galdeano",
        +  "Galindo",
        +  "Gamja Flower",
        +  "Gantari",
        +  "Gasoek One",
        +  "Gayathri",
        +  "Geist",
        +  "Geist Mono",
        +  "Geist Pixel",
        +  "Gelasio",
        +  "Gemunu Libre",
        +  "Genos",
        +  "Gentium Book Plus",
        +  "Gentium Plus",
        +  "Geo",
        +  "Geologica",
        +  "Geom",
        +  "Geomini",
        +  "Georama",
        +  "Geostar",
        +  "Geostar Fill",
        +  "Germania One",
        +  "Gideon Roman",
        +  "Gidole",
        +  "Gidugu",
        +  "Gilda Display",
        +  "Girassol",
        +  "Give You Glory",
        +  "Glass Antiqua",
        +  "Glegoo",
        +  "Gloock",
        +  "Gloria Hallelujah",
        +  "Glory",
        +  "Gluten",
        +  "Goblin One",
        +  "Gochi Hand",
        +  "Goldman",
        +  "Golos Text",
        +  "Google Sans",
        +  "Google Sans Code",
        +  "Google Sans Flex",
        +  "Gorditas",
        +  "Gothic A1",
        +  "Gotu",
        +  "Goudy Bookletter 1911",
        +  "Gowun Batang",
        +  "Gowun Dodum",
        +  "Graduate",
        +  "Grand Hotel",
        +  "Grandiflora One",
        +  "Grandstander",
        +  "Grape Nuts",
        +  "Gravitas One",
        +  "Great Vibes",
        +  "Grechen Fuemen",
        +  "Grenze",
        +  "Grenze Gotisch",
        +  "Grey Qo",
        +  "Griffy",
        +  "Gruppo",
        +  "Gudea",
        +  "Gugi",
        +  "Gulzar",
        +  "Gupter",
        +  "Gurajada",
        +  "Gveret Levin",
        +  "Gwendolyn",
        +  "Habibi",
        +  "Hachi Maru Pop",
        +  "Hahmlet",
        +  "Halant",
        +  "Hammersmith One",
        +  "Hanalei",
        +  "Hanalei Fill",
        +  "Handjet",
        +  "Handlee",
        +  "Hanken Grotesk",
        +  "Hanuman",
        +  "Happy Monkey",
        +  "Harmattan",
        +  "Headland One",
        +  "Hedvig Letters Sans",
        +  "Hedvig Letters Serif",
        +  "Heebo",
        +  "Henny Penny",
        +  "Hepta Slab",
        +  "Herr Von Muellerhoff",
        +  "Hi Melody",
        +  "Hibur Mono",
        +  "Hina Mincho",
        +  "Hind",
        +  "Hind Guntur",
        +  "Hind Madurai",
        +  "Hind Mysuru",
        +  "Hind Siliguri",
        +  "Hind Vadodara",
        +  "Holtwood One SC",
        +  "Homemade Apple",
        +  "Homenaje",
        +  "Honk",
        +  "Host Grotesk",
        +  "Hubballi",
        +  "Hubot Sans",
        +  "Huninn",
        +  "Hurricane",
        +  "IBM Plex Mono",
        +  "IBM Plex Sans",
        +  "IBM Plex Sans Arabic",
        +  "IBM Plex Sans Condensed",
        +  "IBM Plex Sans Devanagari",
        +  "IBM Plex Sans Hebrew",
        +  "IBM Plex Sans JP",
        +  "IBM Plex Sans KR",
        +  "IBM Plex Sans Thai",
        +  "IBM Plex Sans Thai Looped",
        +  "IBM Plex Serif",
        +  "IM Fell DW Pica",
        +  "IM Fell DW Pica SC",
        +  "IM Fell Double Pica",
        +  "IM Fell Double Pica SC",
        +  "IM Fell English",
        +  "IM Fell English SC",
        +  "IM Fell French Canon",
        +  "IM Fell French Canon SC",
        +  "IM Fell Great Primer",
        +  "IM Fell Great Primer SC",
        +  "Iansui",
        +  "Ibarra Real Nova",
        +  "Iceberg",
        +  "Iceland",
        +  "Idiqlat",
        +  "Imbue",
        +  "Imperial Script",
        +  "Imprima",
        +  "Inclusive Sans",
        +  "Inconsolata",
        +  "Inder",
        +  "Indie Flower",
        +  "Ingrid Darling",
        +  "Inika",
        +  "Inknut Antiqua",
        +  "Inria Sans",
        +  "Inria Serif",
        +  "Inspiration",
        +  "Instrument Sans",
        +  "Instrument Serif",
        +  "Intel One Mono",
        +  "Inter",
        +  "Inter Tight",
        +  "Iosevka Charon",
        +  "Iosevka Charon Mono",
        +  "Irish Grover",
        +  "Island Moments",
        +  "Istok Web",
        +  "Italiana",
        +  "Italianno",
        +  "Itim",
        +  "Jacquard 12",
        +  "Jacquard 12 Charted",
        +  "Jacquard 24",
        +  "Jacquard 24 Charted",
        +  "Jacquarda Bastarda 9",
        +  "Jacquarda Bastarda 9 Charted",
        +  "Jacques Francois",
        +  "Jacques Francois Shadow",
        +  "Jaini",
        +  "Jaini Purva",
        +  "Jaldi",
        +  "Jaro",
        +  "Jersey 10",
        +  "Jersey 10 Charted",
        +  "Jersey 15",
        +  "Jersey 15 Charted",
        +  "Jersey 20",
        +  "Jersey 20 Charted",
        +  "Jersey 25",
        +  "Jersey 25 Charted",
        +  "JetBrains Mono",
        +  "Jim Nightshade",
        +  "Joan",
        +  "Jockey One",
        +  "Jolly Lodger",
        +  "Jomhuria",
        +  "Jomolhari",
        +  "Josefin Sans",
        +  "Josefin Slab",
        +  "Jost",
        +  "Joti One",
        +  "Jua",
        +  "Judson",
        +  "Julee",
        +  "Julius Sans One",
        +  "Junge",
        +  "Jura",
        +  "Just Another Hand",
        +  "Just Me Again Down Here",
        +  "K2D",
        +  "Kablammo",
        +  "Kadwa",
        +  "Kaisei Decol",
        +  "Kaisei HarunoUmi",
        +  "Kaisei Opti",
        +  "Kaisei Tokumin",
        +  "Kalam",
        +  "Kalnia",
        +  "Kalnia Glaze",
        +  "Kameron",
        +  "Kanchenjunga",
        +  "Kanit",
        +  "Kantumruy Pro",
        +  "Kapakana",
        +  "Karantina",
        +  "Karla",
        +  "Karla Tamil Inclined",
        +  "Karla Tamil Upright",
        +  "Karma",
        +  "Katibeh",
        +  "Kaushan Script",
        +  "Kavivanar",
        +  "Kavoon",
        +  "Kay Pho Du",
        +  "Kdam Thmor Pro",
        +  "Keania One",
        +  "Kedebideri",
        +  "Kelly Slab",
        +  "Kenia",
        +  "Khand",
        +  "Khmer",
        +  "Khula",
        +  "Kings",
        +  "Kirang Haerang",
        +  "Kite One",
        +  "Kiwi Maru",
        +  "Klee One",
        +  "Knewave",
        +  "KoHo",
        +  "Kodchasan",
        +  "Kode Mono",
        +  "Koh Santepheap",
        +  "Kolker Brush",
        +  "Konkhmer Sleokchher",
        +  "Kosugi",
        +  "Kosugi Maru",
        +  "Kotta One",
        +  "Koulen",
        +  "Kranky",
        +  "Kreon",
        +  "Kristi",
        +  "Krona One",
        +  "Krub",
        +  "Kufam",
        +  "Kulim Park",
        +  "Kumar One",
        +  "Kumar One Outline",
        +  "Kumbh Sans",
        +  "Kurale",
        +  "LINE Seed JP",
        +  "LXGW Marker Gothic",
        +  "LXGW WenKai Mono TC",
        +  "LXGW WenKai TC",
        +  "La Belle Aurore",
        +  "Labrada",
        +  "Lacquer",
        +  "Laila",
        +  "Lakki Reddy",
        +  "Lalezar",
        +  "Lancelot",
        +  "Langar",
        +  "Lateef",
        +  "Lato",
        +  "Lavishly Yours",
        +  "League Gothic",
        +  "League Script",
        +  "League Spartan",
        +  "Leckerli One",
        +  "Ledger",
        +  "Lekton",
        +  "Lemon",
        +  "Lemonada",
        +  "Lexend",
        +  "Lexend Deca",
        +  "Lexend Exa",
        +  "Lexend Giga",
        +  "Lexend Mega",
        +  "Lexend Peta",
        +  "Lexend Tera",
        +  "Lexend Zetta",
        +  "Libertinus Keyboard",
        +  "Libertinus Math",
        +  "Libertinus Mono",
        +  "Libertinus Sans",
        +  "Libertinus Serif",
        +  "Libertinus Serif Display",
        +  "Libre Barcode 128",
        +  "Libre Barcode 128 Text",
        +  "Libre Barcode 39",
        +  "Libre Barcode 39 Extended",
        +  "Libre Barcode 39 Extended Text",
        +  "Libre Barcode 39 Text",
        +  "Libre Barcode EAN13 Text",
        +  "Libre Baskerville",
        +  "Libre Bodoni",
        +  "Libre Caslon Display",
        +  "Libre Caslon Text",
        +  "Libre Franklin",
        +  "Licorice",
        +  "Life Savers",
        +  "Lilex",
        +  "Lilita One",
        +  "Lily Script One",
        +  "Limelight",
        +  "Linden Hill",
        +  "Linefont",
        +  "Lisu Bosa",
        +  "Liter",
        +  "Literata",
        +  "Liu Jian Mao Cao",
        +  "Livvic",
        +  "Lobster",
        +  "Lobster Two",
        +  "Londrina Outline",
        +  "Londrina Shadow",
        +  "Londrina Sketch",
        +  "Londrina Solid",
        +  "Long Cang",
        +  "Lora",
        +  "Love Light",
        +  "Love Ya Like A Sister",
        +  "Loved by the King",
        +  "Lovers Quarrel",
        +  "Luckiest Guy",
        +  "Lugrasimo",
        +  "Lumanosimo",
        +  "Lunasima",
        +  "Lusitana",
        +  "Lustria",
        +  "Luxurious Roman",
        +  "Luxurious Script",
        +  "M PLUS 1",
        +  "M PLUS 1 Code",
        +  "M PLUS 1p",
        +  "M PLUS 2",
        +  "M PLUS Code Latin",
        +  "M PLUS Rounded 1c",
        +  "M PLUS U",
        +  "Ma Shan Zheng",
        +  "Macondo",
        +  "Macondo Swash Caps",
        +  "Mada",
        +  "Madimi One",
        +  "Magra",
        +  "Maiden Orange",
        +  "Maitree",
        +  "Major Mono Display",
        +  "Mako",
        +  "Mali",
        +  "Mallanna",
        +  "Maname",
        +  "Mandali",
        +  "Manjari",
        +  "Manrope",
        +  "Mansalva",
        +  "Manuale",
        +  "Manufacturing Consent",
        +  "Marcellus",
        +  "Marcellus SC",
        +  "Marck Script",
        +  "Margarine",
        +  "Marhey",
        +  "Markazi Text",
        +  "Marko One",
        +  "Marmelad",
        +  "Martel",
        +  "Martel Sans",
        +  "Martian Mono",
        +  "Marvel",
        +  "Matangi",
        +  "Mate",
        +  "Mate SC",
        +  "Matemasie",
        +  "Material Icons",
        +  "Material Icons Outlined",
        +  "Material Icons Round",
        +  "Material Icons Sharp",
        +  "Material Icons Two Tone",
        +  "Material Symbols",
        +  "Material Symbols Outlined",
        +  "Material Symbols Rounded",
        +  "Material Symbols Sharp",
        +  "Maven Pro",
        +  "McLaren",
        +  "Mea Culpa",
        +  "Meddon",
        +  "MedievalSharp",
        +  "Medula One",
        +  "Meera Inimai",
        +  "Megrim",
        +  "Meie Script",
        +  "Menbere",
        +  "Meow Script",
        +  "Merienda",
        +  "Merriweather",
        +  "Merriweather Sans",
        +  "Metal",
        +  "Metal Mania",
        +  "Metamorphous",
        +  "Metrophobic",
        +  "Michroma",
        +  "Micro 5",
        +  "Micro 5 Charted",
        +  "Milonga",
        +  "Miltonian",
        +  "Miltonian Tattoo",
        +  "Mina",
        +  "Mingzat",
        +  "Miniver",
        +  "Miranda Sans",
        +  "Miriam Libre",
        +  "Mirza",
        +  "Miss Fajardose",
        +  "Mitr",
        +  "Mochiy Pop One",
        +  "Mochiy Pop P One",
        +  "Modak",
        +  "Modern Antiqua",
        +  "Moderustic",
        +  "Mogra",
        +  "Mohave",
        +  "Moirai One",
        +  "Molengo",
        +  "Molle",
        +  "Momo Signature",
        +  "Momo Trust Display",
        +  "Momo Trust Sans",
        +  "Mona Sans",
        +  "Monda",
        +  "Monofett",
        +  "Monomakh",
        +  "Monomaniac One",
        +  "Monoton",
        +  "Monsieur La Doulaise",
        +  "Montaga",
        +  "Montagu Slab",
        +  "MonteCarlo",
        +  "Montenegrin Gothic One",
        +  "Montez",
        +  "Montserrat",
        +  "Montserrat Alternates",
        +  "Montserrat Underline",
        +  "Moo Lah Lah",
        +  "Mooli",
        +  "Moon Dance",
        +  "Moul",
        +  "Moulpali",
        +  "Mountains of Christmas",
        +  "Mouse Memoirs",
        +  "Mozilla Headline",
        +  "Mozilla Text",
        +  "Mr Bedfort",
        +  "Mr Dafoe",
        +  "Mr De Haviland",
        +  "Mrs Saint Delafield",
        +  "Mrs Sheppards",
        +  "Ms Madi",
        +  "Mukta",
        +  "Mukta Mahee",
        +  "Mukta Malar",
        +  "Mukta Vaani",
        +  "Mulish",
        +  "Murecho",
        +  "MuseoModerno",
        +  "My Soul",
        +  "Mynerve",
        +  "Mystery Quest",
        +  "NTR",
        +  "Nabla",
        +  "Namdhinggo",
        +  "Nanum Brush Script",
        +  "Nanum Gothic",
        +  "Nanum Gothic Coding",
        +  "Nanum Myeongjo",
        +  "Nanum Pen Script",
        +  "Narnoor",
        +  "Nata Sans",
        +  "National Park",
        +  "Neonderthaw",
        +  "Nerko One",
        +  "Neucha",
        +  "Neuton",
        +  "New Amsterdam",
        +  "New Rocker",
        +  "New Tegomin",
        +  "News Cycle",
        +  "Newsreader",
        +  "Niconne",
        +  "Niramit",
        +  "Nixie One",
        +  "Nobile",
        +  "Nokora",
        +  "Norican",
        +  "Nosifer",
        +  "Notable",
        +  "Nothing You Could Do",
        +  "Noticia Text",
        +  "Noto Color Emoji",
        +  "Noto Emoji",
        +  "Noto Kufi Arabic",
        +  "Noto Music",
        +  "Noto Naskh Arabic",
        +  "Noto Nastaliq Urdu",
        +  "Noto Rashi Hebrew",
        +  "Noto Sans",
        +  "Noto Sans Adlam",
        +  "Noto Sans Adlam Unjoined",
        +  "Noto Sans Anatolian Hieroglyphs",
        +  "Noto Sans Arabic",
        +  "Noto Sans Armenian",
        +  "Noto Sans Avestan",
        +  "Noto Sans Balinese",
        +  "Noto Sans Bamum",
        +  "Noto Sans Bassa Vah",
        +  "Noto Sans Batak",
        +  "Noto Sans Bengali",
        +  "Noto Sans Bhaiksuki",
        +  "Noto Sans Brahmi",
        +  "Noto Sans Buginese",
        +  "Noto Sans Buhid",
        +  "Noto Sans Canadian Aboriginal",
        +  "Noto Sans Carian",
        +  "Noto Sans Caucasian Albanian",
        +  "Noto Sans Chakma",
        +  "Noto Sans Cham",
        +  "Noto Sans Cherokee",
        +  "Noto Sans Chorasmian",
        +  "Noto Sans Coptic",
        +  "Noto Sans Cuneiform",
        +  "Noto Sans Cypriot",
        +  "Noto Sans Cypro Minoan",
        +  "Noto Sans Deseret",
        +  "Noto Sans Devanagari",
        +  "Noto Sans Display",
        +  "Noto Sans Duployan",
        +  "Noto Sans Egyptian Hieroglyphs",
        +  "Noto Sans Elbasan",
        +  "Noto Sans Elymaic",
        +  "Noto Sans Ethiopic",
        +  "Noto Sans Georgian",
        +  "Noto Sans Glagolitic",
        +  "Noto Sans Gothic",
        +  "Noto Sans Grantha",
        +  "Noto Sans Gujarati",
        +  "Noto Sans Gunjala Gondi",
        +  "Noto Sans Gurmukhi",
        +  "Noto Sans HK",
        +  "Noto Sans Hanifi Rohingya",
        +  "Noto Sans Hanunoo",
        +  "Noto Sans Hatran",
        +  "Noto Sans Hebrew",
        +  "Noto Sans Imperial Aramaic",
        +  "Noto Sans Indic Siyaq Numbers",
        +  "Noto Sans Inscriptional Pahlavi",
        +  "Noto Sans Inscriptional Parthian",
        +  "Noto Sans JP",
        +  "Noto Sans Javanese",
        +  "Noto Sans KR",
        +  "Noto Sans Kaithi",
        +  "Noto Sans Kannada",
        +  "Noto Sans Kawi",
        +  "Noto Sans Kayah Li",
        +  "Noto Sans Kharoshthi",
        +  "Noto Sans Khmer",
        +  "Noto Sans Khojki",
        +  "Noto Sans Khudawadi",
        +  "Noto Sans Lao",
        +  "Noto Sans Lao Looped",
        +  "Noto Sans Lepcha",
        +  "Noto Sans Limbu",
        +  "Noto Sans Linear A",
        +  "Noto Sans Linear B",
        +  "Noto Sans Lisu",
        +  "Noto Sans Lycian",
        +  "Noto Sans Lydian",
        +  "Noto Sans Mahajani",
        +  "Noto Sans Malayalam",
        +  "Noto Sans Mandaic",
        +  "Noto Sans Manichaean",
        +  "Noto Sans Marchen",
        +  "Noto Sans Masaram Gondi",
        +  "Noto Sans Math",
        +  "Noto Sans Mayan Numerals",
        +  "Noto Sans Medefaidrin",
        +  "Noto Sans Meetei Mayek",
        +  "Noto Sans Mende Kikakui",
        +  "Noto Sans Meroitic",
        +  "Noto Sans Miao",
        +  "Noto Sans Modi",
        +  "Noto Sans Mongolian",
        +  "Noto Sans Mono",
        +  "Noto Sans Mro",
        +  "Noto Sans Multani",
        +  "Noto Sans Myanmar",
        +  "Noto Sans NKo",
        +  "Noto Sans NKo Unjoined",
        +  "Noto Sans Nabataean",
        +  "Noto Sans Nag Mundari",
        +  "Noto Sans Nandinagari",
        +  "Noto Sans New Tai Lue",
        +  "Noto Sans Newa",
        +  "Noto Sans Nushu",
        +  "Noto Sans Ogham",
        +  "Noto Sans Ol Chiki",
        +  "Noto Sans Old Hungarian",
        +  "Noto Sans Old Italic",
        +  "Noto Sans Old North Arabian",
        +  "Noto Sans Old Permic",
        +  "Noto Sans Old Persian",
        +  "Noto Sans Old Sogdian",
        +  "Noto Sans Old South Arabian",
        +  "Noto Sans Old Turkic",
        +  "Noto Sans Oriya",
        +  "Noto Sans Osage",
        +  "Noto Sans Osmanya",
        +  "Noto Sans Pahawh Hmong",
        +  "Noto Sans Palmyrene",
        +  "Noto Sans Pau Cin Hau",
        +  "Noto Sans PhagsPa",
        +  "Noto Sans Phoenician",
        +  "Noto Sans Psalter Pahlavi",
        +  "Noto Sans Rejang",
        +  "Noto Sans Runic",
        +  "Noto Sans SC",
        +  "Noto Sans Samaritan",
        +  "Noto Sans Saurashtra",
        +  "Noto Sans Sharada",
        +  "Noto Sans Shavian",
        +  "Noto Sans Siddham",
        +  "Noto Sans SignWriting",
        +  "Noto Sans Sinhala",
        +  "Noto Sans Sogdian",
        +  "Noto Sans Sora Sompeng",
        +  "Noto Sans Soyombo",
        +  "Noto Sans Sundanese",
        +  "Noto Sans Sunuwar",
        +  "Noto Sans Syloti Nagri",
        +  "Noto Sans Symbols",
        +  "Noto Sans Symbols 2",
        +  "Noto Sans Syriac",
        +  "Noto Sans Syriac Eastern",
        +  "Noto Sans Syriac Western",
        +  "Noto Sans TC",
        +  "Noto Sans Tagalog",
        +  "Noto Sans Tagbanwa",
        +  "Noto Sans Tai Le",
        +  "Noto Sans Tai Tham",
        +  "Noto Sans Tai Viet",
        +  "Noto Sans Takri",
        +  "Noto Sans Tamil",
        +  "Noto Sans Tamil Supplement",
        +  "Noto Sans Tangsa",
        +  "Noto Sans Telugu",
        +  "Noto Sans Thaana",
        +  "Noto Sans Thai",
        +  "Noto Sans Thai Looped",
        +  "Noto Sans Tifinagh",
        +  "Noto Sans Tirhuta",
        +  "Noto Sans Ugaritic",
        +  "Noto Sans Vai",
        +  "Noto Sans Vithkuqi",
        +  "Noto Sans Wancho",
        +  "Noto Sans Warang Citi",
        +  "Noto Sans Yi",
        +  "Noto Sans Zanabazar Square",
        +  "Noto Serif",
        +  "Noto Serif Ahom",
        +  "Noto Serif Armenian",
        +  "Noto Serif Balinese",
        +  "Noto Serif Bengali",
        +  "Noto Serif Devanagari",
        +  "Noto Serif Display",
        +  "Noto Serif Dives Akuru",
        +  "Noto Serif Dogra",
        +  "Noto Serif Ethiopic",
        +  "Noto Serif Georgian",
        +  "Noto Serif Grantha",
        +  "Noto Serif Gujarati",
        +  "Noto Serif Gurmukhi",
        +  "Noto Serif HK",
        +  "Noto Serif Hebrew",
        +  "Noto Serif Hentaigana",
        +  "Noto Serif JP",
        +  "Noto Serif KR",
        +  "Noto Serif Kannada",
        +  "Noto Serif Khitan Small Script",
        +  "Noto Serif Khmer",
        +  "Noto Serif Khojki",
        +  "Noto Serif Lao",
        +  "Noto Serif Makasar",
        +  "Noto Serif Malayalam",
        +  "Noto Serif Myanmar",
        +  "Noto Serif NP Hmong",
        +  "Noto Serif Old Uyghur",
        +  "Noto Serif Oriya",
        +  "Noto Serif Ottoman Siyaq",
        +  "Noto Serif SC",
        +  "Noto Serif Sinhala",
        +  "Noto Serif TC",
        +  "Noto Serif Tamil",
        +  "Noto Serif Tangut",
        +  "Noto Serif Telugu",
        +  "Noto Serif Thai",
        +  "Noto Serif Tibetan",
        +  "Noto Serif Todhri",
        +  "Noto Serif Toto",
        +  "Noto Serif Vithkuqi",
        +  "Noto Serif Yezidi",
        +  "Noto Traditional Nushu",
        +  "Noto Znamenny Musical Notation",
        +  "Nova Cut",
        +  "Nova Flat",
        +  "Nova Mono",
        +  "Nova Oval",
        +  "Nova Round",
        +  "Nova Script",
        +  "Nova Slim",
        +  "Nova Square",
        +  "Numans",
        +  "Nunito",
        +  "Nunito Sans",
        +  "Nuosu SIL",
        +  "Odibee Sans",
        +  "Odor Mean Chey",
        +  "Offside",
        +  "Oi",
        +  "Ojuju",
        +  "Old Standard TT",
        +  "Oldenburg",
        +  "Ole",
        +  "Oleo Script",
        +  "Oleo Script Swash Caps",
        +  "Onest",
        +  "Oooh Baby",
        +  "Open Sans",
        +  "Oranienbaum",
        +  "Orbit",
        +  "Orbitron",
        +  "Oregano",
        +  "Orelega One",
        +  "Orienta",
        +  "Original Surfer",
        +  "Oswald",
        +  "Outfit",
        +  "Over the Rainbow",
        +  "Overlock",
        +  "Overlock SC",
        +  "Overpass",
        +  "Overpass Mono",
        +  "Ovo",
        +  "Oxanium",
        +  "Oxygen",
        +  "Oxygen Mono",
        +  "PT Mono",
        +  "PT Sans",
        +  "PT Sans Caption",
        +  "PT Sans Narrow",
        +  "PT Serif",
        +  "PT Serif Caption",
        +  "Pacifico",
        +  "Padauk",
        +  "Padyakke Expanded One",
        +  "Palanquin",
        +  "Palanquin Dark",
        +  "Palette Mosaic",
        +  "Pangolin",
        +  "Paprika",
        +  "Parastoo",
        +  "Parisienne",
        +  "Parkinsans",
        +  "Passero One",
        +  "Passion One",
        +  "Passions Conflict",
        +  "Pathway Extreme",
        +  "Pathway Gothic One",
        +  "Patrick Hand",
        +  "Patrick Hand SC",
        +  "Pattaya",
        +  "Patua One",
        +  "Pavanam",
        +  "Paytone One",
        +  "Peddana",
        +  "Peralta",
        +  "Permanent Marker",
        +  "Petemoss",
        +  "Petit Formal Script",
        +  "Petrona",
        +  "Phetsarath",
        +  "Philosopher",
        +  "Phudu",
        +  "Piazzolla",
        +  "Piedra",
        +  "Pinyon Script",
        +  "Pirata One",
        +  "Pixelify Sans",
        +  "Plaster",
        +  "Platypi",
        +  "Play",
        +  "Playball",
        +  "Playfair",
        +  "Playfair Display",
        +  "Playfair Display SC",
        +  "Playpen Sans",
        +  "Playpen Sans Arabic",
        +  "Playpen Sans Deva",
        +  "Playpen Sans Hebrew",
        +  "Playpen Sans Thai",
        +  "Playwrite AR",
        +  "Playwrite AR Guides",
        +  "Playwrite AT",
        +  "Playwrite AT Guides",
        +  "Playwrite AU NSW",
        +  "Playwrite AU NSW Guides",
        +  "Playwrite AU QLD",
        +  "Playwrite AU QLD Guides",
        +  "Playwrite AU SA",
        +  "Playwrite AU SA Guides",
        +  "Playwrite AU TAS",
        +  "Playwrite AU TAS Guides",
        +  "Playwrite AU VIC",
        +  "Playwrite AU VIC Guides",
        +  "Playwrite BE VLG",
        +  "Playwrite BE VLG Guides",
        +  "Playwrite BE WAL",
        +  "Playwrite BE WAL Guides",
        +  "Playwrite BR",
        +  "Playwrite BR Guides",
        +  "Playwrite CA",
        +  "Playwrite CA Guides",
        +  "Playwrite CL",
        +  "Playwrite CL Guides",
        +  "Playwrite CO",
        +  "Playwrite CO Guides",
        +  "Playwrite CU",
        +  "Playwrite CU Guides",
        +  "Playwrite CZ",
        +  "Playwrite CZ Guides",
        +  "Playwrite DE Grund",
        +  "Playwrite DE Grund Guides",
        +  "Playwrite DE LA",
        +  "Playwrite DE LA Guides",
        +  "Playwrite DE SAS",
        +  "Playwrite DE SAS Guides",
        +  "Playwrite DE VA",
        +  "Playwrite DE VA Guides",
        +  "Playwrite DK Loopet",
        +  "Playwrite DK Loopet Guides",
        +  "Playwrite DK Uloopet",
        +  "Playwrite DK Uloopet Guides",
        +  "Playwrite ES",
        +  "Playwrite ES Deco",
        +  "Playwrite ES Deco Guides",
        +  "Playwrite ES Guides",
        +  "Playwrite FR Moderne",
        +  "Playwrite FR Moderne Guides",
        +  "Playwrite FR Trad",
        +  "Playwrite FR Trad Guides",
        +  "Playwrite GB J",
        +  "Playwrite GB J Guides",
        +  "Playwrite GB S",
        +  "Playwrite GB S Guides",
        +  "Playwrite HR",
        +  "Playwrite HR Guides",
        +  "Playwrite HR Lijeva",
        +  "Playwrite HR Lijeva Guides",
        +  "Playwrite HU",
        +  "Playwrite HU Guides",
        +  "Playwrite ID",
        +  "Playwrite ID Guides",
        +  "Playwrite IE",
        +  "Playwrite IE Guides",
        +  "Playwrite IN",
        +  "Playwrite IN Guides",
        +  "Playwrite IS",
        +  "Playwrite IS Guides",
        +  "Playwrite IT Moderna",
        +  "Playwrite IT Moderna Guides",
        +  "Playwrite IT Trad",
        +  "Playwrite IT Trad Guides",
        +  "Playwrite MX",
        +  "Playwrite MX Guides",
        +  "Playwrite NG Modern",
        +  "Playwrite NG Modern Guides",
        +  "Playwrite NL",
        +  "Playwrite NL Guides",
        +  "Playwrite NO",
        +  "Playwrite NO Guides",
        +  "Playwrite NZ",
        +  "Playwrite NZ Basic",
        +  "Playwrite NZ Basic Guides",
        +  "Playwrite NZ Guides",
        +  "Playwrite PE",
        +  "Playwrite PE Guides",
        +  "Playwrite PL",
        +  "Playwrite PL Guides",
        +  "Playwrite PT",
        +  "Playwrite PT Guides",
        +  "Playwrite RO",
        +  "Playwrite RO Guides",
        +  "Playwrite SK",
        +  "Playwrite SK Guides",
        +  "Playwrite TZ",
        +  "Playwrite TZ Guides",
        +  "Playwrite US Modern",
        +  "Playwrite US Modern Guides",
        +  "Playwrite US Trad",
        +  "Playwrite US Trad Guides",
        +  "Playwrite VN",
        +  "Playwrite VN Guides",
        +  "Playwrite ZA",
        +  "Playwrite ZA Guides",
        +  "Pliant",
        +  "Plus Jakarta Sans",
        +  "Pochaevsk",
        +  "Podkova",
        +  "Poetsen One",
        +  "Poiret One",
        +  "Poller One",
        +  "Poltawski Nowy",
        +  "Poly",
        +  "Pompiere",
        +  "Ponnala",
        +  "Ponomar",
        +  "Pontano Sans",
        +  "Poor Story",
        +  "Poppins",
        +  "Port Lligat Sans",
        +  "Port Lligat Slab",
        +  "Potta One",
        +  "Pragati Narrow",
        +  "Praise",
        +  "Prata",
        +  "Preahvihear",
        +  "Press Start 2P",
        +  "Pridi",
        +  "Princess Sofia",
        +  "Prociono",
        +  "Prompt",
        +  "Prosto One",
        +  "Protest Guerrilla",
        +  "Protest Revolution",
        +  "Protest Riot",
        +  "Protest Strike",
        +  "Proza Libre",
        +  "Public Sans",
        +  "Puppies Play",
        +  "Puritan",
        +  "Purple Purse",
        +  "Qahiri",
        +  "Quando",
        +  "Quantico",
        +  "Quattrocento",
        +  "Quattrocento Sans",
        +  "Questrial",
        +  "Quicksand",
        +  "Quintessential",
        +  "Qwigley",
        +  "Qwitcher Grypen",
        +  "REM",
        +  "Racing Sans One",
        +  "Radio Canada",
        +  "Radio Canada Big",
        +  "Radley",
        +  "Rajdhani",
        +  "Rakkas",
        +  "Raleway",
        +  "Raleway Dots",
        +  "Ramabhadra",
        +  "Ramaraja",
        +  "Rambla",
        +  "Rammetto One",
        +  "Rampart One",
        +  "Ramsina",
        +  "Ranchers",
        +  "Rancho",
        +  "Ranga",
        +  "Rasa",
        +  "Rationale",
        +  "Ravi Prakash",
        +  "Readex Pro",
        +  "Recursive",
        +  "Red Hat Display",
        +  "Red Hat Mono",
        +  "Red Hat Text",
        +  "Red Rose",
        +  "Redacted",
        +  "Redacted Script",
        +  "Reddit Mono",
        +  "Reddit Sans",
        +  "Reddit Sans Condensed",
        +  "Redressed",
        +  "Reem Kufi",
        +  "Reem Kufi Fun",
        +  "Reem Kufi Ink",
        +  "Reenie Beanie",
        +  "Reggae One",
        +  "Rethink Sans",
        +  "Revalia",
        +  "Rhodium Libre",
        +  "Ribeye",
        +  "Ribeye Marrow",
        +  "Righteous",
        +  "Risque",
        +  "Road Rage",
        +  "Roboto",
        +  "Roboto Condensed",
        +  "Roboto Flex",
        +  "Roboto Mono",
        +  "Roboto Serif",
        +  "Roboto Slab",
        +  "Rochester",
        +  "Rock 3D",
        +  "Rock Salt",
        +  "RocknRoll One",
        +  "Rokkitt",
        +  "Romanesco",
        +  "Ropa Sans",
        +  "Rosario",
        +  "Rosarivo",
        +  "Rouge Script",
        +  "Rowdies",
        +  "Rozha One",
        +  "Rubik",
        +  "Rubik 80s Fade",
        +  "Rubik Beastly",
        +  "Rubik Broken Fax",
        +  "Rubik Bubbles",
        +  "Rubik Burned",
        +  "Rubik Dirt",
        +  "Rubik Distressed",
        +  "Rubik Doodle Shadow",
        +  "Rubik Doodle Triangles",
        +  "Rubik Gemstones",
        +  "Rubik Glitch",
        +  "Rubik Glitch Pop",
        +  "Rubik Iso",
        +  "Rubik Lines",
        +  "Rubik Maps",
        +  "Rubik Marker Hatch",
        +  "Rubik Maze",
        +  "Rubik Microbe",
        +  "Rubik Mono One",
        +  "Rubik Moonrocks",
        +  "Rubik Pixels",
        +  "Rubik Puddles",
        +  "Rubik Scribble",
        +  "Rubik Spray Paint",
        +  "Rubik Storm",
        +  "Rubik Vinyl",
        +  "Rubik Wet Paint",
        +  "Ruda",
        +  "Rufina",
        +  "Ruge Boogie",
        +  "Ruluko",
        +  "Rum Raisin",
        +  "Ruslan Display",
        +  "Russo One",
        +  "Ruthie",
        +  "Ruwudu",
        +  "Rye",
        +  "SN Pro",
        +  "STIX Two Math",
        +  "STIX Two Text",
        +  "SUSE",
        +  "SUSE Mono",
        +  "Sacramento",
        +  "Sahitya",
        +  "Sail",
        +  "Saira",
        +  "Saira Condensed",
        +  "Saira Extra Condensed",
        +  "Saira Semi Condensed",
        +  "Saira Stencil",
        +  "Salsa",
        +  "Sanchez",
        +  "Sancreek",
        +  "Sankofa Display",
        +  "Sansation",
        +  "Sansita",
        +  "Sansita Swashed",
        +  "Sarabun",
        +  "Sarala",
        +  "Sarina",
        +  "Sarpanch",
        +  "Sassy Frass",
        +  "Satisfy",
        +  "Savate",
        +  "Sawarabi Gothic",
        +  "Sawarabi Mincho",
        +  "Scada",
        +  "Scheherazade New",
        +  "Schibsted Grotesk",
        +  "Schoolbell",
        +  "Science Gothic",
        +  "Scope One",
        +  "Seaweed Script",
        +  "Secular One",
        +  "Sedan",
        +  "Sedan SC",
        +  "Sedgwick Ave",
        +  "Sedgwick Ave Display",
        +  "Sekuya",
        +  "Sen",
        +  "Send Flowers",
        +  "Sevillana",
        +  "Seymour One",
        +  "Shadows Into Light",
        +  "Shadows Into Light Two",
        +  "Shafarik",
        +  "Shalimar",
        +  "Shantell Sans",
        +  "Shanti",
        +  "Share",
        +  "Share Tech",
        +  "Share Tech Mono",
        +  "Shippori Antique",
        +  "Shippori Antique B1",
        +  "Shippori Mincho",
        +  "Shippori Mincho B1",
        +  "Shizuru",
        +  "Shojumaru",
        +  "Short Stack",
        +  "Shrikhand",
        +  "Siemreap",
        +  "Sigmar",
        +  "Sigmar One",
        +  "Signika",
        +  "Signika Negative",
        +  "Silkscreen",
        +  "Simonetta",
        +  "Single Day",
        +  "Sintony",
        +  "Sirin Stencil",
        +  "Sirivennela",
        +  "Six Caps",
        +  "Sixtyfour",
        +  "Sixtyfour Convergence",
        +  "Skranji",
        +  "Slabo 13px",
        +  "Slabo 27px",
        +  "Slackey",
        +  "Slackside One",
        +  "Smokum",
        +  "Smooch",
        +  "Smooch Sans",
        +  "Smythe",
        +  "Sniglet",
        +  "Snippet",
        +  "Snowburst One",
        +  "Sofadi One",
        +  "Sofia",
        +  "Sofia Sans",
        +  "Sofia Sans Condensed",
        +  "Sofia Sans Extra Condensed",
        +  "Sofia Sans Semi Condensed",
        +  "Solitreo",
        +  "Solway",
        +  "Sometype Mono",
        +  "Song Myung",
        +  "Sono",
        +  "Sonsie One",
        +  "Sora",
        +  "Sorts Mill Goudy",
        +  "Sour Gummy",
        +  "Source Code Pro",
        +  "Source Sans 3",
        +  "Source Serif 4",
        +  "Space Grotesk",
        +  "Space Mono",
        +  "Special Elite",
        +  "Special Gothic",
        +  "Special Gothic Condensed One",
        +  "Special Gothic Expanded One",
        +  "Spectral",
        +  "Spectral SC",
        +  "Spicy Rice",
        +  "Spinnaker",
        +  "Spirax",
        +  "Splash",
        +  "Spline Sans",
        +  "Spline Sans Mono",
        +  "Squada One",
        +  "Square Peg",
        +  "Sree Krushnadevaraya",
        +  "Sriracha",
        +  "Srisakdi",
        +  "Staatliches",
        +  "Stack Sans Headline",
        +  "Stack Sans Notch",
        +  "Stack Sans Text",
        +  "Stalemate",
        +  "Stalinist One",
        +  "Stardos Stencil",
        +  "Stick",
        +  "Stick No Bills",
        +  "Stint Ultra Condensed",
        +  "Stint Ultra Expanded",
        +  "Stoke",
        +  "Story Script",
        +  "Strait",
        +  "Strichpunkt Sans",
        +  "Style Script",
        +  "Stylish",
        +  "Sue Ellen Francisco",
        +  "Suez One",
        +  "Sulphur Point",
        +  "Sumana",
        +  "Sunflower",
        +  "Sunshiney",
        +  "Supermercado One",
        +  "Sura",
        +  "Suranna",
        +  "Suravaram",
        +  "Suwannaphum",
        +  "Swanky and Moo Moo",
        +  "Syncopate",
        +  "Syne",
        +  "Syne Mono",
        +  "Syne Tactile",
        +  "TASA Explorer",
        +  "TASA Orbiter",
        +  "Tac One",
        +  "Tagesschrift",
        +  "Tai Heritage Pro",
        +  "Tajawal",
        +  "Tangerine",
        +  "Tapestry",
        +  "Taprom",
        +  "Tauri",
        +  "Taviraj",
        +  "Teachers",
        +  "Teko",
        +  "Tektur",
        +  "Telex",
        +  "Tenali Ramakrishna",
        +  "Tenor Sans",
        +  "Text Me One",
        +  "Texturina",
        +  "Thasadith",
        +  "The Girl Next Door",
        +  "The Nautigal",
        +  "Tienne",
        +  "TikTok Sans",
        +  "Tillana",
        +  "Tilt Neon",
        +  "Tilt Prism",
        +  "Tilt Warp",
        +  "Timmana",
        +  "Tinos",
        +  "Tiny5",
        +  "Tiro Bangla",
        +  "Tiro Devanagari Hindi",
        +  "Tiro Devanagari Marathi",
        +  "Tiro Devanagari Sanskrit",
        +  "Tiro Gurmukhi",
        +  "Tiro Kannada",
        +  "Tiro Tamil",
        +  "Tiro Telugu",
        +  "Tirra",
        +  "Titan One",
        +  "Titillium Web",
        +  "Tomorrow",
        +  "Tourney",
        +  "Trade Winds",
        +  "Train One",
        +  "Triodion",
        +  "Trirong",
        +  "Trispace",
        +  "Trocchi",
        +  "Trochut",
        +  "Truculenta",
        +  "Trykker",
        +  "Tsukimi Rounded",
        +  "Tuffy",
        +  "Tulpen One",
        +  "Turret Road",
        +  "Twinkle Star",
        +  "Ubuntu",
        +  "Ubuntu Condensed",
        +  "Ubuntu Mono",
        +  "Ubuntu Sans",
        +  "Ubuntu Sans Mono",
        +  "Uchen",
        +  "Ultra",
        +  "Unbounded",
        +  "Uncial Antiqua",
        +  "Underdog",
        +  "Unica One",
        +  "UnifrakturCook",
        +  "UnifrakturMaguntia",
        +  "Unkempt",
        +  "Unlock",
        +  "Unna",
        +  "UoqMunThenKhung",
        +  "Updock",
        +  "Urbanist",
        +  "VT323",
        +  "Vampiro One",
        +  "Varela",
        +  "Varela Round",
        +  "Varta",
        +  "Vast Shadow",
        +  "Vazirmatn",
        +  "Vend Sans",
        +  "Vesper Libre",
        +  "Viaoda Libre",
        +  "Vibes",
        +  "Vibur",
        +  "Victor Mono",
        +  "Vidaloka",
        +  "Viga",
        +  "Vina Sans",
        +  "Voces",
        +  "Volkhov",
        +  "Vollkorn",
        +  "Vollkorn SC",
        +  "Voltaire",
        +  "Vujahday Script",
        +  "WDXL Lubrifont JP N",
        +  "WDXL Lubrifont SC",
        +  "WDXL Lubrifont TC",
        +  "Waiting for the Sunrise",
        +  "Wallpoet",
        +  "Walter Turncoat",
        +  "Warnes",
        +  "Water Brush",
        +  "Waterfall",
        +  "Wavefont",
        +  "Wellfleet",
        +  "Wendy One",
        +  "Whisper",
        +  "WindSong",
        +  "Winky Rough",
        +  "Winky Sans",
        +  "Wire One",
        +  "Wittgenstein",
        +  "Wix Madefor Display",
        +  "Wix Madefor Text",
        +  "Work Sans",
        +  "Workbench",
        +  "Xanh Mono",
        +  "Yaldevi",
        +  "Yanone Kaffeesatz",
        +  "Yantramanav",
        +  "Yarndings 12",
        +  "Yarndings 12 Charted",
        +  "Yarndings 20",
        +  "Yarndings 20 Charted",
        +  "Yatra One",
        +  "Yellowtail",
        +  "Yeon Sung",
        +  "Yeseva One",
        +  "Yesteryear",
        +  "Yomogi",
        +  "Young Serif",
        +  "Yrsa",
        +  "Ysabeau",
        +  "Ysabeau Infant",
        +  "Ysabeau Office",
        +  "Ysabeau SC",
        +  "Yuji Boku",
        +  "Yuji Hentaigana Akari",
        +  "Yuji Hentaigana Akebono",
        +  "Yuji Mai",
        +  "Yuji Syuku",
        +  "Yusei Magic",
        +  "Yuyu",
        +  "Yuyu Short",
        +  "ZCOOL KuaiLe",
        +  "ZCOOL QingKe HuangYou",
        +  "ZCOOL XiaoWei",
        +  "Zain",
        +  "Zalando Sans",
        +  "Zalando Sans Expanded",
        +  "Zalando Sans SemiExpanded",
        +  "Zen Antique",
        +  "Zen Antique Soft",
        +  "Zen Dots",
        +  "Zen Kaku Gothic Antique",
        +  "Zen Kaku Gothic New",
        +  "Zen Kurenaido",
        +  "Zen Loop",
        +  "Zen Maru Gothic",
        +  "Zen Old Mincho",
        +  "Zen Tokyo Zoo",
        +  "Zeyada",
        +  "Zhi Mang Xing",
        +  "Zilla Slab",
        +  "Zilla Slab Highlight"
        +]
  2. 6 tool updates
    • Changedget_chart_config2 fields changed
      • changedOutput schema / properties / x / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "utc",
        -  "band"
        -]New value: +[
        +  "linear",
        +  "log",
        +  "utc",
        +  "band"
        +]
      • changedOutput schema / properties / y / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "utc",
        -  "band"
        -]New value: +[
        +  "linear",
        +  "log",
        +  "utc",
        +  "band"
        +]
    • Changedget_examples2 fields changed
      • changedOutput schema / properties / examples / items / properties / config / properties / x / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "utc",
        -  "band"
        -]New value: +[
        +  "linear",
        +  "log",
        +  "utc",
        +  "band"
        +]
      • changedOutput schema / properties / examples / items / properties / config / properties / y / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "utc",
        -  "band"
        -]New value: +[
        +  "linear",
        +  "log",
        +  "utc",
        +  "band"
        +]
    • Changedrender_chart3 fields changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of a complete chart config. Mark field references must match row keys. Chronological annual values use \"YYYY\" strings on an explicit UTC scale. Configure axes with top-level x and y; hide one with display: false, never axes, scales, or axis. Put shared data at chart level and distinct layer data on its mark. When rows share a bar position, map a series field to fill or stroke before setting group, or aggregate the rows."New value: +"Complete chart config JSON. Mark field references must match row keys. Chronological annual values use \"YYYY\" strings on an explicit UTC scale. Bar and area value axes stay linear and include zero. Explicit base-10 log scales require positive finite values and domains; use line or dot. Configure scales with top-level x/y; hide with display: false. Put shared data at chart level; use mark data for distinct rows. When rows share a bar position, map a series field to fill or stroke before setting group or aggregate."
      • changedOutput schema / properties / validation / properties / suggestedConfig / properties / x / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "utc",
        -  "band"
        -]New value: +[
        +  "linear",
        +  "log",
        +  "utc",
        +  "band"
        +]
      • changedOutput schema / properties / validation / properties / suggestedConfig / properties / y / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "utc",
        -  "band"
        -]New value: +[
        +  "linear",
        +  "log",
        +  "utc",
        +  "band"
        +]
    • Changedsave_chart3 fields changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of a complete chart config. Mark field references must match row keys. Chronological annual values use \"YYYY\" strings on an explicit UTC scale. Configure axes with top-level x and y; hide one with display: false, never axes, scales, or axis. Put shared data at chart level and distinct layer data on its mark. When rows share a bar position, map a series field to fill or stroke before setting group, or aggregate the rows."New value: +"Complete chart config JSON. Mark field references must match row keys. Chronological annual values use \"YYYY\" strings on an explicit UTC scale. Bar and area value axes stay linear and include zero. Explicit base-10 log scales require positive finite values and domains; use line or dot. Configure scales with top-level x/y; hide with display: false. Put shared data at chart level; use mark data for distinct rows. When rows share a bar position, map a series field to fill or stroke before setting group or aggregate."
      • changedOutput schema / properties / validation / properties / suggestedConfig / properties / x / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "utc",
        -  "band"
        -]New value: +[
        +  "linear",
        +  "log",
        +  "utc",
        +  "band"
        +]
      • changedOutput schema / properties / validation / properties / suggestedConfig / properties / y / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "utc",
        -  "band"
        -]New value: +[
        +  "linear",
        +  "log",
        +  "utc",
        +  "band"
        +]
    • Changedupdate_chart3 fields changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of a complete chart config. Mark field references must match row keys. Chronological annual values use \"YYYY\" strings on an explicit UTC scale. Configure axes with top-level x and y; hide one with display: false, never axes, scales, or axis. Put shared data at chart level and distinct layer data on its mark. When rows share a bar position, map a series field to fill or stroke before setting group, or aggregate the rows."New value: +"Complete chart config JSON. Mark field references must match row keys. Chronological annual values use \"YYYY\" strings on an explicit UTC scale. Bar and area value axes stay linear and include zero. Explicit base-10 log scales require positive finite values and domains; use line or dot. Configure scales with top-level x/y; hide with display: false. Put shared data at chart level; use mark data for distinct rows. When rows share a bar position, map a series field to fill or stroke before setting group or aggregate."
      • changedOutput schema / properties / validation / properties / suggestedConfig / properties / x / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "utc",
        -  "band"
        -]New value: +[
        +  "linear",
        +  "log",
        +  "utc",
        +  "band"
        +]
      • changedOutput schema / properties / validation / properties / suggestedConfig / properties / y / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "utc",
        -  "band"
        -]New value: +[
        +  "linear",
        +  "log",
        +  "utc",
        +  "band"
        +]
    • Changedvalidate_chart3 fields changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of a complete chart config. Mark field references must match row keys. Chronological annual values use \"YYYY\" strings on an explicit UTC scale. Configure axes with top-level x and y; hide one with display: false, never axes, scales, or axis. Put shared data at chart level and distinct layer data on its mark. When rows share a bar position, map a series field to fill or stroke before setting group, or aggregate the rows."New value: +"Complete chart config JSON. Mark field references must match row keys. Chronological annual values use \"YYYY\" strings on an explicit UTC scale. Bar and area value axes stay linear and include zero. Explicit base-10 log scales require positive finite values and domains; use line or dot. Configure scales with top-level x/y; hide with display: false. Put shared data at chart level; use mark data for distinct rows. When rows share a bar position, map a series field to fill or stroke before setting group or aggregate."
      • changedOutput schema / properties / suggestedConfig / properties / x / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "utc",
        -  "band"
        -]New value: +[
        +  "linear",
        +  "log",
        +  "utc",
        +  "band"
        +]
      • changedOutput schema / properties / suggestedConfig / properties / y / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "utc",
        -  "band"
        -]New value: +[
        +  "linear",
        +  "log",
        +  "utc",
        +  "band"
        +]
  3. 6 tool updates
    • Changedget_chart_config2 fields changed
      • removedOutput schema / $id
        Removed value: -"https://szum.io/schema.json"
      • changedOutput schema / description
        Previous value: -"Schema version 2026-03-20. Send this JSON to POST https://szum.io/chart to render a chart image."New value: +"Schema version 2026-03-20. Send this JSON to POST https://szum.io/validate to validate it or POST https://szum.io/chart to render a chart image."
    • Changedget_examples6 fields changed
      • addedOutput schema / properties / examples / items / properties / config / additionalProperties
        Added value: +{}
      • addedOutput schema / properties / examples / items / properties / config / description
        Added value: +"Schema version 2026-03-20. Send this JSON to POST https://szum.io/validate to validate it or POST https://szum.io/chart to render a chart image."
      • addedOutput schema / properties / examples / items / properties / config / properties
        Added value: +{
        +  "attribution": {
        +    "description": "Show a small \"Made with Szum\" credit in the bottom-right. Always on for free and keyless renders; Creator and Pro omit it by default and set true to opt in.",
        +    "type": "boolean"
        +  },
        +  "color": {
        +    "anyOf": [
        +      {
        +        "additionalProperties": {},
        +        "properties": {
        +          "domain": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "type": "array"
        +          },
        +          "label": {
        +            "type": "string"
        +          },
        +          "range": {
        +            "items": {
        +              "type": "string"
        +            },
        +            "type": "array"
        +          },
        +          "type": {
        +            "const": "categorical",
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "type"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "additionalProperties": {},
        +        "properties": {
        +          "domain": {
        +            "items": [
        +              {
        +                "type": "number"
        +              },
        +              {
        +                "type": "number"
        +              }
        +            ],
        +            "maxItems": 2,
        +            "minItems": 2,
        +            "type": "array"
        +          },
        +          "label": {
        +            "type": "string"
        +          },
        +          "range": {
        +            "items": [
        +              {
        +                "type": "string"
        +              },
        +              {
        +                "type": "string"
        +              }
        +            ],
        +            "maxItems": 2,
        +            "minItems": 2,
        +            "type": "array"
        +          },
        +          "type": {
        +            "const": "sequential",
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "type"
        +        ],
        +        "type": "object"
        +      },
        +      {
        +        "additionalProperties": false,
        +        "properties": {
        +          "label": {
        +            "type": "string"
        +          }
        +        },
        +        "type": "object"
        +      }
        +    ]
        +  },
        +  "data": {
        +    "items": {
        +      "additionalProperties": {
        +        "anyOf": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "number"
        +          }
        +        ]
        +      },
        +      "propertyNames": {
        +        "type": "string"
        +      },
        +      "type": "object"
        +    },
        +    "type": "array"
        +  },
        +  "footer": {
        +    "description": "Caption below the chart (a source line, methodology note, date). URLs, bare domains, and [label](url) links in it are auto-detected and rendered as inline links on every surface.",
        +    "type": "string"
        +  },
        +  "format": {
        +    "enum": [
        +      "svg",
        +      "png"
        +    ],
        +    "type": "string"
        +  },
        +  "headerAlign": {
        +    "enum": [
        +      "left",
        +      "center",
        +      "right"
        +    ],
        +    "type": "string"
        +  },
        +  "height": {
        +    "maximum": 4096,
        +    "minimum": 1,
        +    "type": "integer"
        +  },
        +  "locale": {
        +    "description": "Locale identifier accepted by JavaScript Intl and associated with the chart content, such as en, pl, or zh-Hant.",
        +    "pattern": "^(?:[A-Za-z]{2,3}|[A-Za-z]{5,8})(?:-[A-Za-z]{4})?(?:-(?:[A-Za-z]{2}|[0-9]{3}))?(?:-(?:[A-Za-z0-9]{5,8}|[0-9][A-Za-z0-9]{3}))*(?:-[0-9A-WY-Za-wy-z](?:-[A-Za-z0-9]{2,8})+)*(?:-[xX](?:-[A-Za-z0-9]{1,8})+)?$",
        +    "type": "string"
        +  },
        +  "margin": {
        +    "additionalProperties": {},
        +    "properties": {
        +      "bottom": {
        +        "type": "number"
        +      },
        +      "left": {
        +        "type": "number"
        +      },
        +      "right": {
        +        "type": "number"
        +      },
        +      "top": {
        +        "type": "number"
        +      }
        +    },
        +    "type": "object"
        +  },
        +  "marks": {
        +    "items": {
        +      "oneOf": [
        +        {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {
        +                  "anyOf": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ]
        +                },
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "fill": {
        +              "type": "string"
        +            },
        +            "label": {
        +              "additionalProperties": {},
        +              "properties": {
        +                "field": {
        +                  "type": "string"
        +                },
        +                "format": {
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "field"
        +              ],
        +              "type": "object"
        +            },
        +            "r": {
        +              "type": "number"
        +            },
        +            "stroke": {
        +              "type": "string"
        +            },
        +            "strokeWidth": {
        +              "default": 1,
        +              "type": "number"
        +            },
        +            "type": {
        +              "const": "dot",
        +              "type": "string"
        +            },
        +            "x": {
        +              "default": "x",
        +              "type": "string"
        +            },
        +            "y": {
        +              "default": "y",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        {
        +          "additionalProperties": {},
        +          "properties": {
        +            "curve": {
        +              "enum": [
        +                "linear",
        +                "monotone",
        +                "step"
        +              ],
        +              "type": "string"
        +            },
        +            "data": {
        +              "items": {
        +                "additionalProperties": {
        +                  "anyOf": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ]
        +                },
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "fill": {
        +              "type": "string"
        +            },
        +            "label": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "additionalProperties": {},
        +                  "properties": {
        +                    "end": {
        +                      "anyOf": [
        +                        {
        +                          "type": "boolean"
        +                        },
        +                        {
        +                          "items": {
        +                            "enum": [
        +                              "category",
        +                              "value"
        +                            ],
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      ],
        +                      "default": [
        +                        "category"
        +                      ]
        +                    },
        +                    "format": {
        +                      "type": "string"
        +                    },
        +                    "points": {
        +                      "anyOf": [
        +                        {
        +                          "enum": [
        +                            "extrema",
        +                            "all",
        +                            "ends"
        +                          ],
        +                          "type": "string"
        +                        },
        +                        {
        +                          "const": false,
        +                          "type": "boolean"
        +                        },
        +                        {
        +                          "additionalProperties": {},
        +                          "properties": {
        +                            "at": {
        +                              "enum": [
        +                                "extrema",
        +                                "all",
        +                                "ends"
        +                              ],
        +                              "type": "string"
        +                            },
        +                            "show": {
        +                              "default": [
        +                                "value"
        +                              ],
        +                              "items": {
        +                                "enum": [
        +                                  "value",
        +                                  "category"
        +                                ],
        +                                "type": "string"
        +                              },
        +                              "type": "array"
        +                            }
        +                          },
        +                          "required": [
        +                            "at"
        +                          ],
        +                          "type": "object"
        +                        }
        +                      ],
        +                      "default": false
        +                    }
        +                  },
        +                  "type": "object"
        +                }
        +              ]
        +            },
        +            "stroke": {
        +              "type": "string"
        +            },
        +            "strokeWidth": {
        +              "type": "number"
        +            },
        +            "type": {
        +              "const": "line",
        +              "type": "string"
        +            },
        +            "x": {
        +              "default": "x",
        +              "type": "string"
        +            },
        +            "y": {
        +              "default": "y",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        {
        +          "additionalProperties": {},
        +          "properties": {
        +            "cornerRadius": {
        +              "type": "number"
        +            },
        +            "data": {
        +              "items": {
        +                "additionalProperties": {
        +                  "anyOf": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ]
        +                },
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "fill": {
        +              "type": "string"
        +            },
        +            "group": {
        +              "default": "stack",
        +              "enum": [
        +                "stack",
        +                "dodge"
        +              ],
        +              "type": "string"
        +            },
        +            "label": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "additionalProperties": {},
        +                  "properties": {
        +                    "format": {
        +                      "type": "string"
        +                    },
        +                    "position": {
        +                      "default": "outside",
        +                      "enum": [
        +                        "auto",
        +                        "outside",
        +                        "inside"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "show": {
        +                      "default": [
        +                        "value"
        +                      ],
        +                      "items": {
        +                        "enum": [
        +                          "value",
        +                          "percent",
        +                          "category",
        +                          "total"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "type": "array"
        +                    }
        +                  },
        +                  "type": "object"
        +                }
        +              ]
        +            },
        +            "stroke": {
        +              "type": "string"
        +            },
        +            "strokeWidth": {
        +              "default": 1,
        +              "type": "number"
        +            },
        +            "type": {
        +              "const": "barY",
        +              "type": "string"
        +            },
        +            "x": {
        +              "default": "x",
        +              "type": "string"
        +            },
        +            "y": {
        +              "default": "y",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        {
        +          "additionalProperties": {},
        +          "properties": {
        +            "cornerRadius": {
        +              "type": "number"
        +            },
        +            "data": {
        +              "items": {
        +                "additionalProperties": {
        +                  "anyOf": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ]
        +                },
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "fill": {
        +              "type": "string"
        +            },
        +            "group": {
        +              "default": "stack",
        +              "enum": [
        +                "stack",
        +                "dodge"
        +              ],
        +              "type": "string"
        +            },
        +            "label": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "additionalProperties": {},
        +                  "properties": {
        +                    "format": {
        +                      "type": "string"
        +                    },
        +                    "position": {
        +                      "default": "outside",
        +                      "enum": [
        +                        "auto",
        +                        "outside",
        +                        "inside"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "show": {
        +                      "default": [
        +                        "value"
        +                      ],
        +                      "items": {
        +                        "enum": [
        +                          "value",
        +                          "percent",
        +                          "category",
        +                          "total"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "type": "array"
        +                    }
        +                  },
        +                  "type": "object"
        +                }
        +              ]
        +            },
        +            "stroke": {
        +              "type": "string"
        +            },
        +            "strokeWidth": {
        +              "default": 1,
        +              "type": "number"
        +            },
        +            "type": {
        +              "const": "barX",
        +              "type": "string"
        +            },
        +            "x": {
        +              "default": "x",
        +              "type": "string"
        +            },
        +            "y": {
        +              "default": "y",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        {
        +          "additionalProperties": {},
        +          "properties": {
        +            "curve": {
        +              "enum": [
        +                "linear",
        +                "monotone",
        +                "step"
        +              ],
        +              "type": "string"
        +            },
        +            "data": {
        +              "items": {
        +                "additionalProperties": {
        +                  "anyOf": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ]
        +                },
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "fill": {
        +              "type": "string"
        +            },
        +            "label": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "additionalProperties": {},
        +                  "properties": {
        +                    "end": {
        +                      "anyOf": [
        +                        {
        +                          "type": "boolean"
        +                        },
        +                        {
        +                          "items": {
        +                            "enum": [
        +                              "category",
        +                              "value",
        +                              "percent"
        +                            ],
        +                            "type": "string"
        +                          },
        +                          "type": "array"
        +                        }
        +                      ],
        +                      "default": [
        +                        "category"
        +                      ]
        +                    },
        +                    "format": {
        +                      "type": "string"
        +                    }
        +                  },
        +                  "type": "object"
        +                }
        +              ]
        +            },
        +            "stroke": {
        +              "type": "string"
        +            },
        +            "strokeWidth": {
        +              "default": 0,
        +              "type": "number"
        +            },
        +            "type": {
        +              "const": "areaY",
        +              "type": "string"
        +            },
        +            "x": {
        +              "default": "x",
        +              "type": "string"
        +            },
        +            "y": {
        +              "default": "y",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        {
        +          "additionalProperties": {},
        +          "properties": {
        +            "curve": {
        +              "enum": [
        +                "linear",
        +                "monotone",
        +                "step"
        +              ],
        +              "type": "string"
        +            },
        +            "data": {
        +              "items": {
        +                "additionalProperties": {
        +                  "anyOf": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ]
        +                },
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "fill": {
        +              "type": "string"
        +            },
        +            "stroke": {
        +              "type": "string"
        +            },
        +            "strokeWidth": {
        +              "default": 0,
        +              "type": "number"
        +            },
        +            "type": {
        +              "const": "areaX",
        +              "type": "string"
        +            },
        +            "x": {
        +              "default": "x",
        +              "type": "string"
        +            },
        +            "y": {
        +              "default": "y",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        {
        +          "additionalProperties": {},
        +          "properties": {
        +            "cornerRadius": {
        +              "type": "number"
        +            },
        +            "data": {
        +              "items": {
        +                "additionalProperties": {
        +                  "anyOf": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ]
        +                },
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "fill": {
        +              "type": "string"
        +            },
        +            "innerRadius": {
        +              "default": 0,
        +              "maximum": 1,
        +              "minimum": 0,
        +              "type": "number"
        +            },
        +            "label": {
        +              "anyOf": [
        +                {
        +                  "type": "boolean"
        +                },
        +                {
        +                  "additionalProperties": {},
        +                  "properties": {
        +                    "format": {
        +                      "type": "string"
        +                    },
        +                    "position": {
        +                      "default": "auto",
        +                      "enum": [
        +                        "auto",
        +                        "inside",
        +                        "outside"
        +                      ],
        +                      "type": "string"
        +                    },
        +                    "show": {
        +                      "default": [
        +                        "category",
        +                        "percent"
        +                      ],
        +                      "items": {
        +                        "enum": [
        +                          "value",
        +                          "percent",
        +                          "category"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "type": "array"
        +                    }
        +                  },
        +                  "type": "object"
        +                }
        +              ]
        +            },
        +            "stroke": {
        +              "type": "string"
        +            },
        +            "strokeWidth": {
        +              "default": 1,
        +              "type": "number"
        +            },
        +            "type": {
        +              "const": "pie",
        +              "type": "string"
        +            },
        +            "x": {
        +              "default": "x",
        +              "type": "string"
        +            },
        +            "y": {
        +              "default": "y",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {
        +                  "anyOf": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ]
        +                },
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "dx": {
        +              "default": 0,
        +              "type": "number"
        +            },
        +            "dy": {
        +              "default": 0,
        +              "type": "number"
        +            },
        +            "fill": {
        +              "type": "string"
        +            },
        +            "fontSize": {
        +              "type": "number"
        +            },
        +            "fontWeight": {
        +              "type": "string"
        +            },
        +            "stroke": {
        +              "type": "string"
        +            },
        +            "strokeWidth": {
        +              "default": 1,
        +              "type": "number"
        +            },
        +            "text": {
        +              "default": "text",
        +              "type": "string"
        +            },
        +            "textAnchor": {
        +              "default": "center",
        +              "enum": [
        +                "start",
        +                "center",
        +                "end"
        +              ],
        +              "type": "string"
        +            },
        +            "type": {
        +              "const": "text",
        +              "type": "string"
        +            },
        +            "x": {
        +              "default": "x",
        +              "type": "string"
        +            },
        +            "y": {
        +              "default": "y",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {
        +                  "anyOf": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ]
        +                },
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "fill": {
        +              "type": "string"
        +            },
        +            "stroke": {
        +              "type": "string"
        +            },
        +            "strokeWidth": {
        +              "default": 1,
        +              "type": "number"
        +            },
        +            "type": {
        +              "const": "ruleX",
        +              "type": "string"
        +            },
        +            "x": {
        +              "default": "x",
        +              "type": "string"
        +            },
        +            "y": {
        +              "default": "y",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        {
        +          "additionalProperties": {},
        +          "properties": {
        +            "data": {
        +              "items": {
        +                "additionalProperties": {
        +                  "anyOf": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ]
        +                },
        +                "propertyNames": {
        +                  "type": "string"
        +                },
        +                "type": "object"
        +              },
        +              "type": "array"
        +            },
        +            "fill": {
        +              "type": "string"
        +            },
        +            "stroke": {
        +              "type": "string"
        +            },
        +            "strokeWidth": {
        +              "default": 1,
        +              "type": "number"
        +            },
        +            "type": {
        +              "const": "ruleY",
        +              "type": "string"
        +            },
        +            "x": {
        +              "default": "x",
        +              "type": "string"
        +            },
        +            "y": {
        +              "default": "y",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "type"
        +          ],
        +          "type": "object"
        +        }
        +      ]
        +    },
        +    "minItems": 1,
        +    "type": "array"
        +  },
        +  "plotHeight": {
        +    "maximum": 4096,
        +    "minimum": 1,
        +    "type": "integer"
        +  },
        +  "plotWidth": {
        +    "maximum": 4096,
        +    "minimum": 1,
        +    "type": "integer"
        +  },
        +  "scale": {
        +    "maximum": 4,
        +    "minimum": 1,
        +    "type": "integer"
        +  },
        +  "subtitle": {
        +    "type": "string"
        +  },
        +  "theme": {
        +    "default": "editorial",
        +    "enum": [
        +      "editorial",
        +      "clean",
        +      "noir",
        +      "loud",
        +      "soft",
        +      "technical"
        +    ],
        +    "type": "string"
        +  },
        +  "themeOverrides": {
        +    "additionalProperties": {},
        +    "properties": {
        +      "axisColor": {
        +        "type": "string"
        +      },
        +      "axisFrame": {
        +        "enum": [
        +          "none",
        +          "baseline",
        +          "lShape",
        +          "full"
        +        ],
        +        "type": "string"
        +      },
        +      "axisLabelColor": {
        +        "type": "string"
        +      },
        +      "axisLabelFontWeight": {
        +        "type": "string"
        +      },
        +      "axisLineWidth": {
        +        "type": "number"
        +      },
        +      "backgroundColor": {
        +        "type": "string"
        +      },
        +      "barCornerRadius": {
        +        "type": "number"
        +      },
        +      "barPadding": {
        +        "type": "number"
        +      },
        +      "colors": {
        +        "items": {
        +          "type": "string"
        +        },
        +        "type": "array"
        +      },
        +      "curve": {
        +        "enum": [
        +          "linear",
        +          "monotone",
        +          "step"
        +        ],
        +        "type": "string"
        +      },
        +      "dotRadius": {
        +        "type": "number"
        +      },
        +      "fontFamily": {
        +        "enum": [
        +          "ABeeZee",
        +          "ADLaM Display",
        +          "AR One Sans",
        +          "Abel",
        +          "Abhaya Libre",
        +          "Aboreto",
        +          "Abril Fatface",
        +          "Abyssinica SIL",
        +          "Aclonica",
        +          "Acme",
        +          "Actor",
        +          "Adamina",
        +          "Advent Pro",
        +          "Afacad",
        +          "Afacad Flux",
        +          "Agbalumo",
        +          "Agdasima",
        +          "Agu Display",
        +          "Aguafina Script",
        +          "Akatab",
        +          "Akaya Kanadaka",
        +          "Akaya Telivigala",
        +          "Akronim",
        +          "Akshar",
        +          "Akt",
        +          "Aladin",
        +          "Alan Sans",
        +          "Alata",
        +          "Alatsi",
        +          "Albert Sans",
        +          "Aldrich",
        +          "Alef",
        +          "Alegreya",
        +          "Alegreya SC",
        +          "Alegreya Sans",
        +          "Alegreya Sans SC",
        +          "Aleo",
        +          "Alex Brush",
        +          "Alexandria",
        +          "Alfa Slab One",
        +          "Alice",
        +          "Alien Block",
        +          "Alike",
        +          "Alike Angular",
        +          "Alkalami",
        +          "Alkatra",
        +          "Allan",
        +          "Allerta",
        +          "Allerta Stencil",
        +          "Allison",
        +          "Allkin",
        +          "Allura",
        +          "Almarai",
        +          "Almendra",
        +          "Almendra Display",
        +          "Almendra SC",
        +          "Alumni Sans",
        +          "Alumni Sans Collegiate One",
        +          "Alumni Sans Inline One",
        +          "Alumni Sans Pinstripe",
        +          "Alumni Sans SC",
        +          "Alyamama",
        +          "Amarante",
        +          "Amaranth",
        +          "Amarna",
        +          "Amatic SC",
        +          "Amethysta",
        +          "Amiko",
        +          "Amiri",
        +          "Amiri Quran",
        +          "Amita",
        +          "Anaheim",
        +          "Ancizar Sans",
        +          "Ancizar Serif",
        +          "Andada Pro",
        +          "Andika",
        +          "Anek Bangla",
        +          "Anek Devanagari",
        +          "Anek Gujarati",
        +          "Anek Gurmukhi",
        +          "Anek Kannada",
        +          "Anek Latin",
        +          "Anek Malayalam",
        +          "Anek Odia",
        +          "Anek Tamil",
        +          "Anek Telugu",
        +          "Angkor",
        +          "Annapurna SIL",
        +          "Annie Use Your Telescope",
        +          "Anonymous Pro",
        +          "Anta",
        +          "Antic",
        +          "Antic Didone",
        +          "Antic Slab",
        +          "Anton",
        +          "Anton SC",
        +          "Antonio",
        +          "Anuphan",
        +          "Anybody",
        +          "Aoboshi One",
        +          "Arapey",
        +          "Arbutus",
        +          "Arbutus Slab",
        +          "Architects Daughter",
        +          "Archivo",
        +          "Archivo Black",
        +          "Archivo Narrow",
        +          "Are You Serious",
        +          "Aref Ruqaa",
        +          "Aref Ruqaa Ink",
        +          "Arima",
        +          "Arimo",
        +          "Arizonia",
        +          "Armata",
        +          "Arsenal",
        +          "Arsenal SC",
        +          "Artifika",
        +          "Arvo",
        +          "Arya",
        +          "Asap",
        +          "Asap Condensed",
        +          "Asar",
        +          "Asimovian",
        +          "Asset",
        +          "Assistant",
        +          "Asta Sans",
        +          "Astloch",
        +          "Asul",
        +          "Athiti",
        +          "Atkinson Hyperlegible",
        +          "Atkinson Hyperlegible Mono",
        +          "Atkinson Hyperlegible Next",
        +          "Atma",
        +          "Atomic Age",
        +          "Aubrey",
        +          "Audiowide",
        +          "Autour One",
        +          "Average",
        +          "Average Sans",
        +          "Averia Gruesa Libre",
        +          "Averia Libre",
        +          "Averia Sans Libre",
        +          "Averia Serif Libre",
        +          "Azeret Mono",
        +          "B612",
        +          "B612 Mono",
        +          "BBH Bartle",
        +          "BBH Bogle",
        +          "BBH Hegarty",
        +          "BIZ UDGothic",
        +          "BIZ UDMincho",
        +          "BIZ UDPGothic",
        +          "BIZ UDPMincho",
        +          "BJCree",
        +          "Babylonica",
        +          "Bacasime Antique",
        +          "Bad Script",
        +          "Badeen Display",
        +          "Bagel Fat One",
        +          "Bahiana",
        +          "Bahianita",
        +          "Bai Jamjuree",
        +          "Bakbak One",
        +          "Ballet",
        +          "Baloo 2",
        +          "Baloo Bhai 2",
        +          "Baloo Bhaijaan 2",
        +          "Baloo Bhaina 2",
        +          "Baloo Chettan 2",
        +          "Baloo Da 2",
        +          "Baloo Paaji 2",
        +          "Baloo Tamma 2",
        +          "Baloo Tammudu 2",
        +          "Baloo Thambi 2",
        +          "Balsamiq Sans",
        +          "Balthazar",
        +          "Bangers",
        +          "Barlow",
        +          "Barlow Condensed",
        +          "Barlow Semi Condensed",
        +          "Barriecito",
        +          "Barrio",
        +          "Basic",
        +          "Baskervville",
        +          "Baskervville SC",
        +          "Battambang",
        +          "Baumans",
        +          "Bayon",
        +          "Be Vietnam Pro",
        +          "Beau Rivage",
        +          "Bebas Neue",
        +          "Beiruti",
        +          "Belanosima",
        +          "Belgrano",
        +          "Bellefair",
        +          "Belleza",
        +          "Bellota",
        +          "Bellota Text",
        +          "BenchNine",
        +          "Benne",
        +          "Bentham",
        +          "Berkshire Swash",
        +          "Besley",
        +          "Betania Patmos",
        +          "Betania Patmos GDL",
        +          "Betania Patmos In",
        +          "Betania Patmos In GDL",
        +          "Beth Ellen",
        +          "Bevan",
        +          "BhuTuka Expanded One",
        +          "Big Shoulders",
        +          "Big Shoulders Inline",
        +          "Big Shoulders Stencil",
        +          "Bigelow Rules",
        +          "Bigshot One",
        +          "Bilbo",
        +          "Bilbo Swash Caps",
        +          "BioRhyme",
        +          "BioRhyme Expanded",
        +          "Birthstone",
        +          "Birthstone Bounce",
        +          "Biryani",
        +          "Bitcount",
        +          "Bitcount Grid Double",
        +          "Bitcount Grid Double Ink",
        +          "Bitcount Grid Single",
        +          "Bitcount Grid Single Ink",
        +          "Bitcount Ink",
        +          "Bitcount Prop Double",
        +          "Bitcount Prop Double Ink",
        +          "Bitcount Prop Single",
        +          "Bitcount Prop Single Ink",
        +          "Bitcount Single",
        +          "Bitcount Single Ink",
        +          "Bitter",
        +          "Black And White Picture",
        +          "Black Han Sans",
        +          "Black Ops One",
        +          "Blaka",
        +          "Blaka Hollow",
        +          "Blaka Ink",
        +          "Blinker",
        +          "Bodoni Moda",
        +          "Bodoni Moda SC",
        +          "Bokor",
        +          "Boldonse",
        +          "Bona Nova",
        +          "Bona Nova SC",
        +          "Bonbon",
        +          "Bonheur Royale",
        +          "Boogaloo",
        +          "Borel",
        +          "Bowlby One",
        +          "Bowlby One SC",
        +          "Bpmf Huninn",
        +          "Bpmf Iansui",
        +          "Bpmf Zihi Kai Std",
        +          "Braah One",
        +          "Brawler",
        +          "Bree Serif",
        +          "Bricolage Grotesque",
        +          "Bruno Ace",
        +          "Bruno Ace SC",
        +          "Brygada 1918",
        +          "Bubblegum Sans",
        +          "Bubbler One",
        +          "Buda",
        +          "Buenard",
        +          "Bungee",
        +          "Bungee Hairline",
        +          "Bungee Inline",
        +          "Bungee Outline",
        +          "Bungee Shade",
        +          "Bungee Spice",
        +          "Bungee Tint",
        +          "Butcherman",
        +          "Butterfly Kids",
        +          "Bytesized",
        +          "Cabin",
        +          "Cabin Condensed",
        +          "Cabin Sketch",
        +          "Cactus Classical Serif",
        +          "Caesar Dressing",
        +          "Cagliostro",
        +          "Cairo",
        +          "Cairo Play",
        +          "Cal Sans",
        +          "Caladea",
        +          "Calistoga",
        +          "Calligraffitti",
        +          "Cambay",
        +          "Cambo",
        +          "Candal",
        +          "Cantarell",
        +          "Cantata One",
        +          "Cantora One",
        +          "Caprasimo",
        +          "Capriola",
        +          "Caramel",
        +          "Carattere",
        +          "Cardo",
        +          "Carlito",
        +          "Carme",
        +          "Carrois Gothic",
        +          "Carrois Gothic SC",
        +          "Carter One",
        +          "Cascadia Code",
        +          "Cascadia Mono",
        +          "Castoro",
        +          "Castoro Titling",
        +          "Catamaran",
        +          "Caudex",
        +          "Cause",
        +          "Caveat",
        +          "Caveat Brush",
        +          "Cedarville Cursive",
        +          "Ceviche One",
        +          "Chakra Petch",
        +          "Changa",
        +          "Changa One",
        +          "Chango",
        +          "Charis SIL",
        +          "Charm",
        +          "Charmonman",
        +          "Chathura",
        +          "Chau Philomene One",
        +          "Chela One",
        +          "Chelsea Market",
        +          "Chenla",
        +          "Cherish",
        +          "Cherry Bomb One",
        +          "Cherry Cream Soda",
        +          "Cherry Swash",
        +          "Chewy",
        +          "Chicle",
        +          "Chilanka",
        +          "Chiron GoRound TC",
        +          "Chiron Hei HK",
        +          "Chiron Sung HK",
        +          "Chivo",
        +          "Chivo Mono",
        +          "Chocolate Classical Sans",
        +          "Chokokutai",
        +          "Chonburi",
        +          "Cinzel",
        +          "Cinzel Decorative",
        +          "Clicker Script",
        +          "Climate Crisis",
        +          "Coda",
        +          "Codystar",
        +          "Coiny",
        +          "Combo",
        +          "Comfortaa",
        +          "Comforter",
        +          "Comforter Brush",
        +          "Comic Neue",
        +          "Comic Relief",
        +          "Coming Soon",
        +          "Comme",
        +          "Commissioner",
        +          "Concert One",
        +          "Condiment",
        +          "Content",
        +          "Contrail One",
        +          "Convergence",
        +          "Cookie",
        +          "Copse",
        +          "Coral Pixels",
        +          "Corben",
        +          "Corinthia",
        +          "Cormorant",
        +          "Cormorant Garamond",
        +          "Cormorant Infant",
        +          "Cormorant SC",
        +          "Cormorant Unicase",
        +          "Cormorant Upright",
        +          "Cossette Texte",
        +          "Cossette Titre",
        +          "Courgette",
        +          "Courier Prime",
        +          "Cousine",
        +          "Coustard",
        +          "Covered By Your Grace",
        +          "Crafty Girls",
        +          "Creepster",
        +          "Crete Round",
        +          "Crimson Pro",
        +          "Crimson Text",
        +          "Croissant One",
        +          "Crushed",
        +          "Cuprum",
        +          "Cute Font",
        +          "Cutive",
        +          "Cutive Mono",
        +          "DM Mono",
        +          "DM Sans",
        +          "DM Serif Display",
        +          "DM Serif Text",
        +          "Dai Banna SIL",
        +          "Damion",
        +          "Dancing Script",
        +          "Danfo",
        +          "Dangrek",
        +          "Darker Grotesque",
        +          "Darumadrop One",
        +          "Datatype",
        +          "David Libre",
        +          "Dawning of a New Day",
        +          "Days One",
        +          "Dekko",
        +          "Dela Gothic One",
        +          "Delicious Handrawn",
        +          "Delius",
        +          "Delius Swash Caps",
        +          "Delius Unicase",
        +          "Della Respira",
        +          "Denk One",
        +          "Devonshire",
        +          "Dhurjati",
        +          "Didact Gothic",
        +          "Diphylleia",
        +          "Diplomata",
        +          "Diplomata SC",
        +          "Do Hyeon",
        +          "Dokdo",
        +          "Domine",
        +          "Donegal One",
        +          "Dongle",
        +          "Doppio One",
        +          "Dorsa",
        +          "Dosis",
        +          "DotGothic16",
        +          "Doto",
        +          "Dr Sugiyama",
        +          "Duru Sans",
        +          "DynaPuff",
        +          "Dynalight",
        +          "EB Garamond",
        +          "Eagle Lake",
        +          "East Sea Dokdo",
        +          "Eater",
        +          "Economica",
        +          "Eczar",
        +          "Edu AU VIC WA NT Arrows",
        +          "Edu AU VIC WA NT Dots",
        +          "Edu AU VIC WA NT Guides",
        +          "Edu AU VIC WA NT Hand",
        +          "Edu AU VIC WA NT Pre",
        +          "Edu NSW ACT Cursive",
        +          "Edu NSW ACT Foundation",
        +          "Edu NSW ACT Hand Pre",
        +          "Edu QLD Beginner",
        +          "Edu QLD Hand",
        +          "Edu SA Beginner",
        +          "Edu SA Hand",
        +          "Edu TAS Beginner",
        +          "Edu VIC WA NT Beginner",
        +          "Edu VIC WA NT Hand",
        +          "Edu VIC WA NT Hand Pre",
        +          "El Messiri",
        +          "Electrolize",
        +          "Elms Sans",
        +          "Elsie",
        +          "Elsie Swash Caps",
        +          "Emblema One",
        +          "Emilys Candy",
        +          "Encode Sans",
        +          "Encode Sans Condensed",
        +          "Encode Sans Expanded",
        +          "Encode Sans SC",
        +          "Encode Sans Semi Condensed",
        +          "Encode Sans Semi Expanded",
        +          "Engagement",
        +          "Englebert",
        +          "Enriqueta",
        +          "Ephesis",
        +          "Epilogue",
        +          "Epunda Sans",
        +          "Epunda Slab",
        +          "Erica One",
        +          "Esteban",
        +          "Estedad",
        +          "Estonia",
        +          "Euphoria Script",
        +          "Ewert",
        +          "Exile",
        +          "Exo",
        +          "Exo 2",
        +          "Expletus Sans",
        +          "Explora",
        +          "Faculty Glyphic",
        +          "Fahkwang",
        +          "Familjen Grotesk",
        +          "Fanwood Text",
        +          "Farro",
        +          "Farsan",
        +          "Fascinate",
        +          "Fascinate Inline",
        +          "Faster One",
        +          "Fasthand",
        +          "Fauna One",
        +          "Faustina",
        +          "Federant",
        +          "Federo",
        +          "Felipa",
        +          "Fenix",
        +          "Festive",
        +          "Figtree",
        +          "Finger Paint",
        +          "Finlandica Headline",
        +          "Finlandica Text",
        +          "Fira Code",
        +          "Fira Mono",
        +          "Fira Sans",
        +          "Fira Sans Condensed",
        +          "Fira Sans Extra Condensed",
        +          "Fjalla One",
        +          "Fjord One",
        +          "Flamenco",
        +          "Flavors",
        +          "Fleur De Leah",
        +          "Flow Block",
        +          "Flow Circular",
        +          "Flow Rounded",
        +          "Foldit",
        +          "Fondamento",
        +          "Fontdiner Swanky",
        +          "Forum",
        +          "Fragment Mono",
        +          "Francois One",
        +          "Frank Ruhl Libre",
        +          "Fraunces",
        +          "Freckle Face",
        +          "Fredericka the Great",
        +          "Fredoka",
        +          "Freehand",
        +          "Freeman",
        +          "Fresca",
        +          "Frijole",
        +          "Fruktur",
        +          "Fugaz One",
        +          "Fuggles",
        +          "Funnel Display",
        +          "Funnel Sans",
        +          "Fustat",
        +          "Fuzzy Bubbles",
        +          "GFS Didot",
        +          "GFS Neohellenic",
        +          "Ga Maamli",
        +          "Gabarito",
        +          "Gabriela",
        +          "Gaegu",
        +          "Gafata",
        +          "Gajraj One",
        +          "Galada",
        +          "Galdeano",
        +          "Galindo",
        +          "Gamja Flower",
        +          "Gantari",
        +          "Gasoek One",
        +          "Gayathri",
        +          "Geist",
        +          "Geist Mono",
        +          "Geist Pixel",
        +          "Gelasio",
        +          "Gemunu Libre",
        +          "Genos",
        +          "Gentium Book Plus",
        +          "Gentium Plus",
        +          "Geo",
        +          "Geologica",
        +          "Geom",
        +          "Geomini",
        +          "Georama",
        +          "Geostar",
        +          "Geostar Fill",
        +          "Germania One",
        +          "Gideon Roman",
        +          "Gidole",
        +          "Gidugu",
        +          "Gilda Display",
        +          "Girassol",
        +          "Give You Glory",
        +          "Glass Antiqua",
        +          "Glegoo",
        +          "Gloock",
        +          "Gloria Hallelujah",
        +          "Glory",
        +          "Gluten",
        +          "Goblin One",
        +          "Gochi Hand",
        +          "Goldman",
        +          "Golos Text",
        +          "Google Sans",
        +          "Google Sans Code",
        +          "Google Sans Flex",
        +          "Gorditas",
        +          "Gothic A1",
        +          "Gotu",
        +          "Goudy Bookletter 1911",
        +          "Gowun Batang",
        +          "Gowun Dodum",
        +          "Graduate",
        +          "Grand Hotel",
        +          "Grandiflora One",
        +          "Grandstander",
        +          "Grape Nuts",
        +          "Gravitas One",
        +          "Great Vibes",
        +          "Grechen Fuemen",
        +          "Grenze",
        +          "Grenze Gotisch",
        +          "Grey Qo",
        +          "Griffy",
        +          "Gruppo",
        +          "Gudea",
        +          "Gugi",
        +          "Gulzar",
        +          "Gupter",
        +          "Gurajada",
        +          "Gveret Levin",
        +          "Gwendolyn",
        +          "Habibi",
        +          "Hachi Maru Pop",
        +          "Hahmlet",
        +          "Halant",
        +          "Hammersmith One",
        +          "Hanalei",
        +          "Hanalei Fill",
        +          "Handjet",
        +          "Handlee",
        +          "Hanken Grotesk",
        +          "Hanuman",
        +          "Happy Monkey",
        +          "Harmattan",
        +          "Headland One",
        +          "Hedvig Letters Sans",
        +          "Hedvig Letters Serif",
        +          "Heebo",
        +          "Henny Penny",
        +          "Hepta Slab",
        +          "Herr Von Muellerhoff",
        +          "Hi Melody",
        +          "Hibur Mono",
        +          "Hina Mincho",
        +          "Hind",
        +          "Hind Guntur",
        +          "Hind Madurai",
        +          "Hind Mysuru",
        +          "Hind Siliguri",
        +          "Hind Vadodara",
        +          "Holtwood One SC",
        +          "Homemade Apple",
        +          "Homenaje",
        +          "Honk",
        +          "Host Grotesk",
        +          "Hubballi",
        +          "Hubot Sans",
        +          "Huninn",
        +          "Hurricane",
        +          "IBM Plex Mono",
        +          "IBM Plex Sans",
        +          "IBM Plex Sans Arabic",
        +          "IBM Plex Sans Condensed",
        +          "IBM Plex Sans Devanagari",
        +          "IBM Plex Sans Hebrew",
        +          "IBM Plex Sans JP",
        +          "IBM Plex Sans KR",
        +          "IBM Plex Sans Thai",
        +          "IBM Plex Sans Thai Looped",
        +          "IBM Plex Serif",
        +          "IM Fell DW Pica",
        +          "IM Fell DW Pica SC",
        +          "IM Fell Double Pica",
        +          "IM Fell Double Pica SC",
        +          "IM Fell English",
        +          "IM Fell English SC",
        +          "IM Fell French Canon",
        +          "IM Fell French Canon SC",
        +          "IM Fell Great Primer",
        +          "IM Fell Great Primer SC",
        +          "Iansui",
        +          "Ibarra Real Nova",
        +          "Iceberg",
        +          "Iceland",
        +          "Idiqlat",
        +          "Imbue",
        +          "Imperial Script",
        +          "Imprima",
        +          "Inclusive Sans",
        +          "Inconsolata",
        +          "Inder",
        +          "Indie Flower",
        +          "Ingrid Darling",
        +          "Inika",
        +          "Inknut Antiqua",
        +          "Inria Sans",
        +          "Inria Serif",
        +          "Inspiration",
        +          "Instrument Sans",
        +          "Instrument Serif",
        +          "Intel One Mono",
        +          "Inter",
        +          "Inter Tight",
        +          "Iosevka Charon",
        +          "Iosevka Charon Mono",
        +          "Irish Grover",
        +          "Island Moments",
        +          "Istok Web",
        +          "Italiana",
        +          "Italianno",
        +          "Itim",
        +          "Jacquard 12",
        +          "Jacquard 12 Charted",
        +          "Jacquard 24",
        +          "Jacquard 24 Charted",
        +          "Jacquarda Bastarda 9",
        +          "Jacquarda Bastarda 9 Charted",
        +          "Jacques Francois",
        +          "Jacques Francois Shadow",
        +          "Jaini",
        +          "Jaini Purva",
        +          "Jaldi",
        +          "Jaro",
        +          "Jersey 10",
        +          "Jersey 10 Charted",
        +          "Jersey 15",
        +          "Jersey 15 Charted",
        +          "Jersey 20",
        +          "Jersey 20 Charted",
        +          "Jersey 25",
        +          "Jersey 25 Charted",
        +          "JetBrains Mono",
        +          "Jim Nightshade",
        +          "Joan",
        +          "Jockey One",
        +          "Jolly Lodger",
        +          "Jomhuria",
        +          "Jomolhari",
        +          "Josefin Sans",
        +          "Josefin Slab",
        +          "Jost",
        +          "Joti One",
        +          "Jua",
        +          "Judson",
        +          "Julee",
        +          "Julius Sans One",
        +          "Junge",
        +          "Jura",
        +          "Just Another Hand",
        +          "Just Me Again Down Here",
        +          "K2D",
        +          "Kablammo",
        +          "Kadwa",
        +          "Kaisei Decol",
        +          "Kaisei HarunoUmi",
        +          "Kaisei Opti",
        +          "Kaisei Tokumin",
        +          "Kalam",
        +          "Kalnia",
        +          "Kalnia Glaze",
        +          "Kameron",
        +          "Kanchenjunga",
        +          "Kanit",
        +          "Kantumruy Pro",
        +          "Kapakana",
        +          "Karantina",
        +          "Karla",
        +          "Karla Tamil Inclined",
        +          "Karla Tamil Upright",
        +          "Karma",
        +          "Katibeh",
        +          "Kaushan Script",
        +          "Kavivanar",
        +          "Kavoon",
        +          "Kay Pho Du",
        +          "Kdam Thmor Pro",
        +          "Keania One",
        +          "Kedebideri",
        +          "Kelly Slab",
        +          "Kenia",
        +          "Khand",
        +          "Khmer",
        +          "Khula",
        +          "Kings",
        +          "Kirang Haerang",
        +          "Kite One",
        +          "Kiwi Maru",
        +          "Klee One",
        +          "Knewave",
        +          "KoHo",
        +          "Kodchasan",
        +          "Kode Mono",
        +          "Koh Santepheap",
        +          "Kolker Brush",
        +          "Konkhmer Sleokchher",
        +          "Kosugi",
        +          "Kosugi Maru",
        +          "Kotta One",
        +          "Koulen",
        +          "Kranky",
        +          "Kreon",
        +          "Kristi",
        +          "Krona One",
        +          "Krub",
        +          "Kufam",
        +          "Kulim Park",
        +          "Kumar One",
        +          "Kumar One Outline",
        +          "Kumbh Sans",
        +          "Kurale",
        +          "LINE Seed JP",
        +          "LXGW Marker Gothic",
        +          "LXGW WenKai Mono TC",
        +          "LXGW WenKai TC",
        +          "La Belle Aurore",
        +          "Labrada",
        +          "Lacquer",
        +          "Laila",
        +          "Lakki Reddy",
        +          "Lalezar",
        +          "Lancelot",
        +          "Langar",
        +          "Lateef",
        +          "Lato",
        +          "Lavishly Yours",
        +          "League Gothic",
        +          "League Script",
        +          "League Spartan",
        +          "Leckerli One",
        +          "Ledger",
        +          "Lekton",
        +          "Lemon",
        +          "Lemonada",
        +          "Lexend",
        +          "Lexend Deca",
        +          "Lexend Exa",
        +          "Lexend Giga",
        +          "Lexend Mega",
        +          "Lexend Peta",
        +          "Lexend Tera",
        +          "Lexend Zetta",
        +          "Libertinus Keyboard",
        +          "Libertinus Math",
        +          "Libertinus Mono",
        +          "Libertinus Sans",
        +          "Libertinus Serif",
        +          "Libertinus Serif Display",
        +          "Libre Barcode 128",
        +          "Libre Barcode 128 Text",
        +          "Libre Barcode 39",
        +          "Libre Barcode 39 Extended",
        +          "Libre Barcode 39 Extended Text",
        +          "Libre Barcode 39 Text",
        +          "Libre Barcode EAN13 Text",
        +          "Libre Baskerville",
        +          "Libre Bodoni",
        +          "Libre Caslon Display",
        +          "Libre Caslon Text",
        +          "Libre Franklin",
        +          "Licorice",
        +          "Life Savers",
        +          "Lilex",
        +          "Lilita One",
        +          "Lily Script One",
        +          "Limelight",
        +          "Linden Hill",
        +          "Linefont",
        +          "Lisu Bosa",
        +          "Liter",
        +          "Literata",
        +          "Liu Jian Mao Cao",
        +          "Livvic",
        +          "Lobster",
        +          "Lobster Two",
        +          "Londrina Outline",
        +          "Londrina Shadow",
        +          "Londrina Sketch",
        +          "Londrina Solid",
        +          "Long Cang",
        +          "Lora",
        +          "Love Light",
        +          "Love Ya Like A Sister",
        +          "Loved by the King",
        +          "Lovers Quarrel",
        +          "Luckiest Guy",
        +          "Lugrasimo",
        +          "Lumanosimo",
        +          "Lunasima",
        +          "Lusitana",
        +          "Lustria",
        +          "Luxurious Roman",
        +          "Luxurious Script",
        +          "M PLUS 1",
        +          "M PLUS 1 Code",
        +          "M PLUS 1p",
        +          "M PLUS 2",
        +          "M PLUS Code Latin",
        +          "M PLUS Rounded 1c",
        +          "M PLUS U",
        +          "Ma Shan Zheng",
        +          "Macondo",
        +          "Macondo Swash Caps",
        +          "Mada",
        +          "Madimi One",
        +          "Magra",
        +          "Maiden Orange",
        +          "Maitree",
        +          "Major Mono Display",
        +          "Mako",
        +          "Mali",
        +          "Mallanna",
        +          "Maname",
        +          "Mandali",
        +          "Manjari",
        +          "Manrope",
        +          "Mansalva",
        +          "Manuale",
        +          "Manufacturing Consent",
        +          "Marcellus",
        +          "Marcellus SC",
        +          "Marck Script",
        +          "Margarine",
        +          "Marhey",
        +          "Markazi Text",
        +          "Marko One",
        +          "Marmelad",
        +          "Martel",
        +          "Martel Sans",
        +          "Martian Mono",
        +          "Marvel",
        +          "Matangi",
        +          "Mate",
        +          "Mate SC",
        +          "Matemasie",
        +          "Material Icons",
        +          "Material Icons Outlined",
        +          "Material Icons Round",
        +          "Material Icons Sharp",
        +          "Material Icons Two Tone",
        +          "Material Symbols",
        +          "Material Symbols Outlined",
        +          "Material Symbols Rounded",
        +          "Material Symbols Sharp",
        +          "Maven Pro",
        +          "McLaren",
        +          "Mea Culpa",
        +          "Meddon",
        +          "MedievalSharp",
        +          "Medula One",
        +          "Meera Inimai",
        +          "Megrim",
        +          "Meie Script",
        +          "Menbere",
        +          "Meow Script",
        +          "Merienda",
        +          "Merriweather",
        +          "Merriweather Sans",
        +          "Metal",
        +          "Metal Mania",
        +          "Metamorphous",
        +          "Metrophobic",
        +          "Michroma",
        +          "Micro 5",
        +          "Micro 5 Charted",
        +          "Milonga",
        +          "Miltonian",
        +          "Miltonian Tattoo",
        +          "Mina",
        +          "Mingzat",
        +          "Miniver",
        +          "Miranda Sans",
        +          "Miriam Libre",
        +          "Mirza",
        +          "Miss Fajardose",
        +          "Mitr",
        +          "Mochiy Pop One",
        +          "Mochiy Pop P One",
        +          "Modak",
        +          "Modern Antiqua",
        +          "Moderustic",
        +          "Mogra",
        +          "Mohave",
        +          "Moirai One",
        +          "Molengo",
        +          "Molle",
        +          "Momo Signature",
        +          "Momo Trust Display",
        +          "Momo Trust Sans",
        +          "Mona Sans",
        +          "Monda",
        +          "Monofett",
        +          "Monomakh",
        +          "Monomaniac One",
        +          "Monoton",
        +          "Monsieur La Doulaise",
        +          "Montaga",
        +          "Montagu Slab",
        +          "MonteCarlo",
        +          "Montenegrin Gothic One",
        +          "Montez",
        +          "Montserrat",
        +          "Montserrat Alternates",
        +          "Montserrat Underline",
        +          "Moo Lah Lah",
        +          "Mooli",
        +          "Moon Dance",
        +          "Moul",
        +          "Moulpali",
        +          "Mountains of Christmas",
        +          "Mouse Memoirs",
        +          "Mozilla Headline",
        +          "Mozilla Text",
        +          "Mr Bedfort",
        +          "Mr Dafoe",
        +          "Mr De Haviland",
        +          "Mrs Saint Delafield",
        +          "Mrs Sheppards",
        +          "Ms Madi",
        +          "Mukta",
        +          "Mukta Mahee",
        +          "Mukta Malar",
        +          "Mukta Vaani",
        +          "Mulish",
        +          "Murecho",
        +          "MuseoModerno",
        +          "My Soul",
        +          "Mynerve",
        +          "Mystery Quest",
        +          "NTR",
        +          "Nabla",
        +          "Namdhinggo",
        +          "Nanum Brush Script",
        +          "Nanum Gothic",
        +          "Nanum Gothic Coding",
        +          "Nanum Myeongjo",
        +          "Nanum Pen Script",
        +          "Narnoor",
        +          "Nata Sans",
        +          "National Park",
        +          "Neonderthaw",
        +          "Nerko One",
        +          "Neucha",
        +          "Neuton",
        +          "New Amsterdam",
        +          "New Rocker",
        +          "New Tegomin",
        +          "News Cycle",
        +          "Newsreader",
        +          "Niconne",
        +          "Niramit",
        +          "Nixie One",
        +          "Nobile",
        +          "Nokora",
        +          "Norican",
        +          "Nosifer",
        +          "Notable",
        +          "Nothing You Could Do",
        +          "Noticia Text",
        +          "Noto Color Emoji",
        +          "Noto Emoji",
        +          "Noto Kufi Arabic",
        +          "Noto Music",
        +          "Noto Naskh Arabic",
        +          "Noto Nastaliq Urdu",
        +          "Noto Rashi Hebrew",
        +          "Noto Sans",
        +          "Noto Sans Adlam",
        +          "Noto Sans Adlam Unjoined",
        +          "Noto Sans Anatolian Hieroglyphs",
        +          "Noto Sans Arabic",
        +          "Noto Sans Armenian",
        +          "Noto Sans Avestan",
        +          "Noto Sans Balinese",
        +          "Noto Sans Bamum",
        +          "Noto Sans Bassa Vah",
        +          "Noto Sans Batak",
        +          "Noto Sans Bengali",
        +          "Noto Sans Bhaiksuki",
        +          "Noto Sans Brahmi",
        +          "Noto Sans Buginese",
        +          "Noto Sans Buhid",
        +          "Noto Sans Canadian Aboriginal",
        +          "Noto Sans Carian",
        +          "Noto Sans Caucasian Albanian",
        +          "Noto Sans Chakma",
        +          "Noto Sans Cham",
        +          "Noto Sans Cherokee",
        +          "Noto Sans Chorasmian",
        +          "Noto Sans Coptic",
        +          "Noto Sans Cuneiform",
        +          "Noto Sans Cypriot",
        +          "Noto Sans Cypro Minoan",
        +          "Noto Sans Deseret",
        +          "Noto Sans Devanagari",
        +          "Noto Sans Display",
        +          "Noto Sans Duployan",
        +          "Noto Sans Egyptian Hieroglyphs",
        +          "Noto Sans Elbasan",
        +          "Noto Sans Elymaic",
        +          "Noto Sans Ethiopic",
        +          "Noto Sans Georgian",
        +          "Noto Sans Glagolitic",
        +          "Noto Sans Gothic",
        +          "Noto Sans Grantha",
        +          "Noto Sans Gujarati",
        +          "Noto Sans Gunjala Gondi",
        +          "Noto Sans Gurmukhi",
        +          "Noto Sans HK",
        +          "Noto Sans Hanifi Rohingya",
        +          "Noto Sans Hanunoo",
        +          "Noto Sans Hatran",
        +          "Noto Sans Hebrew",
        +          "Noto Sans Imperial Aramaic",
        +          "Noto Sans Indic Siyaq Numbers",
        +          "Noto Sans Inscriptional Pahlavi",
        +          "Noto Sans Inscriptional Parthian",
        +          "Noto Sans JP",
        +          "Noto Sans Javanese",
        +          "Noto Sans KR",
        +          "Noto Sans Kaithi",
        +          "Noto Sans Kannada",
        +          "Noto Sans Kawi",
        +          "Noto Sans Kayah Li",
        +          "Noto Sans Kharoshthi",
        +          "Noto Sans Khmer",
        +          "Noto Sans Khojki",
        +          "Noto Sans Khudawadi",
        +          "Noto Sans Lao",
        +          "Noto Sans Lao Looped",
        +          "Noto Sans Lepcha",
        +          "Noto Sans Limbu",
        +          "Noto Sans Linear A",
        +          "Noto Sans Linear B",
        +          "Noto Sans Lisu",
        +          "Noto Sans Lycian",
        +          "Noto Sans Lydian",
        +          "Noto Sans Mahajani",
        +          "Noto Sans Malayalam",
        +          "Noto Sans Mandaic",
        +          "Noto Sans Manichaean",
        +          "Noto Sans Marchen",
        +          "Noto Sans Masaram Gondi",
        +          "Noto Sans Math",
        +          "Noto Sans Mayan Numerals",
        +          "Noto Sans Medefaidrin",
        +          "Noto Sans Meetei Mayek",
        +          "Noto Sans Mende Kikakui",
        +          "Noto Sans Meroitic",
        +          "Noto Sans Miao",
        +          "Noto Sans Modi",
        +          "Noto Sans Mongolian",
        +          "Noto Sans Mono",
        +          "Noto Sans Mro",
        +          "Noto Sans Multani",
        +          "Noto Sans Myanmar",
        +          "Noto Sans NKo",
        +          "Noto Sans NKo Unjoined",
        +          "Noto Sans Nabataean",
        +          "Noto Sans Nag Mundari",
        +          "Noto Sans Nandinagari",
        +          "Noto Sans New Tai Lue",
        +          "Noto Sans Newa",
        +          "Noto Sans Nushu",
        +          "Noto Sans Ogham",
        +          "Noto Sans Ol Chiki",
        +          "Noto Sans Old Hungarian",
        +          "Noto Sans Old Italic",
        +          "Noto Sans Old North Arabian",
        +          "Noto Sans Old Permic",
        +          "Noto Sans Old Persian",
        +          "Noto Sans Old Sogdian",
        +          "Noto Sans Old South Arabian",
        +          "Noto Sans Old Turkic",
        +          "Noto Sans Oriya",
        +          "Noto Sans Osage",
        +          "Noto Sans Osmanya",
        +          "Noto Sans Pahawh Hmong",
        +          "Noto Sans Palmyrene",
        +          "Noto Sans Pau Cin Hau",
        +          "Noto Sans PhagsPa",
        +          "Noto Sans Phoenician",
        +          "Noto Sans Psalter Pahlavi",
        +          "Noto Sans Rejang",
        +          "Noto Sans Runic",
        +          "Noto Sans SC",
        +          "Noto Sans Samaritan",
        +          "Noto Sans Saurashtra",
        +          "Noto Sans Sharada",
        +          "Noto Sans Shavian",
        +          "Noto Sans Siddham",
        +          "Noto Sans SignWriting",
        +          "Noto Sans Sinhala",
        +          "Noto Sans Sogdian",
        +          "Noto Sans Sora Sompeng",
        +          "Noto Sans Soyombo",
        +          "Noto Sans Sundanese",
        +          "Noto Sans Sunuwar",
        +          "Noto Sans Syloti Nagri",
        +          "Noto Sans Symbols",
        +          "Noto Sans Symbols 2",
        +          "Noto Sans Syriac",
        +          "Noto Sans Syriac Eastern",
        +          "Noto Sans Syriac Western",
        +          "Noto Sans TC",
        +          "Noto Sans Tagalog",
        +          "Noto Sans Tagbanwa",
        +          "Noto Sans Tai Le",
        +          "Noto Sans Tai Tham",
        +          "Noto Sans Tai Viet",
        +          "Noto Sans Takri",
        +          "Noto Sans Tamil",
        +          "Noto Sans Tamil Supplement",
        +          "Noto Sans Tangsa",
        +          "Noto Sans Telugu",
        +          "Noto Sans Thaana",
        +          "Noto Sans Thai",
        +          "Noto Sans Thai Looped",
        +          "Noto Sans Tifinagh",
        +          "Noto Sans Tirhuta",
        +          "Noto Sans Ugaritic",
        +          "Noto Sans Vai",
        +          "Noto Sans Vithkuqi",
        +          "Noto Sans Wancho",
        +          "Noto Sans Warang Citi",
        +          "Noto Sans Yi",
        +          "Noto Sans Zanabazar Square",
        +          "Noto Serif",
        +          "Noto Serif Ahom",
        +          "Noto Serif Armenian",
        +          "Noto Serif Balinese",
        +          "Noto Serif Bengali",
        +          "Noto Serif Devanagari",
        +          "Noto Serif Display",
        +          "Noto Serif Dives Akuru",
        +          "Noto Serif Dogra",
        +          "Noto Serif Ethiopic",
        +          "Noto Serif Georgian",
        +          "Noto Serif Grantha",
        +          "Noto Serif Gujarati",
        +          "Noto Serif Gurmukhi",
        +          "Noto Serif HK",
        +          "Noto Serif Hebrew",
        +          "Noto Serif Hentaigana",
        +          "Noto Serif JP",
        +          "Noto Serif KR",
        +          "Noto Serif Kannada",
        +          "Noto Serif Khitan Small Script",
        +          "Noto Serif Khmer",
        +          "Noto Serif Khojki",
        +          "Noto Serif Lao",
        +          "Noto Serif Makasar",
        +          "Noto Serif Malayalam",
        +          "Noto Serif Myanmar",
        +          "Noto Serif NP Hmong",
        +          "Noto Serif Old Uyghur",
        +          "Noto Serif Oriya",
        +          "Noto Serif Ottoman Siyaq",
        +          "Noto Serif SC",
        +          "Noto Serif Sinhala",
        +          "Noto Serif TC",
        +          "Noto Serif Tamil",
        +          "Noto Serif Tangut",
        +          "Noto Serif Telugu",
        +          "Noto Serif Thai",
        +          "Noto Serif Tibetan",
        +          "Noto Serif Todhri",
        +          "Noto Serif Toto",
        +          "Noto Serif Vithkuqi",
        +          "Noto Serif Yezidi",
        +          "Noto Traditional Nushu",
        +          "Noto Znamenny Musical Notation",
        +          "Nova Cut",
        +          "Nova Flat",
        +          "Nova Mono",
        +          "Nova Oval",
        +          "Nova Round",
        +          "Nova Script",
        +          "Nova Slim",
        +          "Nova Square",
        +          "Numans",
        +          "Nunito",
        +          "Nunito Sans",
        +          "Nuosu SIL",
        +          "Odibee Sans",
        +          "Odor Mean Chey",
        +          "Offside",
        +          "Oi",
        +          "Ojuju",
        +          "Old Standard TT",
        +          "Oldenburg",
        +          "Ole",
        +          "Oleo Script",
        +          "Oleo Script Swash Caps",
        +          "Onest",
        +          "Oooh Baby",
        +          "Open Sans",
        +          "Oranienbaum",
        +          "Orbit",
        +          "Orbitron",
        +          "Oregano",
        +          "Orelega One",
        +          "Orienta",
        +          "Original Surfer",
        +          "Oswald",
        +          "Outfit",
        +          "Over the Rainbow",
        +          "Overlock",
        +          "Overlock SC",
        +          "Overpass",
        +          "Overpass Mono",
        +          "Ovo",
        +          "Oxanium",
        +          "Oxygen",
        +          "Oxygen Mono",
        +          "PT Mono",
        +          "PT Sans",
        +          "PT Sans Caption",
        +          "PT Sans Narrow",
        +          "PT Serif",
        +          "PT Serif Caption",
        +          "Pacifico",
        +          "Padauk",
        +          "Padyakke Expanded One",
        +          "Palanquin",
        +          "Palanquin Dark",
        +          "Palette Mosaic",
        +          "Pangolin",
        +          "Paprika",
        +          "Parastoo",
        +          "Parisienne",
        +          "Parkinsans",
        +          "Passero One",
        +          "Passion One",
        +          "Passions Conflict",
        +          "Pathway Extreme",
        +          "Pathway Gothic One",
        +          "Patrick Hand",
        +          "Patrick Hand SC",
        +          "Pattaya",
        +          "Patua One",
        +          "Pavanam",
        +          "Paytone One",
        +          "Peddana",
        +          "Peralta",
        +          "Permanent Marker",
        +          "Petemoss",
        +          "Petit Formal Script",
        +          "Petrona",
        +          "Phetsarath",
        +          "Philosopher",
        +          "Phudu",
        +          "Piazzolla",
        +          "Piedra",
        +          "Pinyon Script",
        +          "Pirata One",
        +          "Pixelify Sans",
        +          "Plaster",
        +          "Platypi",
        +          "Play",
        +          "Playball",
        +          "Playfair",
        +          "Playfair Display",
        +          "Playfair Display SC",
        +          "Playpen Sans",
        +          "Playpen Sans Arabic",
        +          "Playpen Sans Deva",
        +          "Playpen Sans Hebrew",
        +          "Playpen Sans Thai",
        +          "Playwrite AR",
        +          "Playwrite AR Guides",
        +          "Playwrite AT",
        +          "Playwrite AT Guides",
        +          "Playwrite AU NSW",
        +          "Playwrite AU NSW Guides",
        +          "Playwrite AU QLD",
        +          "Playwrite AU QLD Guides",
        +          "Playwrite AU SA",
        +          "Playwrite AU SA Guides",
        +          "Playwrite AU TAS",
        +          "Playwrite AU TAS Guides",
        +          "Playwrite AU VIC",
        +          "Playwrite AU VIC Guides",
        +          "Playwrite BE VLG",
        +          "Playwrite BE VLG Guides",
        +          "Playwrite BE WAL",
        +          "Playwrite BE WAL Guides",
        +          "Playwrite BR",
        +          "Playwrite BR Guides",
        +          "Playwrite CA",
        +          "Playwrite CA Guides",
        +          "Playwrite CL",
        +          "Playwrite CL Guides",
        +          "Playwrite CO",
        +          "Playwrite CO Guides",
        +          "Playwrite CU",
        +          "Playwrite CU Guides",
        +          "Playwrite CZ",
        +          "Playwrite CZ Guides",
        +          "Playwrite DE Grund",
        +          "Playwrite DE Grund Guides",
        +          "Playwrite DE LA",
        +          "Playwrite DE LA Guides",
        +          "Playwrite DE SAS",
        +          "Playwrite DE SAS Guides",
        +          "Playwrite DE VA",
        +          "Playwrite DE VA Guides",
        +          "Playwrite DK Loopet",
        +          "Playwrite DK Loopet Guides",
        +          "Playwrite DK Uloopet",
        +          "Playwrite DK Uloopet Guides",
        +          "Playwrite ES",
        +          "Playwrite ES Deco",
        +          "Playwrite ES Deco Guides",
        +          "Playwrite ES Guides",
        +          "Playwrite FR Moderne",
        +          "Playwrite FR Moderne Guides",
        +          "Playwrite FR Trad",
        +          "Playwrite FR Trad Guides",
        +          "Playwrite GB J",
        +          "Playwrite GB J Guides",
        +          "Playwrite GB S",
        +          "Playwrite GB S Guides",
        +          "Playwrite HR",
        +          "Playwrite HR Guides",
        +          "Playwrite HR Lijeva",
        +          "Playwrite HR Lijeva Guides",
        +          "Playwrite HU",
        +          "Playwrite HU Guides",
        +          "Playwrite ID",
        +          "Playwrite ID Guides",
        +          "Playwrite IE",
        +          "Playwrite IE Guides",
        +          "Playwrite IN",
        +          "Playwrite IN Guides",
        +          "Playwrite IS",
        +          "Playwrite IS Guides",
        +          "Playwrite IT Moderna",
        +          "Playwrite IT Moderna Guides",
        +          "Playwrite IT Trad",
        +          "Playwrite IT Trad Guides",
        +          "Playwrite MX",
        +          "Playwrite MX Guides",
        +          "Playwrite NG Modern",
        +          "Playwrite NG Modern Guides",
        +          "Playwrite NL",
        +          "Playwrite NL Guides",
        +          "Playwrite NO",
        +          "Playwrite NO Guides",
        +          "Playwrite NZ",
        +          "Playwrite NZ Basic",
        +          "Playwrite NZ Basic Guides",
        +          "Playwrite NZ Guides",
        +          "Playwrite PE",
        +          "Playwrite PE Guides",
        +          "Playwrite PL",
        +          "Playwrite PL Guides",
        +          "Playwrite PT",
        +          "Playwrite PT Guides",
        +          "Playwrite RO",
        +          "Playwrite RO Guides",
        +          "Playwrite SK",
        +          "Playwrite SK Guides",
        +          "Playwrite TZ",
        +          "Playwrite TZ Guides",
        +          "Playwrite US Modern",
        +          "Playwrite US Modern Guides",
        +          "Playwrite US Trad",
        +          "Playwrite US Trad Guides",
        +          "Playwrite VN",
        +          "Playwrite VN Guides",
        +          "Playwrite ZA",
        +          "Playwrite ZA Guides",
        +          "Pliant",
        +          "Plus Jakarta Sans",
        +          "Pochaevsk",
        +          "Podkova",
        +          "Poetsen One",
        +          "Poiret One",
        +          "Poller One",
        +          "Poltawski Nowy",
        +          "Poly",
        +          "Pompiere",
        +          "Ponnala",
        +          "Ponomar",
        +          "Pontano Sans",
        +          "Poor Story",
        +          "Poppins",
        +          "Port Lligat Sans",
        +          "Port Lligat Slab",
        +          "Potta One",
        +          "Pragati Narrow",
        +          "Praise",
        +          "Prata",
        +          "Preahvihear",
        +          "Press Start 2P",
        +          "Pridi",
        +          "Princess Sofia",
        +          "Prociono",
        +          "Prompt",
        +          "Prosto One",
        +          "Protest Guerrilla",
        +          "Protest Revolution",
        +          "Protest Riot",
        +          "Protest Strike",
        +          "Proza Libre",
        +          "Public Sans",
        +          "Puppies Play",
        +          "Puritan",
        +          "Purple Purse",
        +          "Qahiri",
        +          "Quando",
        +          "Quantico",
        +          "Quattrocento",
        +          "Quattrocento Sans",
        +          "Questrial",
        +          "Quicksand",
        +          "Quintessential",
        +          "Qwigley",
        +          "Qwitcher Grypen",
        +          "REM",
        +          "Racing Sans One",
        +          "Radio Canada",
        +          "Radio Canada Big",
        +          "Radley",
        +          "Rajdhani",
        +          "Rakkas",
        +          "Raleway",
        +          "Raleway Dots",
        +          "Ramabhadra",
        +          "Ramaraja",
        +          "Rambla",
        +          "Rammetto One",
        +          "Rampart One",
        +          "Ramsina",
        +          "Ranchers",
        +          "Rancho",
        +          "Ranga",
        +          "Rasa",
        +          "Rationale",
        +          "Ravi Prakash",
        +          "Readex Pro",
        +          "Recursive",
        +          "Red Hat Display",
        +          "Red Hat Mono",
        +          "Red Hat Text",
        +          "Red Rose",
        +          "Redacted",
        +          "Redacted Script",
        +          "Reddit Mono",
        +          "Reddit Sans",
        +          "Reddit Sans Condensed",
        +          "Redressed",
        +          "Reem Kufi",
        +          "Reem Kufi Fun",
        +          "Reem Kufi Ink",
        +          "Reenie Beanie",
        +          "Reggae One",
        +          "Rethink Sans",
        +          "Revalia",
        +          "Rhodium Libre",
        +          "Ribeye",
        +          "Ribeye Marrow",
        +          "Righteous",
        +          "Risque",
        +          "Road Rage",
        +          "Roboto",
        +          "Roboto Condensed",
        +          "Roboto Flex",
        +          "Roboto Mono",
        +          "Roboto Serif",
        +          "Roboto Slab",
        +          "Rochester",
        +          "Rock 3D",
        +          "Rock Salt",
        +          "RocknRoll One",
        +          "Rokkitt",
        +          "Romanesco",
        +          "Ropa Sans",
        +          "Rosario",
        +          "Rosarivo",
        +          "Rouge Script",
        +          "Rowdies",
        +          "Rozha One",
        +          "Rubik",
        +          "Rubik 80s Fade",
        +          "Rubik Beastly",
        +          "Rubik Broken Fax",
        +          "Rubik Bubbles",
        +          "Rubik Burned",
        +          "Rubik Dirt",
        +          "Rubik Distressed",
        +          "Rubik Doodle Shadow",
        +          "Rubik Doodle Triangles",
        +          "Rubik Gemstones",
        +          "Rubik Glitch",
        +          "Rubik Glitch Pop",
        +          "Rubik Iso",
        +          "Rubik Lines",
        +          "Rubik Maps",
        +          "Rubik Marker Hatch",
        +          "Rubik Maze",
        +          "Rubik Microbe",
        +          "Rubik Mono One",
        +          "Rubik Moonrocks",
        +          "Rubik Pixels",
        +          "Rubik Puddles",
        +          "Rubik Scribble",
        +          "Rubik Spray Paint",
        +          "Rubik Storm",
        +          "Rubik Vinyl",
        +          "Rubik Wet Paint",
        +          "Ruda",
        +          "Rufina",
        +          "Ruge Boogie",
        +          "Ruluko",
        +          "Rum Raisin",
        +          "Ruslan Display",
        +          "Russo One",
        +          "Ruthie",
        +          "Ruwudu",
        +          "Rye",
        +          "SN Pro",
        +          "STIX Two Math",
        +          "STIX Two Text",
        +          "SUSE",
        +          "SUSE Mono",
        +          "Sacramento",
        +          "Sahitya",
        +          "Sail",
        +          "Saira",
        +          "Saira Condensed",
        +          "Saira Extra Condensed",
        +          "Saira Semi Condensed",
        +          "Saira Stencil",
        +          "Salsa",
        +          "Sanchez",
        +          "Sancreek",
        +          "Sankofa Display",
        +          "Sansation",
        +          "Sansita",
        +          "Sansita Swashed",
        +          "Sarabun",
        +          "Sarala",
        +          "Sarina",
        +          "Sarpanch",
        +          "Sassy Frass",
        +          "Satisfy",
        +          "Savate",
        +          "Sawarabi Gothic",
        +          "Sawarabi Mincho",
        +          "Scada",
        +          "Scheherazade New",
        +          "Schibsted Grotesk",
        +          "Schoolbell",
        +          "Science Gothic",
        +          "Scope One",
        +          "Seaweed Script",
        +          "Secular One",
        +          "Sedan",
        +          "Sedan SC",
        +          "Sedgwick Ave",
        +          "Sedgwick Ave Display",
        +          "Sekuya",
        +          "Sen",
        +          "Send Flowers",
        +          "Sevillana",
        +          "Seymour One",
        +          "Shadows Into Light",
        +          "Shadows Into Light Two",
        +          "Shafarik",
        +          "Shalimar",
        +          "Shantell Sans",
        +          "Shanti",
        +          "Share",
        +          "Share Tech",
        +          "Share Tech Mono",
        +          "Shippori Antique",
        +          "Shippori Antique B1",
        +          "Shippori Mincho",
        +          "Shippori Mincho B1",
        +          "Shizuru",
        +          "Shojumaru",
        +          "Short Stack",
        +          "Shrikhand",
        +          "Siemreap",
        +          "Sigmar",
        +          "Sigmar One",
        +          "Signika",
        +          "Signika Negative",
        +          "Silkscreen",
        +          "Simonetta",
        +          "Single Day",
        +          "Sintony",
        +          "Sirin Stencil",
        +          "Sirivennela",
        +          "Six Caps",
        +          "Sixtyfour",
        +          "Sixtyfour Convergence",
        +          "Skranji",
        +          "Slabo 13px",
        +          "Slabo 27px",
        +          "Slackey",
        +          "Slackside One",
        +          "Smokum",
        +          "Smooch",
        +          "Smooch Sans",
        +          "Smythe",
        +          "Sniglet",
        +          "Snippet",
        +          "Snowburst One",
        +          "Sofadi One",
        +          "Sofia",
        +          "Sofia Sans",
        +          "Sofia Sans Condensed",
        +          "Sofia Sans Extra Condensed",
        +          "Sofia Sans Semi Condensed",
        +          "Solitreo",
        +          "Solway",
        +          "Sometype Mono",
        +          "Song Myung",
        +          "Sono",
        +          "Sonsie One",
        +          "Sora",
        +          "Sorts Mill Goudy",
        +          "Sour Gummy",
        +          "Source Code Pro",
        +          "Source Sans 3",
        +          "Source Serif 4",
        +          "Space Grotesk",
        +          "Space Mono",
        +          "Special Elite",
        +          "Special Gothic",
        +          "Special Gothic Condensed One",
        +          "Special Gothic Expanded One",
        +          "Spectral",
        +          "Spectral SC",
        +          "Spicy Rice",
        +          "Spinnaker",
        +          "Spirax",
        +          "Splash",
        +          "Spline Sans",
        +          "Spline Sans Mono",
        +          "Squada One",
        +          "Square Peg",
        +          "Sree Krushnadevaraya",
        +          "Sriracha",
        +          "Srisakdi",
        +          "Staatliches",
        +          "Stack Sans Headline",
        +          "Stack Sans Notch",
        +          "Stack Sans Text",
        +          "Stalemate",
        +          "Stalinist One",
        +          "Stardos Stencil",
        +          "Stick",
        +          "Stick No Bills",
        +          "Stint Ultra Condensed",
        +          "Stint Ultra Expanded",
        +          "Stoke",
        +          "Story Script",
        +          "Strait",
        +          "Strichpunkt Sans",
        +          "Style Script",
        +          "Stylish",
        +          "Sue Ellen Francisco",
        +          "Suez One",
        +          "Sulphur Point",
        +          "Sumana",
        +          "Sunflower",
        +          "Sunshiney",
        +          "Supermercado One",
        +          "Sura",
        +          "Suranna",
        +          "Suravaram",
        +          "Suwannaphum",
        +          "Swanky and Moo Moo",
        +          "Syncopate",
        +          "Syne",
        +          "Syne Mono",
        +          "Syne Tactile",
        +          "TASA Explorer",
        +          "TASA Orbiter",
        +          "Tac One",
        +          "Tagesschrift",
        +          "Tai Heritage Pro",
        +          "Tajawal",
        +          "Tangerine",
        +          "Tapestry",
        +          "Taprom",
        +          "Tauri",
        +          "Taviraj",
        +          "Teachers",
        +          "Teko",
        +          "Tektur",
        +          "Telex",
        +          "Tenali Ramakrishna",
        +          "Tenor Sans",
        +          "Text Me One",
        +          "Texturina",
        +          "Thasadith",
        +          "The Girl Next Door",
        +          "The Nautigal",
        +          "Tienne",
        +          "TikTok Sans",
        +          "Tillana",
        +          "Tilt Neon",
        +          "Tilt Prism",
        +          "Tilt Warp",
        +          "Timmana",
        +          "Tinos",
        +          "Tiny5",
        +          "Tiro Bangla",
        +          "Tiro Devanagari Hindi",
        +          "Tiro Devanagari Marathi",
        +          "Tiro Devanagari Sanskrit",
        +          "Tiro Gurmukhi",
        +          "Tiro Kannada",
        +          "Tiro Tamil",
        +          "Tiro Telugu",
        +          "Tirra",
        +          "Titan One",
        +          "Titillium Web",
        +          "Tomorrow",
        +          "Tourney",
        +          "Trade Winds",
        +          "Train One",
        +          "Triodion",
        +          "Trirong",
        +          "Trispace",
        +          "Trocchi",
        +          "Trochut",
        +          "Truculenta",
        +          "Trykker",
        +          "Tsukimi Rounded",
        +          "Tuffy",
        +          "Tulpen One",
        +          "Turret Road",
        +          "Twinkle Star",
        +          "Ubuntu",
        +          "Ubuntu Condensed",
        +          "Ubuntu Mono",
        +          "Ubuntu Sans",
        +          "Ubuntu Sans Mono",
        +          "Uchen",
        +          "Ultra",
        +          "Unbounded",
        +          "Uncial Antiqua",
        +          "Underdog",
        +          "Unica One",
        +          "UnifrakturCook",
        +          "UnifrakturMaguntia",
        +          "Unkempt",
        +          "Unlock",
        +          "Unna",
        +          "UoqMunThenKhung",
        +          "Updock",
        +          "Urbanist",
        +          "VT323",
        +          "Vampiro One",
        +          "Varela",
        +          "Varela Round",
        +          "Varta",
        +          "Vast Shadow",
        +          "Vazirmatn",
        +          "Vend Sans",
        +          "Vesper Libre",
        +          "Viaoda Libre",
        +          "Vibes",
        +          "Vibur",
        +          "Victor Mono",
        +          "Vidaloka",
        +          "Viga",
        +          "Vina Sans",
        +          "Voces",
        +          "Volkhov",
        +          "Vollkorn",
        +          "Vollkorn SC",
        +          "Voltaire",
        +          "Vujahday Script",
        +          "WDXL Lubrifont JP N",
        +          "WDXL Lubrifont SC",
        +          "WDXL Lubrifont TC",
        +          "Waiting for the Sunrise",
        +          "Wallpoet",
        +          "Walter Turncoat",
        +          "Warnes",
        +          "Water Brush",
        +          "Waterfall",
        +          "Wavefont",
        +          "Wellfleet",
        +          "Wendy One",
        +          "Whisper",
        +          "WindSong",
        +          "Winky Rough",
        +          "Winky Sans",
        +          "Wire One",
        +          "Wittgenstein",
        +          "Wix Madefor Display",
        +          "Wix Madefor Text",
        +          "Work Sans",
        +          "Workbench",
        +          "Xanh Mono",
        +          "Yaldevi",
        +          "Yanone Kaffeesatz",
        +          "Yantramanav",
        +          "Yarndings 12",
        +          "Yarndings 12 Charted",
        +          "Yarndings 20",
        +          "Yarndings 20 Charted",
        +          "Yatra One",
        +          "Yellowtail",
        +          "Yeon Sung",
        +          "Yeseva One",
        +          "Yesteryear",
        +          "Yomogi",
        +          "Young Serif",
        +          "Yrsa",
        +          "Ysabeau",
        +          "Ysabeau Infant",
        +          "Ysabeau Office",
        +          "Ysabeau SC",
        +          "Yuji Boku",
        +          "Yuji Hentaigana Akari",
        +          "Yuji Hentaigana Akebono",
        +          "Yuji Mai",
        +          "Yuji Syuku",
        +          "Yusei Magic",
        +          "Yuyu",
        +          "Yuyu Short",
        +          "ZCOOL KuaiLe",
        +          "ZCOOL QingKe HuangYou",
        +          "ZCOOL XiaoWei",
        +          "Zain",
        +          "Zalando Sans",
        +          "Zalando Sans Expanded",
        +          "Zalando Sans SemiExpanded",
        +          "Zen Antique",
        +          "Zen Antique Soft",
        +          "Zen Dots",
        +          "Zen Kaku Gothic Antique",
        +          "Zen Kaku Gothic New",
        +          "Zen Kurenaido",
        +          "Zen Loop",
        +          "Zen Maru Gothic",
        +          "Zen Old Mincho",
        +          "Zen Tokyo Zoo",
        +          "Zeyada",
        +          "Zhi Mang Xing",
        +          "Zilla Slab",
        +          "Zilla Slab Highlight"
        +        ],
        +        "type": "string"
        +      },
        +      "fontSize": {
        +        "type": "number"
        +      },
        +      "footerColor": {
        +        "type": "string"
        +      },
        +      "footerFontSize": {
        +        "type": "number"
        +      },
        +      "footerGap": {
        +        "type": "number"
        +      },
        +      "footerLinkColor": {
        +        "type": "string"
        +      },
        +      "gridColor": {
        +        "type": "string"
        +      },
        +      "gridLineWidth": {
        +        "type": "number"
        +      },
        +      "gridLines": {
        +        "enum": [
        +          "none",
        +          "value",
        +          "both"
        +        ],
        +        "type": "string"
        +      },
        +      "headerGap": {
        +        "type": "number"
        +      },
        +      "labelColor": {
        +        "type": "string"
        +      },
        +      "labelFontSize": {
        +        "type": "number"
        +      },
        +      "labelFontWeight": {
        +        "type": "string"
        +      },
        +      "labelHaloWidth": {
        +        "type": "number"
        +      },
        +      "labelMutedFontWeight": {
        +        "type": "string"
        +      },
        +      "labelMutedOpacity": {
        +        "type": "number"
        +      },
        +      "lineStrokeWidth": {
        +        "type": "number"
        +      },
        +      "numericFontFamily": {
        +        "type": "string"
        +      },
        +      "pieCornerRadius": {
        +        "type": "number"
        +      },
        +      "sequentialRange": {
        +        "items": [
        +          {
        +            "type": "string"
        +          },
        +          {
        +            "type": "string"
        +          }
        +        ],
        +        "maxItems": 2,
        +        "minItems": 2,
        +        "type": "array"
        +      },
        +      "subtitleColor": {
        +        "type": "string"
        +      },
        +      "subtitleFontSize": {
        +        "type": "number"
        +      },
        +      "tickDensity": {
        +        "type": "number"
        +      },
        +      "tickLabelColor": {
        +        "type": "string"
        +      },
        +      "tickLabelFontWeight": {
        +        "type": "string"
        +      },
        +      "tickPadding": {
        +        "type": "number"
        +      },
        +      "tickSize": {
        +        "type": "number"
        +      },
        +      "titleColor": {
        +        "type": "string"
        +      },
        +      "titleFontFamily": {
        +        "type": "string"
        +      },
        +      "titleFontSize": {
        +        "type": "number"
        +      },
        +      "titleFontWeight": {
        +        "type": "string"
        +      },
        +      "titleSubtitleGap": {
        +        "type": "number"
        +      }
        +    },
        +    "type": "object"
        +  },
        +  "title": {
        +    "type": "string"
        +  },
        +  "version": {
        +    "const": "2026-03-20",
        +    "type": "string"
        +  },
        +  "width": {
        +    "maximum": 4096,
        +    "minimum": 1,
        +    "type": "integer"
        +  },
        +  "x": {
        +    "additionalProperties": {},
        +    "properties": {
        +      "display": {
        +        "default": true,
        +        "type": "boolean"
        +      },
        +      "domain": {
        +        "anyOf": [
        +          {
        +            "items": [
        +              {
        +                "type": "number"
        +              },
        +              {
        +                "type": "number"
        +              }
        +            ],
        +            "maxItems": 2,
        +            "minItems": 2,
        +            "type": "array"
        +          },
        +          {
        +            "items": {
        +              "type": "string"
        +            },
        +            "type": "array"
        +          }
        +        ]
        +      },
        +      "label": {
        +        "type": "string"
        +      },
        +      "nice": {
        +        "type": "boolean"
        +      },
        +      "tickFormat": {
        +        "type": "string"
        +      },
        +      "type": {
        +        "enum": [
        +          "linear",
        +          "utc",
        +          "band"
        +        ],
        +        "type": "string"
        +      }
        +    },
        +    "type": "object"
        +  },
        +  "y": {
        +    "additionalProperties": {},
        +    "properties": {
        +      "display": {
        +        "default": true,
        +        "type": "boolean"
        +      },
        +      "domain": {
        +        "anyOf": [
        +          {
        +            "items": [
        +              {
        +                "type": "number"
        +              },
        +              {
        +                "type": "number"
        +              }
        +            ],
        +            "maxItems": 2,
        +            "minItems": 2,
        +            "type": "array"
        +          },
        +          {
        +            "items": {
        +              "type": "string"
        +            },
        +            "type": "array"
        +          }
        +        ]
        +      },
        +      "label": {
        +        "type": "string"
        +      },
        +      "nice": {
        +        "type": "boolean"
        +      },
        +      "tickFormat": {
        +        "type": "string"
        +      },
        +      "type": {
        +        "enum": [
        +          "linear",
        +          "utc",
        +          "band"
        +        ],
        +        "type": "string"
        +      }
        +    },
        +    "type": "object"
        +  }
        +}
      • addedOutput schema / properties / examples / items / properties / config / required
        Added value: +[
        +  "version",
        +  "format",
        +  "marks"
        +]
      • addedOutput schema / properties / examples / items / properties / config / title
        Added value: +"Szum Chart Configuration"
      • addedOutput schema / properties / examples / items / properties / config / type
        Added value: +"object"
    • Changedrender_chart5 fields changed
      • addedInput schema / properties / acknowledgeWarnings
        Added value: +{
        +  "description": "Set true only after the user explicitly approves every warning returned for this exact config",
        +  "type": "boolean"
        +}
      • changedOutput schema / properties / format / enum
        Previous value: -[
        -  "png",
        -  "svg"
        -]New value: +[
        +  "svg",
        +  "png"
        +]
      • changedOutput schema / properties / mimeType / enum
        Previous value: -[
        -  "image/png",
        -  "image/svg+xml"
        -]New value: +[
        +  "image/svg+xml",
        +  "image/png"
        +]
      • addedOutput schema / properties / validation
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "diagnostics": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "code": {
        +            "type": "string"
        +          },
        +          "details": {
        +            "additionalProperties": {},
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          },
        +          "message": {
        +            "type": "string"
        +          },
        +          "path": {
        +            "items": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "number"
        +                }
        +              ]
        +            },
        +            "type": "array"
        +          },
        +          "relatedPaths": {
        +            "items": {
        +              "items": {
        +                "anyOf": [
        +                  {
        +                    "type": "string"
        +                  },
        +                  {
        +                    "type": "number"
        +                  }
        +                ]
        +              },
        +              "type": "array"
        +            },
        +            "type": "array"
        +          },
        +          "severity": {
        +            "enum": [
        +              "error",
        +              "warning",
        +              "suggestion"
        +            ],
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "code",
        +          "severity",
        +          "path",
        +          "message",
        +          "details"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "errors": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "code": {
        +            "type": "string"
        +          },
        +          "details": {
        +            "additionalProperties": {},
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          },
        +          "message": {
        +            "type": "string"
        +          },
        +          "path": {
        +            "items": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "number"
        +                }
        +              ]
        +            },
        +            "type": "array"
        +          },
        +          "relatedPaths": {
        +            "items": {
        +              "items": {
        +                "anyOf": [
        +                  {
        +                    "type": "string"
        +                  },
        +                  {
        +                    "type": "number"
        +                  }
        +                ]
        +              },
        +              "type": "array"
        +            },
        +            "type": "array"
        +          },
        +          "severity": {
        +            "enum": [
        +              "error",
        +              "warning",
        +              "suggestion"
        +            ],
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "code",
        +          "severity",
        +          "path",
        +          "message",
        +          "details"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "message": {
        +      "type": "string"
        +    },
        +    "suggestedConfig": {
        +      "additionalProperties": {},
        +      "description": "Schema version 2026-03-20. Send this JSON to POST https://szum.io/validate to validate it or POST https://szum.io/chart to render a chart image.",
        +      "properties": {
        +        "attribution": {
        +          "description": "Show a small \"Made with Szum\" credit in the bottom-right. Always on for free and keyless renders; Creator and Pro omit it by default and set true to opt in.",
        +          "type": "boolean"
        +        },
        +        "color": {
        +          "anyOf": [
        +            {
        +              "additionalProperties": {},
        +              "properties": {
        +                "domain": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "label": {
        +                  "type": "string"
        +                },
        +                "range": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "type": {
        +                  "const": "categorical",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "type"
        +              ],
        +              "type": "object"
        +            },
        +            {
        +              "additionalProperties": {},
        +              "properties": {
        +                "domain": {
        +                  "items": [
        +                    {
        +                      "type": "number"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ],
        +                  "maxItems": 2,
        +                  "minItems": 2,
        +                  "type": "array"
        +                },
        +                "label": {
        +                  "type": "string"
        +                },
        +                "range": {
        +                  "items": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "string"
        +                    }
        +                  ],
        +                  "maxItems": 2,
        +                  "minItems": 2,
        +                  "type": "array"
        +                },
        +                "type": {
        +                  "const": "sequential",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "type"
        +              ],
        +              "type": "object"
        +            },
        +            {
        +              "additionalProperties": false,
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                }
        +              },
        +              "type": "object"
        +            }
        +          ]
        +        },
        +        "data": {
        +          "items": {
        +            "additionalProperties": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "number"
        +                }
        +              ]
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "footer": {
        +          "description": "Caption below the chart (a source line, methodology note, date). URLs, bare domains, and [label](url) links in it are auto-detected and rendered as inline links on every surface.",
        +          "type": "string"
        +        },
        +        "format": {
        +          "enum": [
        +            "svg",
        +            "png"
        +          ],
        +          "type": "string"
        +        },
        +        "headerAlign": {
        +          "enum": [
        +            "left",
        +            "center",
        +            "right"
        +          ],
        +          "type": "string"
        +        },
        +        "height": {
        +          "maximum": 4096,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "locale": {
        +          "description": "Locale identifier accepted by JavaScript Intl and associated with the chart content, such as en, pl, or zh-Hant.",
        +          "pattern": "^(?:[A-Za-z]{2,3}|[A-Za-z]{5,8})(?:-[A-Za-z]{4})?(?:-(?:[A-Za-z]{2}|[0-9]{3}))?(?:-(?:[A-Za-z0-9]{5,8}|[0-9][A-Za-z0-9]{3}))*(?:-[0-9A-WY-Za-wy-z](?:-[A-Za-z0-9]{2,8})+)*(?:-[xX](?:-[A-Za-z0-9]{1,8})+)?$",
        +          "type": "string"
        +        },
        +        "margin": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "bottom": {
        +              "type": "number"
        +            },
        +            "left": {
        +              "type": "number"
        +            },
        +            "right": {
        +              "type": "number"
        +            },
        +            "top": {
        +              "type": "number"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "marks": {
        +          "items": {
        +            "oneOf": [
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "field": {
        +                        "type": "string"
        +                      },
        +                      "format": {
        +                        "type": "string"
        +                      }
        +                    },
        +                    "required": [
        +                      "field"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "r": {
        +                    "type": "number"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "dot",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "curve": {
        +                    "enum": [
        +                      "linear",
        +                      "monotone",
        +                      "step"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "end": {
        +                            "anyOf": [
        +                              {
        +                                "type": "boolean"
        +                              },
        +                              {
        +                                "items": {
        +                                  "enum": [
        +                                    "category",
        +                                    "value"
        +                                  ],
        +                                  "type": "string"
        +                                },
        +                                "type": "array"
        +                              }
        +                            ],
        +                            "default": [
        +                              "category"
        +                            ]
        +                          },
        +                          "format": {
        +                            "type": "string"
        +                          },
        +                          "points": {
        +                            "anyOf": [
        +                              {
        +                                "enum": [
        +                                  "extrema",
        +                                  "all",
        +                                  "ends"
        +                                ],
        +                                "type": "string"
        +                              },
        +                              {
        +                                "const": false,
        +                                "type": "boolean"
        +                              },
        +                              {
        +                                "additionalProperties": {},
        +                                "properties": {
        +                                  "at": {
        +                                    "enum": [
        +                                      "extrema",
        +                                      "all",
        +                                      "ends"
        +                                    ],
        +                                    "type": "string"
        +                                  },
        +                                  "show": {
        +                                    "default": [
        +                                      "value"
        +                                    ],
        +                                    "items": {
        +                                      "enum": [
        +                                        "value",
        +                                        "category"
        +                                      ],
        +                                      "type": "string"
        +                                    },
        +                                    "type": "array"
        +                                  }
        +                                },
        +                                "required": [
        +                                  "at"
        +                                ],
        +                                "type": "object"
        +                              }
        +                            ],
        +                            "default": false
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "line",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "cornerRadius": {
        +                    "type": "number"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "group": {
        +                    "default": "stack",
        +                    "enum": [
        +                      "stack",
        +                      "dodge"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "format": {
        +                            "type": "string"
        +                          },
        +                          "position": {
        +                            "default": "outside",
        +                            "enum": [
        +                              "auto",
        +                              "outside",
        +                              "inside"
        +                            ],
        +                            "type": "string"
        +                          },
        +                          "show": {
        +                            "default": [
        +                              "value"
        +                            ],
        +                            "items": {
        +                              "enum": [
        +                                "value",
        +                                "percent",
        +                                "category",
        +                                "total"
        +                              ],
        +                              "type": "string"
        +                            },
        +                            "type": "array"
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "barY",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "cornerRadius": {
        +                    "type": "number"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "group": {
        +                    "default": "stack",
        +                    "enum": [
        +                      "stack",
        +                      "dodge"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "format": {
        +                            "type": "string"
        +                          },
        +                          "position": {
        +                            "default": "outside",
        +                            "enum": [
        +                              "auto",
        +                              "outside",
        +                              "inside"
        +                            ],
        +                            "type": "string"
        +                          },
        +                          "show": {
        +                            "default": [
        +                              "value"
        +                            ],
        +                            "items": {
        +                              "enum": [
        +                                "value",
        +                                "percent",
        +                                "category",
        +                                "total"
        +                              ],
        +                              "type": "string"
        +                            },
        +                            "type": "array"
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "barX",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "curve": {
        +                    "enum": [
        +                      "linear",
        +                      "monotone",
        +                      "step"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "end": {
        +                            "anyOf": [
        +                              {
        +                                "type": "boolean"
        +                              },
        +                              {
        +                                "items": {
        +                                  "enum": [
        +                                    "category",
        +                                    "value",
        +                                    "percent"
        +                                  ],
        +                                  "type": "string"
        +                                },
        +                                "type": "array"
        +                              }
        +                            ],
        +                            "default": [
        +                              "category"
        +                            ]
        +                          },
        +                          "format": {
        +                            "type": "string"
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 0,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "areaY",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "curve": {
        +                    "enum": [
        +                      "linear",
        +                      "monotone",
        +                      "step"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 0,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "areaX",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "cornerRadius": {
        +                    "type": "number"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "innerRadius": {
        +                    "default": 0,
        +                    "maximum": 1,
        +                    "minimum": 0,
        +                    "type": "number"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "format": {
        +                            "type": "string"
        +                          },
        +                          "position": {
        +                            "default": "auto",
        +                            "enum": [
        +                              "auto",
        +                              "inside",
        +                              "outside"
        +                            ],
        +                            "type": "string"
        +                          },
        +                          "show": {
        +                            "default": [
        +                              "category",
        +                              "percent"
        +                            ],
        +                            "items": {
        +                              "enum": [
        +                                "value",
        +                                "percent",
        +                                "category"
        +                              ],
        +                              "type": "string"
        +                            },
        +                            "type": "array"
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "pie",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "dx": {
        +                    "default": 0,
        +                    "type": "number"
        +                  },
        +                  "dy": {
        +                    "default": 0,
        +                    "type": "number"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "fontSize": {
        +                    "type": "number"
        +                  },
        +                  "fontWeight": {
        +                    "type": "string"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "text": {
        +                    "default": "text",
        +                    "type": "string"
        +                  },
        +                  "textAnchor": {
        +                    "default": "center",
        +                    "enum": [
        +                      "start",
        +                      "center",
        +                      "end"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "type": {
        +                    "const": "text",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "ruleX",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "ruleY",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              }
        +            ]
        +          },
        +          "minItems": 1,
        +          "type": "array"
        +        },
        +        "plotHeight": {
        +          "maximum": 4096,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "plotWidth": {
        +          "maximum": 4096,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "scale": {
        +          "maximum": 4,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "subtitle": {
        +          "type": "string"
        +        },
        +        "theme": {
        +          "default": "editorial",
        +          "enum": [
        +            "editorial",
        +            "clean",
        +            "noir",
        +            "loud",
        +            "soft",
        +            "technical"
        +          ],
        +          "type": "string"
        +        },
        +        "themeOverrides": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "axisColor": {
        +              "type": "string"
        +            },
        +            "axisFrame": {
        +              "enum": [
        +                "none",
        +                "baseline",
        +                "lShape",
        +                "full"
        +              ],
        +              "type": "string"
        +            },
        +            "axisLabelColor": {
        +              "type": "string"
        +            },
        +            "axisLabelFontWeight": {
        +              "type": "string"
        +            },
        +            "axisLineWidth": {
        +              "type": "number"
        +            },
        +            "backgroundColor": {
        +              "type": "string"
        +            },
        +            "barCornerRadius": {
        +              "type": "number"
        +            },
        +            "barPadding": {
        +              "type": "number"
        +            },
        +            "colors": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "curve": {
        +              "enum": [
        +                "linear",
        +                "monotone",
        +                "step"
        +              ],
        +              "type": "string"
        +            },
        +            "dotRadius": {
        +              "type": "number"
        +            },
        +            "fontFamily": {
        +              "enum": [
        +                "ABeeZee",
        +                "ADLaM Display",
        +                "AR One Sans",
        +                "Abel",
        +                "Abhaya Libre",
        +                "Aboreto",
        +                "Abril Fatface",
        +                "Abyssinica SIL",
        +                "Aclonica",
        +                "Acme",
        +                "Actor",
        +                "Adamina",
        +                "Advent Pro",
        +                "Afacad",
        +                "Afacad Flux",
        +                "Agbalumo",
        +                "Agdasima",
        +                "Agu Display",
        +                "Aguafina Script",
        +                "Akatab",
        +                "Akaya Kanadaka",
        +                "Akaya Telivigala",
        +                "Akronim",
        +                "Akshar",
        +                "Akt",
        +                "Aladin",
        +                "Alan Sans",
        +                "Alata",
        +                "Alatsi",
        +                "Albert Sans",
        +                "Aldrich",
        +                "Alef",
        +                "Alegreya",
        +                "Alegreya SC",
        +                "Alegreya Sans",
        +                "Alegreya Sans SC",
        +                "Aleo",
        +                "Alex Brush",
        +                "Alexandria",
        +                "Alfa Slab One",
        +                "Alice",
        +                "Alien Block",
        +                "Alike",
        +                "Alike Angular",
        +                "Alkalami",
        +                "Alkatra",
        +                "Allan",
        +                "Allerta",
        +                "Allerta Stencil",
        +                "Allison",
        +                "Allkin",
        +                "Allura",
        +                "Almarai",
        +                "Almendra",
        +                "Almendra Display",
        +                "Almendra SC",
        +                "Alumni Sans",
        +                "Alumni Sans Collegiate One",
        +                "Alumni Sans Inline One",
        +                "Alumni Sans Pinstripe",
        +                "Alumni Sans SC",
        +                "Alyamama",
        +                "Amarante",
        +                "Amaranth",
        +                "Amarna",
        +                "Amatic SC",
        +                "Amethysta",
        +                "Amiko",
        +                "Amiri",
        +                "Amiri Quran",
        +                "Amita",
        +                "Anaheim",
        +                "Ancizar Sans",
        +                "Ancizar Serif",
        +                "Andada Pro",
        +                "Andika",
        +                "Anek Bangla",
        +                "Anek Devanagari",
        +                "Anek Gujarati",
        +                "Anek Gurmukhi",
        +                "Anek Kannada",
        +                "Anek Latin",
        +                "Anek Malayalam",
        +                "Anek Odia",
        +                "Anek Tamil",
        +                "Anek Telugu",
        +                "Angkor",
        +                "Annapurna SIL",
        +                "Annie Use Your Telescope",
        +                "Anonymous Pro",
        +                "Anta",
        +                "Antic",
        +                "Antic Didone",
        +                "Antic Slab",
        +                "Anton",
        +                "Anton SC",
        +                "Antonio",
        +                "Anuphan",
        +                "Anybody",
        +                "Aoboshi One",
        +                "Arapey",
        +                "Arbutus",
        +                "Arbutus Slab",
        +                "Architects Daughter",
        +                "Archivo",
        +                "Archivo Black",
        +                "Archivo Narrow",
        +                "Are You Serious",
        +                "Aref Ruqaa",
        +                "Aref Ruqaa Ink",
        +                "Arima",
        +                "Arimo",
        +                "Arizonia",
        +                "Armata",
        +                "Arsenal",
        +                "Arsenal SC",
        +                "Artifika",
        +                "Arvo",
        +                "Arya",
        +                "Asap",
        +                "Asap Condensed",
        +                "Asar",
        +                "Asimovian",
        +                "Asset",
        +                "Assistant",
        +                "Asta Sans",
        +                "Astloch",
        +                "Asul",
        +                "Athiti",
        +                "Atkinson Hyperlegible",
        +                "Atkinson Hyperlegible Mono",
        +                "Atkinson Hyperlegible Next",
        +                "Atma",
        +                "Atomic Age",
        +                "Aubrey",
        +                "Audiowide",
        +                "Autour One",
        +                "Average",
        +                "Average Sans",
        +                "Averia Gruesa Libre",
        +                "Averia Libre",
        +                "Averia Sans Libre",
        +                "Averia Serif Libre",
        +                "Azeret Mono",
        +                "B612",
        +                "B612 Mono",
        +                "BBH Bartle",
        +                "BBH Bogle",
        +                "BBH Hegarty",
        +                "BIZ UDGothic",
        +                "BIZ UDMincho",
        +                "BIZ UDPGothic",
        +                "BIZ UDPMincho",
        +                "BJCree",
        +                "Babylonica",
        +                "Bacasime Antique",
        +                "Bad Script",
        +                "Badeen Display",
        +                "Bagel Fat One",
        +                "Bahiana",
        +                "Bahianita",
        +                "Bai Jamjuree",
        +                "Bakbak One",
        +                "Ballet",
        +                "Baloo 2",
        +                "Baloo Bhai 2",
        +                "Baloo Bhaijaan 2",
        +                "Baloo Bhaina 2",
        +                "Baloo Chettan 2",
        +                "Baloo Da 2",
        +                "Baloo Paaji 2",
        +                "Baloo Tamma 2",
        +                "Baloo Tammudu 2",
        +                "Baloo Thambi 2",
        +                "Balsamiq Sans",
        +                "Balthazar",
        +                "Bangers",
        +                "Barlow",
        +                "Barlow Condensed",
        +                "Barlow Semi Condensed",
        +                "Barriecito",
        +                "Barrio",
        +                "Basic",
        +                "Baskervville",
        +                "Baskervville SC",
        +                "Battambang",
        +                "Baumans",
        +                "Bayon",
        +                "Be Vietnam Pro",
        +                "Beau Rivage",
        +                "Bebas Neue",
        +                "Beiruti",
        +                "Belanosima",
        +                "Belgrano",
        +                "Bellefair",
        +                "Belleza",
        +                "Bellota",
        +                "Bellota Text",
        +                "BenchNine",
        +                "Benne",
        +                "Bentham",
        +                "Berkshire Swash",
        +                "Besley",
        +                "Betania Patmos",
        +                "Betania Patmos GDL",
        +                "Betania Patmos In",
        +                "Betania Patmos In GDL",
        +                "Beth Ellen",
        +                "Bevan",
        +                "BhuTuka Expanded One",
        +                "Big Shoulders",
        +                "Big Shoulders Inline",
        +                "Big Shoulders Stencil",
        +                "Bigelow Rules",
        +                "Bigshot One",
        +                "Bilbo",
        +                "Bilbo Swash Caps",
        +                "BioRhyme",
        +                "BioRhyme Expanded",
        +                "Birthstone",
        +                "Birthstone Bounce",
        +                "Biryani",
        +                "Bitcount",
        +                "Bitcount Grid Double",
        +                "Bitcount Grid Double Ink",
        +                "Bitcount Grid Single",
        +                "Bitcount Grid Single Ink",
        +                "Bitcount Ink",
        +                "Bitcount Prop Double",
        +                "Bitcount Prop Double Ink",
        +                "Bitcount Prop Single",
        +                "Bitcount Prop Single Ink",
        +                "Bitcount Single",
        +                "Bitcount Single Ink",
        +                "Bitter",
        +                "Black And White Picture",
        +                "Black Han Sans",
        +                "Black Ops One",
        +                "Blaka",
        +                "Blaka Hollow",
        +                "Blaka Ink",
        +                "Blinker",
        +                "Bodoni Moda",
        +                "Bodoni Moda SC",
        +                "Bokor",
        +                "Boldonse",
        +                "Bona Nova",
        +                "Bona Nova SC",
        +                "Bonbon",
        +                "Bonheur Royale",
        +                "Boogaloo",
        +                "Borel",
        +                "Bowlby One",
        +                "Bowlby One SC",
        +                "Bpmf Huninn",
        +                "Bpmf Iansui",
        +                "Bpmf Zihi Kai Std",
        +                "Braah One",
        +                "Brawler",
        +                "Bree Serif",
        +                "Bricolage Grotesque",
        +                "Bruno Ace",
        +                "Bruno Ace SC",
        +                "Brygada 1918",
        +                "Bubblegum Sans",
        +                "Bubbler One",
        +                "Buda",
        +                "Buenard",
        +                "Bungee",
        +                "Bungee Hairline",
        +                "Bungee Inline",
        +                "Bungee Outline",
        +                "Bungee Shade",
        +                "Bungee Spice",
        +                "Bungee Tint",
        +                "Butcherman",
        +                "Butterfly Kids",
        +                "Bytesized",
        +                "Cabin",
        +                "Cabin Condensed",
        +                "Cabin Sketch",
        +                "Cactus Classical Serif",
        +                "Caesar Dressing",
        +                "Cagliostro",
        +                "Cairo",
        +                "Cairo Play",
        +                "Cal Sans",
        +                "Caladea",
        +                "Calistoga",
        +                "Calligraffitti",
        +                "Cambay",
        +                "Cambo",
        +                "Candal",
        +                "Cantarell",
        +                "Cantata One",
        +                "Cantora One",
        +                "Caprasimo",
        +                "Capriola",
        +                "Caramel",
        +                "Carattere",
        +                "Cardo",
        +                "Carlito",
        +                "Carme",
        +                "Carrois Gothic",
        +                "Carrois Gothic SC",
        +                "Carter One",
        +                "Cascadia Code",
        +                "Cascadia Mono",
        +                "Castoro",
        +                "Castoro Titling",
        +                "Catamaran",
        +                "Caudex",
        +                "Cause",
        +                "Caveat",
        +                "Caveat Brush",
        +                "Cedarville Cursive",
        +                "Ceviche One",
        +                "Chakra Petch",
        +                "Changa",
        +                "Changa One",
        +                "Chango",
        +                "Charis SIL",
        +                "Charm",
        +                "Charmonman",
        +                "Chathura",
        +                "Chau Philomene One",
        +                "Chela One",
        +                "Chelsea Market",
        +                "Chenla",
        +                "Cherish",
        +                "Cherry Bomb One",
        +                "Cherry Cream Soda",
        +                "Cherry Swash",
        +                "Chewy",
        +                "Chicle",
        +                "Chilanka",
        +                "Chiron GoRound TC",
        +                "Chiron Hei HK",
        +                "Chiron Sung HK",
        +                "Chivo",
        +                "Chivo Mono",
        +                "Chocolate Classical Sans",
        +                "Chokokutai",
        +                "Chonburi",
        +                "Cinzel",
        +                "Cinzel Decorative",
        +                "Clicker Script",
        +                "Climate Crisis",
        +                "Coda",
        +                "Codystar",
        +                "Coiny",
        +                "Combo",
        +                "Comfortaa",
        +                "Comforter",
        +                "Comforter Brush",
        +                "Comic Neue",
        +                "Comic Relief",
        +                "Coming Soon",
        +                "Comme",
        +                "Commissioner",
        +                "Concert One",
        +                "Condiment",
        +                "Content",
        +                "Contrail One",
        +                "Convergence",
        +                "Cookie",
        +                "Copse",
        +                "Coral Pixels",
        +                "Corben",
        +                "Corinthia",
        +                "Cormorant",
        +                "Cormorant Garamond",
        +                "Cormorant Infant",
        +                "Cormorant SC",
        +                "Cormorant Unicase",
        +                "Cormorant Upright",
        +                "Cossette Texte",
        +                "Cossette Titre",
        +                "Courgette",
        +                "Courier Prime",
        +                "Cousine",
        +                "Coustard",
        +                "Covered By Your Grace",
        +                "Crafty Girls",
        +                "Creepster",
        +                "Crete Round",
        +                "Crimson Pro",
        +                "Crimson Text",
        +                "Croissant One",
        +                "Crushed",
        +                "Cuprum",
        +                "Cute Font",
        +                "Cutive",
        +                "Cutive Mono",
        +                "DM Mono",
        +                "DM Sans",
        +                "DM Serif Display",
        +                "DM Serif Text",
        +                "Dai Banna SIL",
        +                "Damion",
        +                "Dancing Script",
        +                "Danfo",
        +                "Dangrek",
        +                "Darker Grotesque",
        +                "Darumadrop One",
        +                "Datatype",
        +                "David Libre",
        +                "Dawning of a New Day",
        +                "Days One",
        +                "Dekko",
        +                "Dela Gothic One",
        +                "Delicious Handrawn",
        +                "Delius",
        +                "Delius Swash Caps",
        +                "Delius Unicase",
        +                "Della Respira",
        +                "Denk One",
        +                "Devonshire",
        +                "Dhurjati",
        +                "Didact Gothic",
        +                "Diphylleia",
        +                "Diplomata",
        +                "Diplomata SC",
        +                "Do Hyeon",
        +                "Dokdo",
        +                "Domine",
        +                "Donegal One",
        +                "Dongle",
        +                "Doppio One",
        +                "Dorsa",
        +                "Dosis",
        +                "DotGothic16",
        +                "Doto",
        +                "Dr Sugiyama",
        +                "Duru Sans",
        +                "DynaPuff",
        +                "Dynalight",
        +                "EB Garamond",
        +                "Eagle Lake",
        +                "East Sea Dokdo",
        +                "Eater",
        +                "Economica",
        +                "Eczar",
        +                "Edu AU VIC WA NT Arrows",
        +                "Edu AU VIC WA NT Dots",
        +                "Edu AU VIC WA NT Guides",
        +                "Edu AU VIC WA NT Hand",
        +                "Edu AU VIC WA NT Pre",
        +                "Edu NSW ACT Cursive",
        +                "Edu NSW ACT Foundation",
        +                "Edu NSW ACT Hand Pre",
        +                "Edu QLD Beginner",
        +                "Edu QLD Hand",
        +                "Edu SA Beginner",
        +                "Edu SA Hand",
        +                "Edu TAS Beginner",
        +                "Edu VIC WA NT Beginner",
        +                "Edu VIC WA NT Hand",
        +                "Edu VIC WA NT Hand Pre",
        +                "El Messiri",
        +                "Electrolize",
        +                "Elms Sans",
        +                "Elsie",
        +                "Elsie Swash Caps",
        +                "Emblema One",
        +                "Emilys Candy",
        +                "Encode Sans",
        +                "Encode Sans Condensed",
        +                "Encode Sans Expanded",
        +                "Encode Sans SC",
        +                "Encode Sans Semi Condensed",
        +                "Encode Sans Semi Expanded",
        +                "Engagement",
        +                "Englebert",
        +                "Enriqueta",
        +                "Ephesis",
        +                "Epilogue",
        +                "Epunda Sans",
        +                "Epunda Slab",
        +                "Erica One",
        +                "Esteban",
        +                "Estedad",
        +                "Estonia",
        +                "Euphoria Script",
        +                "Ewert",
        +                "Exile",
        +                "Exo",
        +                "Exo 2",
        +                "Expletus Sans",
        +                "Explora",
        +                "Faculty Glyphic",
        +                "Fahkwang",
        +                "Familjen Grotesk",
        +                "Fanwood Text",
        +                "Farro",
        +                "Farsan",
        +                "Fascinate",
        +                "Fascinate Inline",
        +                "Faster One",
        +                "Fasthand",
        +                "Fauna One",
        +                "Faustina",
        +                "Federant",
        +                "Federo",
        +                "Felipa",
        +                "Fenix",
        +                "Festive",
        +                "Figtree",
        +                "Finger Paint",
        +                "Finlandica Headline",
        +                "Finlandica Text",
        +                "Fira Code",
        +                "Fira Mono",
        +                "Fira Sans",
        +                "Fira Sans Condensed",
        +                "Fira Sans Extra Condensed",
        +                "Fjalla One",
        +                "Fjord One",
        +                "Flamenco",
        +                "Flavors",
        +                "Fleur De Leah",
        +                "Flow Block",
        +                "Flow Circular",
        +                "Flow Rounded",
        +                "Foldit",
        +                "Fondamento",
        +                "Fontdiner Swanky",
        +                "Forum",
        +                "Fragment Mono",
        +                "Francois One",
        +                "Frank Ruhl Libre",
        +                "Fraunces",
        +                "Freckle Face",
        +                "Fredericka the Great",
        +                "Fredoka",
        +                "Freehand",
        +                "Freeman",
        +                "Fresca",
        +                "Frijole",
        +                "Fruktur",
        +                "Fugaz One",
        +                "Fuggles",
        +                "Funnel Display",
        +                "Funnel Sans",
        +                "Fustat",
        +                "Fuzzy Bubbles",
        +                "GFS Didot",
        +                "GFS Neohellenic",
        +                "Ga Maamli",
        +                "Gabarito",
        +                "Gabriela",
        +                "Gaegu",
        +                "Gafata",
        +                "Gajraj One",
        +                "Galada",
        +                "Galdeano",
        +                "Galindo",
        +                "Gamja Flower",
        +                "Gantari",
        +                "Gasoek One",
        +                "Gayathri",
        +                "Geist",
        +                "Geist Mono",
        +                "Geist Pixel",
        +                "Gelasio",
        +                "Gemunu Libre",
        +                "Genos",
        +                "Gentium Book Plus",
        +                "Gentium Plus",
        +                "Geo",
        +                "Geologica",
        +                "Geom",
        +                "Geomini",
        +                "Georama",
        +                "Geostar",
        +                "Geostar Fill",
        +                "Germania One",
        +                "Gideon Roman",
        +                "Gidole",
        +                "Gidugu",
        +                "Gilda Display",
        +                "Girassol",
        +                "Give You Glory",
        +                "Glass Antiqua",
        +                "Glegoo",
        +                "Gloock",
        +                "Gloria Hallelujah",
        +                "Glory",
        +                "Gluten",
        +                "Goblin One",
        +                "Gochi Hand",
        +                "Goldman",
        +                "Golos Text",
        +                "Google Sans",
        +                "Google Sans Code",
        +                "Google Sans Flex",
        +                "Gorditas",
        +                "Gothic A1",
        +                "Gotu",
        +                "Goudy Bookletter 1911",
        +                "Gowun Batang",
        +                "Gowun Dodum",
        +                "Graduate",
        +                "Grand Hotel",
        +                "Grandiflora One",
        +                "Grandstander",
        +                "Grape Nuts",
        +                "Gravitas One",
        +                "Great Vibes",
        +                "Grechen Fuemen",
        +                "Grenze",
        +                "Grenze Gotisch",
        +                "Grey Qo",
        +                "Griffy",
        +                "Gruppo",
        +                "Gudea",
        +                "Gugi",
        +                "Gulzar",
        +                "Gupter",
        +                "Gurajada",
        +                "Gveret Levin",
        +                "Gwendolyn",
        +                "Habibi",
        +                "Hachi Maru Pop",
        +                "Hahmlet",
        +                "Halant",
        +                "Hammersmith One",
        +                "Hanalei",
        +                "Hanalei Fill",
        +                "Handjet",
        +                "Handlee",
        +                "Hanken Grotesk",
        +                "Hanuman",
        +                "Happy Monkey",
        +                "Harmattan",
        +                "Headland One",
        +                "Hedvig Letters Sans",
        +                "Hedvig Letters Serif",
        +                "Heebo",
        +                "Henny Penny",
        +                "Hepta Slab",
        +                "Herr Von Muellerhoff",
        +                "Hi Melody",
        +                "Hibur Mono",
        +                "Hina Mincho",
        +                "Hind",
        +                "Hind Guntur",
        +                "Hind Madurai",
        +                "Hind Mysuru",
        +                "Hind Siliguri",
        +                "Hind Vadodara",
        +                "Holtwood One SC",
        +                "Homemade Apple",
        +                "Homenaje",
        +                "Honk",
        +                "Host Grotesk",
        +                "Hubballi",
        +                "Hubot Sans",
        +                "Huninn",
        +                "Hurricane",
        +                "IBM Plex Mono",
        +                "IBM Plex Sans",
        +                "IBM Plex Sans Arabic",
        +                "IBM Plex Sans Condensed",
        +                "IBM Plex Sans Devanagari",
        +                "IBM Plex Sans Hebrew",
        +                "IBM Plex Sans JP",
        +                "IBM Plex Sans KR",
        +                "IBM Plex Sans Thai",
        +                "IBM Plex Sans Thai Looped",
        +                "IBM Plex Serif",
        +                "IM Fell DW Pica",
        +                "IM Fell DW Pica SC",
        +                "IM Fell Double Pica",
        +                "IM Fell Double Pica SC",
        +                "IM Fell English",
        +                "IM Fell English SC",
        +                "IM Fell French Canon",
        +                "IM Fell French Canon SC",
        +                "IM Fell Great Primer",
        +                "IM Fell Great Primer SC",
        +                "Iansui",
        +                "Ibarra Real Nova",
        +                "Iceberg",
        +                "Iceland",
        +                "Idiqlat",
        +                "Imbue",
        +                "Imperial Script",
        +                "Imprima",
        +                "Inclusive Sans",
        +                "Inconsolata",
        +                "Inder",
        +                "Indie Flower",
        +                "Ingrid Darling",
        +                "Inika",
        +                "Inknut Antiqua",
        +                "Inria Sans",
        +                "Inria Serif",
        +                "Inspiration",
        +                "Instrument Sans",
        +                "Instrument Serif",
        +                "Intel One Mono",
        +                "Inter",
        +                "Inter Tight",
        +                "Iosevka Charon",
        +                "Iosevka Charon Mono",
        +                "Irish Grover",
        +                "Island Moments",
        +                "Istok Web",
        +                "Italiana",
        +                "Italianno",
        +                "Itim",
        +                "Jacquard 12",
        +                "Jacquard 12 Charted",
        +                "Jacquard 24",
        +                "Jacquard 24 Charted",
        +                "Jacquarda Bastarda 9",
        +                "Jacquarda Bastarda 9 Charted",
        +                "Jacques Francois",
        +                "Jacques Francois Shadow",
        +                "Jaini",
        +                "Jaini Purva",
        +                "Jaldi",
        +                "Jaro",
        +                "Jersey 10",
        +                "Jersey 10 Charted",
        +                "Jersey 15",
        +                "Jersey 15 Charted",
        +                "Jersey 20",
        +                "Jersey 20 Charted",
        +                "Jersey 25",
        +                "Jersey 25 Charted",
        +                "JetBrains Mono",
        +                "Jim Nightshade",
        +                "Joan",
        +                "Jockey One",
        +                "Jolly Lodger",
        +                "Jomhuria",
        +                "Jomolhari",
        +                "Josefin Sans",
        +                "Josefin Slab",
        +                "Jost",
        +                "Joti One",
        +                "Jua",
        +                "Judson",
        +                "Julee",
        +                "Julius Sans One",
        +                "Junge",
        +                "Jura",
        +                "Just Another Hand",
        +                "Just Me Again Down Here",
        +                "K2D",
        +                "Kablammo",
        +                "Kadwa",
        +                "Kaisei Decol",
        +                "Kaisei HarunoUmi",
        +                "Kaisei Opti",
        +                "Kaisei Tokumin",
        +                "Kalam",
        +                "Kalnia",
        +                "Kalnia Glaze",
        +                "Kameron",
        +                "Kanchenjunga",
        +                "Kanit",
        +                "Kantumruy Pro",
        +                "Kapakana",
        +                "Karantina",
        +                "Karla",
        +                "Karla Tamil Inclined",
        +                "Karla Tamil Upright",
        +                "Karma",
        +                "Katibeh",
        +                "Kaushan Script",
        +                "Kavivanar",
        +                "Kavoon",
        +                "Kay Pho Du",
        +                "Kdam Thmor Pro",
        +                "Keania One",
        +                "Kedebideri",
        +                "Kelly Slab",
        +                "Kenia",
        +                "Khand",
        +                "Khmer",
        +                "Khula",
        +                "Kings",
        +                "Kirang Haerang",
        +                "Kite One",
        +                "Kiwi Maru",
        +                "Klee One",
        +                "Knewave",
        +                "KoHo",
        +                "Kodchasan",
        +                "Kode Mono",
        +                "Koh Santepheap",
        +                "Kolker Brush",
        +                "Konkhmer Sleokchher",
        +                "Kosugi",
        +                "Kosugi Maru",
        +                "Kotta One",
        +                "Koulen",
        +                "Kranky",
        +                "Kreon",
        +                "Kristi",
        +                "Krona One",
        +                "Krub",
        +                "Kufam",
        +                "Kulim Park",
        +                "Kumar One",
        +                "Kumar One Outline",
        +                "Kumbh Sans",
        +                "Kurale",
        +                "LINE Seed JP",
        +                "LXGW Marker Gothic",
        +                "LXGW WenKai Mono TC",
        +                "LXGW WenKai TC",
        +                "La Belle Aurore",
        +                "Labrada",
        +                "Lacquer",
        +                "Laila",
        +                "Lakki Reddy",
        +                "Lalezar",
        +                "Lancelot",
        +                "Langar",
        +                "Lateef",
        +                "Lato",
        +                "Lavishly Yours",
        +                "League Gothic",
        +                "League Script",
        +                "League Spartan",
        +                "Leckerli One",
        +                "Ledger",
        +                "Lekton",
        +                "Lemon",
        +                "Lemonada",
        +                "Lexend",
        +                "Lexend Deca",
        +                "Lexend Exa",
        +                "Lexend Giga",
        +                "Lexend Mega",
        +                "Lexend Peta",
        +                "Lexend Tera",
        +                "Lexend Zetta",
        +                "Libertinus Keyboard",
        +                "Libertinus Math",
        +                "Libertinus Mono",
        +                "Libertinus Sans",
        +                "Libertinus Serif",
        +                "Libertinus Serif Display",
        +                "Libre Barcode 128",
        +                "Libre Barcode 128 Text",
        +                "Libre Barcode 39",
        +                "Libre Barcode 39 Extended",
        +                "Libre Barcode 39 Extended Text",
        +                "Libre Barcode 39 Text",
        +                "Libre Barcode EAN13 Text",
        +                "Libre Baskerville",
        +                "Libre Bodoni",
        +                "Libre Caslon Display",
        +                "Libre Caslon Text",
        +                "Libre Franklin",
        +                "Licorice",
        +                "Life Savers",
        +                "Lilex",
        +                "Lilita One",
        +                "Lily Script One",
        +                "Limelight",
        +                "Linden Hill",
        +                "Linefont",
        +                "Lisu Bosa",
        +                "Liter",
        +                "Literata",
        +                "Liu Jian Mao Cao",
        +                "Livvic",
        +                "Lobster",
        +                "Lobster Two",
        +                "Londrina Outline",
        +                "Londrina Shadow",
        +                "Londrina Sketch",
        +                "Londrina Solid",
        +                "Long Cang",
        +                "Lora",
        +                "Love Light",
        +                "Love Ya Like A Sister",
        +                "Loved by the King",
        +                "Lovers Quarrel",
        +                "Luckiest Guy",
        +                "Lugrasimo",
        +                "Lumanosimo",
        +                "Lunasima",
        +                "Lusitana",
        +                "Lustria",
        +                "Luxurious Roman",
        +                "Luxurious Script",
        +                "M PLUS 1",
        +                "M PLUS 1 Code",
        +                "M PLUS 1p",
        +                "M PLUS 2",
        +                "M PLUS Code Latin",
        +                "M PLUS Rounded 1c",
        +                "M PLUS U",
        +                "Ma Shan Zheng",
        +                "Macondo",
        +                "Macondo Swash Caps",
        +                "Mada",
        +                "Madimi One",
        +                "Magra",
        +                "Maiden Orange",
        +                "Maitree",
        +                "Major Mono Display",
        +                "Mako",
        +                "Mali",
        +                "Mallanna",
        +                "Maname",
        +                "Mandali",
        +                "Manjari",
        +                "Manrope",
        +                "Mansalva",
        +                "Manuale",
        +                "Manufacturing Consent",
        +                "Marcellus",
        +                "Marcellus SC",
        +                "Marck Script",
        +                "Margarine",
        +                "Marhey",
        +                "Markazi Text",
        +                "Marko One",
        +                "Marmelad",
        +                "Martel",
        +                "Martel Sans",
        +                "Martian Mono",
        +                "Marvel",
        +                "Matangi",
        +                "Mate",
        +                "Mate SC",
        +                "Matemasie",
        +                "Material Icons",
        +                "Material Icons Outlined",
        +                "Material Icons Round",
        +                "Material Icons Sharp",
        +                "Material Icons Two Tone",
        +                "Material Symbols",
        +                "Material Symbols Outlined",
        +                "Material Symbols Rounded",
        +                "Material Symbols Sharp",
        +                "Maven Pro",
        +                "McLaren",
        +                "Mea Culpa",
        +                "Meddon",
        +                "MedievalSharp",
        +                "Medula One",
        +                "Meera Inimai",
        +                "Megrim",
        +                "Meie Script",
        +                "Menbere",
        +                "Meow Script",
        +                "Merienda",
        +                "Merriweather",
        +                "Merriweather Sans",
        +                "Metal",
        +                "Metal Mania",
        +                "Metamorphous",
        +                "Metrophobic",
        +                "Michroma",
        +                "Micro 5",
        +                "Micro 5 Charted",
        +                "Milonga",
        +                "Miltonian",
        +                "Miltonian Tattoo",
        +                "Mina",
        +                "Mingzat",
        +                "Miniver",
        +                "Miranda Sans",
        +                "Miriam Libre",
        +                "Mirza",
        +                "Miss Fajardose",
        +                "Mitr",
        +                "Mochiy Pop One",
        +                "Mochiy Pop P One",
        +                "Modak",
        +                "Modern Antiqua",
        +                "Moderustic",
        +                "Mogra",
        +                "Mohave",
        +                "Moirai One",
        +                "Molengo",
        +                "Molle",
        +                "Momo Signature",
        +                "Momo Trust Display",
        +                "Momo Trust Sans",
        +                "Mona Sans",
        +                "Monda",
        +                "Monofett",
        +                "Monomakh",
        +                "Monomaniac One",
        +                "Monoton",
        +                "Monsieur La Doulaise",
        +                "Montaga",
        +                "Montagu Slab",
        +                "MonteCarlo",
        +                "Montenegrin Gothic One",
        +                "Montez",
        +                "Montserrat",
        +                "Montserrat Alternates",
        +                "Montserrat Underline",
        +                "Moo Lah Lah",
        +                "Mooli",
        +                "Moon Dance",
        +                "Moul",
        +                "Moulpali",
        +                "Mountains of Christmas",
        +                "Mouse Memoirs",
        +                "Mozilla Headline",
        +                "Mozilla Text",
        +                "Mr Bedfort",
        +                "Mr Dafoe",
        +                "Mr De Haviland",
        +                "Mrs Saint Delafield",
        +                "Mrs Sheppards",
        +                "Ms Madi",
        +                "Mukta",
        +                "Mukta Mahee",
        +                "Mukta Malar",
        +                "Mukta Vaani",
        +                "Mulish",
        +                "Murecho",
        +                "MuseoModerno",
        +                "My Soul",
        +                "Mynerve",
        +                "Mystery Quest",
        +                "NTR",
        +                "Nabla",
        +                "Namdhinggo",
        +                "Nanum Brush Script",
        +                "Nanum Gothic",
        +                "Nanum Gothic Coding",
        +                "Nanum Myeongjo",
        +                "Nanum Pen Script",
        +                "Narnoor",
        +                "Nata Sans",
        +                "National Park",
        +                "Neonderthaw",
        +                "Nerko One",
        +                "Neucha",
        +                "Neuton",
        +                "New Amsterdam",
        +                "New Rocker",
        +                "New Tegomin",
        +                "News Cycle",
        +                "Newsreader",
        +                "Niconne",
        +                "Niramit",
        +                "Nixie One",
        +                "Nobile",
        +                "Nokora",
        +                "Norican",
        +                "Nosifer",
        +                "Notable",
        +                "Nothing You Could Do",
        +                "Noticia Text",
        +                "Noto Color Emoji",
        +                "Noto Emoji",
        +                "Noto Kufi Arabic",
        +                "Noto Music",
        +                "Noto Naskh Arabic",
        +                "Noto Nastaliq Urdu",
        +                "Noto Rashi Hebrew",
        +                "Noto Sans",
        +                "Noto Sans Adlam",
        +                "Noto Sans Adlam Unjoined",
        +                "Noto Sans Anatolian Hieroglyphs",
        +                "Noto Sans Arabic",
        +                "Noto Sans Armenian",
        +                "Noto Sans Avestan",
        +                "Noto Sans Balinese",
        +                "Noto Sans Bamum",
        +                "Noto Sans Bassa Vah",
        +                "Noto Sans Batak",
        +                "Noto Sans Bengali",
        +                "Noto Sans Bhaiksuki",
        +                "Noto Sans Brahmi",
        +                "Noto Sans Buginese",
        +                "Noto Sans Buhid",
        +                "Noto Sans Canadian Aboriginal",
        +                "Noto Sans Carian",
        +                "Noto Sans Caucasian Albanian",
        +                "Noto Sans Chakma",
        +                "Noto Sans Cham",
        +                "Noto Sans Cherokee",
        +                "Noto Sans Chorasmian",
        +                "Noto Sans Coptic",
        +                "Noto Sans Cuneiform",
        +                "Noto Sans Cypriot",
        +                "Noto Sans Cypro Minoan",
        +                "Noto Sans Deseret",
        +                "Noto Sans Devanagari",
        +                "Noto Sans Display",
        +                "Noto Sans Duployan",
        +                "Noto Sans Egyptian Hieroglyphs",
        +                "Noto Sans Elbasan",
        +                "Noto Sans Elymaic",
        +                "Noto Sans Ethiopic",
        +                "Noto Sans Georgian",
        +                "Noto Sans Glagolitic",
        +                "Noto Sans Gothic",
        +                "Noto Sans Grantha",
        +                "Noto Sans Gujarati",
        +                "Noto Sans Gunjala Gondi",
        +                "Noto Sans Gurmukhi",
        +                "Noto Sans HK",
        +                "Noto Sans Hanifi Rohingya",
        +                "Noto Sans Hanunoo",
        +                "Noto Sans Hatran",
        +                "Noto Sans Hebrew",
        +                "Noto Sans Imperial Aramaic",
        +                "Noto Sans Indic Siyaq Numbers",
        +                "Noto Sans Inscriptional Pahlavi",
        +                "Noto Sans Inscriptional Parthian",
        +                "Noto Sans JP",
        +                "Noto Sans Javanese",
        +                "Noto Sans KR",
        +                "Noto Sans Kaithi",
        +                "Noto Sans Kannada",
        +                "Noto Sans Kawi",
        +                "Noto Sans Kayah Li",
        +                "Noto Sans Kharoshthi",
        +                "Noto Sans Khmer",
        +                "Noto Sans Khojki",
        +                "Noto Sans Khudawadi",
        +                "Noto Sans Lao",
        +                "Noto Sans Lao Looped",
        +                "Noto Sans Lepcha",
        +                "Noto Sans Limbu",
        +                "Noto Sans Linear A",
        +                "Noto Sans Linear B",
        +                "Noto Sans Lisu",
        +                "Noto Sans Lycian",
        +                "Noto Sans Lydian",
        +                "Noto Sans Mahajani",
        +                "Noto Sans Malayalam",
        +                "Noto Sans Mandaic",
        +                "Noto Sans Manichaean",
        +                "Noto Sans Marchen",
        +                "Noto Sans Masaram Gondi",
        +                "Noto Sans Math",
        +                "Noto Sans Mayan Numerals",
        +                "Noto Sans Medefaidrin",
        +                "Noto Sans Meetei Mayek",
        +                "Noto Sans Mende Kikakui",
        +                "Noto Sans Meroitic",
        +                "Noto Sans Miao",
        +                "Noto Sans Modi",
        +                "Noto Sans Mongolian",
        +                "Noto Sans Mono",
        +                "Noto Sans Mro",
        +                "Noto Sans Multani",
        +                "Noto Sans Myanmar",
        +                "Noto Sans NKo",
        +                "Noto Sans NKo Unjoined",
        +                "Noto Sans Nabataean",
        +                "Noto Sans Nag Mundari",
        +                "Noto Sans Nandinagari",
        +                "Noto Sans New Tai Lue",
        +                "Noto Sans Newa",
        +                "Noto Sans Nushu",
        +                "Noto Sans Ogham",
        +                "Noto Sans Ol Chiki",
        +                "Noto Sans Old Hungarian",
        +                "Noto Sans Old Italic",
        +                "Noto Sans Old North Arabian",
        +                "Noto Sans Old Permic",
        +                "Noto Sans Old Persian",
        +                "Noto Sans Old Sogdian",
        +                "Noto Sans Old South Arabian",
        +                "Noto Sans Old Turkic",
        +                "Noto Sans Oriya",
        +                "Noto Sans Osage",
        +                "Noto Sans Osmanya",
        +                "Noto Sans Pahawh Hmong",
        +                "Noto Sans Palmyrene",
        +                "Noto Sans Pau Cin Hau",
        +                "Noto Sans PhagsPa",
        +                "Noto Sans Phoenician",
        +                "Noto Sans Psalter Pahlavi",
        +                "Noto Sans Rejang",
        +                "Noto Sans Runic",
        +                "Noto Sans SC",
        +                "Noto Sans Samaritan",
        +                "Noto Sans Saurashtra",
        +                "Noto Sans Sharada",
        +                "Noto Sans Shavian",
        +                "Noto Sans Siddham",
        +                "Noto Sans SignWriting",
        +                "Noto Sans Sinhala",
        +                "Noto Sans Sogdian",
        +                "Noto Sans Sora Sompeng",
        +                "Noto Sans Soyombo",
        +                "Noto Sans Sundanese",
        +                "Noto Sans Sunuwar",
        +                "Noto Sans Syloti Nagri",
        +                "Noto Sans Symbols",
        +                "Noto Sans Symbols 2",
        +                "Noto Sans Syriac",
        +                "Noto Sans Syriac Eastern",
        +                "Noto Sans Syriac Western",
        +                "Noto Sans TC",
        +                "Noto Sans Tagalog",
        +                "Noto Sans Tagbanwa",
        +                "Noto Sans Tai Le",
        +                "Noto Sans Tai Tham",
        +                "Noto Sans Tai Viet",
        +                "Noto Sans Takri",
        +                "Noto Sans Tamil",
        +                "Noto Sans Tamil Supplement",
        +                "Noto Sans Tangsa",
        +                "Noto Sans Telugu",
        +                "Noto Sans Thaana",
        +                "Noto Sans Thai",
        +                "Noto Sans Thai Looped",
        +                "Noto Sans Tifinagh",
        +                "Noto Sans Tirhuta",
        +                "Noto Sans Ugaritic",
        +                "Noto Sans Vai",
        +                "Noto Sans Vithkuqi",
        +                "Noto Sans Wancho",
        +                "Noto Sans Warang Citi",
        +                "Noto Sans Yi",
        +                "Noto Sans Zanabazar Square",
        +                "Noto Serif",
        +                "Noto Serif Ahom",
        +                "Noto Serif Armenian",
        +                "Noto Serif Balinese",
        +                "Noto Serif Bengali",
        +                "Noto Serif Devanagari",
        +                "Noto Serif Display",
        +                "Noto Serif Dives Akuru",
        +                "Noto Serif Dogra",
        +                "Noto Serif Ethiopic",
        +                "Noto Serif Georgian",
        +                "Noto Serif Grantha",
        +                "Noto Serif Gujarati",
        +                "Noto Serif Gurmukhi",
        +                "Noto Serif HK",
        +                "Noto Serif Hebrew",
        +                "Noto Serif Hentaigana",
        +                "Noto Serif JP",
        +                "Noto Serif KR",
        +                "Noto Serif Kannada",
        +                "Noto Serif Khitan Small Script",
        +                "Noto Serif Khmer",
        +                "Noto Serif Khojki",
        +                "Noto Serif Lao",
        +                "Noto Serif Makasar",
        +                "Noto Serif Malayalam",
        +                "Noto Serif Myanmar",
        +                "Noto Serif NP Hmong",
        +                "Noto Serif Old Uyghur",
        +                "Noto Serif Oriya",
        +                "Noto Serif Ottoman Siyaq",
        +                "Noto Serif SC",
        +                "Noto Serif Sinhala",
        +                "Noto Serif TC",
        +                "Noto Serif Tamil",
        +                "Noto Serif Tangut",
        +                "Noto Serif Telugu",
        +                "Noto Serif Thai",
        +                "Noto Serif Tibetan",
        +                "Noto Serif Todhri",
        +                "Noto Serif Toto",
        +                "Noto Serif Vithkuqi",
        +                "Noto Serif Yezidi",
        +                "Noto Traditional Nushu",
        +                "Noto Znamenny Musical Notation",
        +                "Nova Cut",
        +                "Nova Flat",
        +                "Nova Mono",
        +                "Nova Oval",
        +                "Nova Round",
        +                "Nova Script",
        +                "Nova Slim",
        +                "Nova Square",
        +                "Numans",
        +                "Nunito",
        +                "Nunito Sans",
        +                "Nuosu SIL",
        +                "Odibee Sans",
        +                "Odor Mean Chey",
        +                "Offside",
        +                "Oi",
        +                "Ojuju",
        +                "Old Standard TT",
        +                "Oldenburg",
        +                "Ole",
        +                "Oleo Script",
        +                "Oleo Script Swash Caps",
        +                "Onest",
        +                "Oooh Baby",
        +                "Open Sans",
        +                "Oranienbaum",
        +                "Orbit",
        +                "Orbitron",
        +                "Oregano",
        +                "Orelega One",
        +                "Orienta",
        +                "Original Surfer",
        +                "Oswald",
        +                "Outfit",
        +                "Over the Rainbow",
        +                "Overlock",
        +                "Overlock SC",
        +                "Overpass",
        +                "Overpass Mono",
        +                "Ovo",
        +                "Oxanium",
        +                "Oxygen",
        +                "Oxygen Mono",
        +                "PT Mono",
        +                "PT Sans",
        +                "PT Sans Caption",
        +                "PT Sans Narrow",
        +                "PT Serif",
        +                "PT Serif Caption",
        +                "Pacifico",
        +                "Padauk",
        +                "Padyakke Expanded One",
        +                "Palanquin",
        +                "Palanquin Dark",
        +                "Palette Mosaic",
        +                "Pangolin",
        +                "Paprika",
        +                "Parastoo",
        +                "Parisienne",
        +                "Parkinsans",
        +                "Passero One",
        +                "Passion One",
        +                "Passions Conflict",
        +                "Pathway Extreme",
        +                "Pathway Gothic One",
        +                "Patrick Hand",
        +                "Patrick Hand SC",
        +                "Pattaya",
        +                "Patua One",
        +                "Pavanam",
        +                "Paytone One",
        +                "Peddana",
        +                "Peralta",
        +                "Permanent Marker",
        +                "Petemoss",
        +                "Petit Formal Script",
        +                "Petrona",
        +                "Phetsarath",
        +                "Philosopher",
        +                "Phudu",
        +                "Piazzolla",
        +                "Piedra",
        +                "Pinyon Script",
        +                "Pirata One",
        +                "Pixelify Sans",
        +                "Plaster",
        +                "Platypi",
        +                "Play",
        +                "Playball",
        +                "Playfair",
        +                "Playfair Display",
        +                "Playfair Display SC",
        +                "Playpen Sans",
        +                "Playpen Sans Arabic",
        +                "Playpen Sans Deva",
        +                "Playpen Sans Hebrew",
        +                "Playpen Sans Thai",
        +                "Playwrite AR",
        +                "Playwrite AR Guides",
        +                "Playwrite AT",
        +                "Playwrite AT Guides",
        +                "Playwrite AU NSW",
        +                "Playwrite AU NSW Guides",
        +                "Playwrite AU QLD",
        +                "Playwrite AU QLD Guides",
        +                "Playwrite AU SA",
        +                "Playwrite AU SA Guides",
        +                "Playwrite AU TAS",
        +                "Playwrite AU TAS Guides",
        +                "Playwrite AU VIC",
        +                "Playwrite AU VIC Guides",
        +                "Playwrite BE VLG",
        +                "Playwrite BE VLG Guides",
        +                "Playwrite BE WAL",
        +                "Playwrite BE WAL Guides",
        +                "Playwrite BR",
        +                "Playwrite BR Guides",
        +                "Playwrite CA",
        +                "Playwrite CA Guides",
        +                "Playwrite CL",
        +                "Playwrite CL Guides",
        +                "Playwrite CO",
        +                "Playwrite CO Guides",
        +                "Playwrite CU",
        +                "Playwrite CU Guides",
        +                "Playwrite CZ",
        +                "Playwrite CZ Guides",
        +                "Playwrite DE Grund",
        +                "Playwrite DE Grund Guides",
        +                "Playwrite DE LA",
        +                "Playwrite DE LA Guides",
        +                "Playwrite DE SAS",
        +                "Playwrite DE SAS Guides",
        +                "Playwrite DE VA",
        +                "Playwrite DE VA Guides",
        +                "Playwrite DK Loopet",
        +                "Playwrite DK Loopet Guides",
        +                "Playwrite DK Uloopet",
        +                "Playwrite DK Uloopet Guides",
        +                "Playwrite ES",
        +                "Playwrite ES Deco",
        +                "Playwrite ES Deco Guides",
        +                "Playwrite ES Guides",
        +                "Playwrite FR Moderne",
        +                "Playwrite FR Moderne Guides",
        +                "Playwrite FR Trad",
        +                "Playwrite FR Trad Guides",
        +                "Playwrite GB J",
        +                "Playwrite GB J Guides",
        +                "Playwrite GB S",
        +                "Playwrite GB S Guides",
        +                "Playwrite HR",
        +                "Playwrite HR Guides",
        +                "Playwrite HR Lijeva",
        +                "Playwrite HR Lijeva Guides",
        +                "Playwrite HU",
        +                "Playwrite HU Guides",
        +                "Playwrite ID",
        +                "Playwrite ID Guides",
        +                "Playwrite IE",
        +                "Playwrite IE Guides",
        +                "Playwrite IN",
        +                "Playwrite IN Guides",
        +                "Playwrite IS",
        +                "Playwrite IS Guides",
        +                "Playwrite IT Moderna",
        +                "Playwrite IT Moderna Guides",
        +                "Playwrite IT Trad",
        +                "Playwrite IT Trad Guides",
        +                "Playwrite MX",
        +                "Playwrite MX Guides",
        +                "Playwrite NG Modern",
        +                "Playwrite NG Modern Guides",
        +                "Playwrite NL",
        +                "Playwrite NL Guides",
        +                "Playwrite NO",
        +                "Playwrite NO Guides",
        +                "Playwrite NZ",
        +                "Playwrite NZ Basic",
        +                "Playwrite NZ Basic Guides",
        +                "Playwrite NZ Guides",
        +                "Playwrite PE",
        +                "Playwrite PE Guides",
        +                "Playwrite PL",
        +                "Playwrite PL Guides",
        +                "Playwrite PT",
        +                "Playwrite PT Guides",
        +                "Playwrite RO",
        +                "Playwrite RO Guides",
        +                "Playwrite SK",
        +                "Playwrite SK Guides",
        +                "Playwrite TZ",
        +                "Playwrite TZ Guides",
        +                "Playwrite US Modern",
        +                "Playwrite US Modern Guides",
        +                "Playwrite US Trad",
        +                "Playwrite US Trad Guides",
        +                "Playwrite VN",
        +                "Playwrite VN Guides",
        +                "Playwrite ZA",
        +                "Playwrite ZA Guides",
        +                "Pliant",
        +                "Plus Jakarta Sans",
        +                "Pochaevsk",
        +                "Podkova",
        +                "Poetsen One",
        +                "Poiret One",
        +                "Poller One",
        +                "Poltawski Nowy",
        +                "Poly",
        +                "Pompiere",
        +                "Ponnala",
        +                "Ponomar",
        +                "Pontano Sans",
        +                "Poor Story",
        +                "Poppins",
        +                "Port Lligat Sans",
        +                "Port Lligat Slab",
        +                "Potta One",
        +                "Pragati Narrow",
        +                "Praise",
        +                "Prata",
        +                "Preahvihear",
        +                "Press Start 2P",
        +                "Pridi",
        +                "Princess Sofia",
        +                "Prociono",
        +                "Prompt",
        +                "Prosto One",
        +                "Protest Guerrilla",
        +                "Protest Revolution",
        +                "Protest Riot",
        +                "Protest Strike",
        +                "Proza Libre",
        +                "Public Sans",
        +                "Puppies Play",
        +                "Puritan",
        +                "Purple Purse",
        +                "Qahiri",
        +                "Quando",
        +                "Quantico",
        +                "Quattrocento",
        +                "Quattrocento Sans",
        +                "Questrial",
        +                "Quicksand",
        +                "Quintessential",
        +                "Qwigley",
        +                "Qwitcher Grypen",
        +                "REM",
        +                "Racing Sans One",
        +                "Radio Canada",
        +                "Radio Canada Big",
        +                "Radley",
        +                "Rajdhani",
        +                "Rakkas",
        +                "Raleway",
        +                "Raleway Dots",
        +                "Ramabhadra",
        +                "Ramaraja",
        +                "Rambla",
        +                "Rammetto One",
        +                "Rampart One",
        +                "Ramsina",
        +                "Ranchers",
        +                "Rancho",
        +                "Ranga",
        +                "Rasa",
        +                "Rationale",
        +                "Ravi Prakash",
        +                "Readex Pro",
        +                "Recursive",
        +                "Red Hat Display",
        +                "Red Hat Mono",
        +                "Red Hat Text",
        +                "Red Rose",
        +                "Redacted",
        +                "Redacted Script",
        +                "Reddit Mono",
        +                "Reddit Sans",
        +                "Reddit Sans Condensed",
        +                "Redressed",
        +                "Reem Kufi",
        +                "Reem Kufi Fun",
        +                "Reem Kufi Ink",
        +                "Reenie Beanie",
        +                "Reggae One",
        +                "Rethink Sans",
        +                "Revalia",
        +                "Rhodium Libre",
        +                "Ribeye",
        +                "Ribeye Marrow",
        +                "Righteous",
        +                "Risque",
        +                "Road Rage",
        +                "Roboto",
        +                "Roboto Condensed",
        +                "Roboto Flex",
        +                "Roboto Mono",
        +                "Roboto Serif",
        +                "Roboto Slab",
        +                "Rochester",
        +                "Rock 3D",
        +                "Rock Salt",
        +                "RocknRoll One",
        +                "Rokkitt",
        +                "Romanesco",
        +                "Ropa Sans",
        +                "Rosario",
        +                "Rosarivo",
        +                "Rouge Script",
        +                "Rowdies",
        +                "Rozha One",
        +                "Rubik",
        +                "Rubik 80s Fade",
        +                "Rubik Beastly",
        +                "Rubik Broken Fax",
        +                "Rubik Bubbles",
        +                "Rubik Burned",
        +                "Rubik Dirt",
        +                "Rubik Distressed",
        +                "Rubik Doodle Shadow",
        +                "Rubik Doodle Triangles",
        +                "Rubik Gemstones",
        +                "Rubik Glitch",
        +                "Rubik Glitch Pop",
        +                "Rubik Iso",
        +                "Rubik Lines",
        +                "Rubik Maps",
        +                "Rubik Marker Hatch",
        +                "Rubik Maze",
        +                "Rubik Microbe",
        +                "Rubik Mono One",
        +                "Rubik Moonrocks",
        +                "Rubik Pixels",
        +                "Rubik Puddles",
        +                "Rubik Scribble",
        +                "Rubik Spray Paint",
        +                "Rubik Storm",
        +                "Rubik Vinyl",
        +                "Rubik Wet Paint",
        +                "Ruda",
        +                "Rufina",
        +                "Ruge Boogie",
        +                "Ruluko",
        +                "Rum Raisin",
        +                "Ruslan Display",
        +                "Russo One",
        +                "Ruthie",
        +                "Ruwudu",
        +                "Rye",
        +                "SN Pro",
        +                "STIX Two Math",
        +                "STIX Two Text",
        +                "SUSE",
        +                "SUSE Mono",
        +                "Sacramento",
        +                "Sahitya",
        +                "Sail",
        +                "Saira",
        +                "Saira Condensed",
        +                "Saira Extra Condensed",
        +                "Saira Semi Condensed",
        +                "Saira Stencil",
        +                "Salsa",
        +                "Sanchez",
        +                "Sancreek",
        +                "Sankofa Display",
        +                "Sansation",
        +                "Sansita",
        +                "Sansita Swashed",
        +                "Sarabun",
        +                "Sarala",
        +                "Sarina",
        +                "Sarpanch",
        +                "Sassy Frass",
        +                "Satisfy",
        +                "Savate",
        +                "Sawarabi Gothic",
        +                "Sawarabi Mincho",
        +                "Scada",
        +                "Scheherazade New",
        +                "Schibsted Grotesk",
        +                "Schoolbell",
        +                "Science Gothic",
        +                "Scope One",
        +                "Seaweed Script",
        +                "Secular One",
        +                "Sedan",
        +                "Sedan SC",
        +                "Sedgwick Ave",
        +                "Sedgwick Ave Display",
        +                "Sekuya",
        +                "Sen",
        +                "Send Flowers",
        +                "Sevillana",
        +                "Seymour One",
        +                "Shadows Into Light",
        +                "Shadows Into Light Two",
        +                "Shafarik",
        +                "Shalimar",
        +                "Shantell Sans",
        +                "Shanti",
        +                "Share",
        +                "Share Tech",
        +                "Share Tech Mono",
        +                "Shippori Antique",
        +                "Shippori Antique B1",
        +                "Shippori Mincho",
        +                "Shippori Mincho B1",
        +                "Shizuru",
        +                "Shojumaru",
        +                "Short Stack",
        +                "Shrikhand",
        +                "Siemreap",
        +                "Sigmar",
        +                "Sigmar One",
        +                "Signika",
        +                "Signika Negative",
        +                "Silkscreen",
        +                "Simonetta",
        +                "Single Day",
        +                "Sintony",
        +                "Sirin Stencil",
        +                "Sirivennela",
        +                "Six Caps",
        +                "Sixtyfour",
        +                "Sixtyfour Convergence",
        +                "Skranji",
        +                "Slabo 13px",
        +                "Slabo 27px",
        +                "Slackey",
        +                "Slackside One",
        +                "Smokum",
        +                "Smooch",
        +                "Smooch Sans",
        +                "Smythe",
        +                "Sniglet",
        +                "Snippet",
        +                "Snowburst One",
        +                "Sofadi One",
        +                "Sofia",
        +                "Sofia Sans",
        +                "Sofia Sans Condensed",
        +                "Sofia Sans Extra Condensed",
        +                "Sofia Sans Semi Condensed",
        +                "Solitreo",
        +                "Solway",
        +                "Sometype Mono",
        +                "Song Myung",
        +                "Sono",
        +                "Sonsie One",
        +                "Sora",
        +                "Sorts Mill Goudy",
        +                "Sour Gummy",
        +                "Source Code Pro",
        +                "Source Sans 3",
        +                "Source Serif 4",
        +                "Space Grotesk",
        +                "Space Mono",
        +                "Special Elite",
        +                "Special Gothic",
        +                "Special Gothic Condensed One",
        +                "Special Gothic Expanded One",
        +                "Spectral",
        +                "Spectral SC",
        +                "Spicy Rice",
        +                "Spinnaker",
        +                "Spirax",
        +                "Splash",
        +                "Spline Sans",
        +                "Spline Sans Mono",
        +                "Squada One",
        +                "Square Peg",
        +                "Sree Krushnadevaraya",
        +                "Sriracha",
        +                "Srisakdi",
        +                "Staatliches",
        +                "Stack Sans Headline",
        +                "Stack Sans Notch",
        +                "Stack Sans Text",
        +                "Stalemate",
        +                "Stalinist One",
        +                "Stardos Stencil",
        +                "Stick",
        +                "Stick No Bills",
        +                "Stint Ultra Condensed",
        +                "Stint Ultra Expanded",
        +                "Stoke",
        +                "Story Script",
        +                "Strait",
        +                "Strichpunkt Sans",
        +                "Style Script",
        +                "Stylish",
        +                "Sue Ellen Francisco",
        +                "Suez One",
        +                "Sulphur Point",
        +                "Sumana",
        +                "Sunflower",
        +                "Sunshiney",
        +                "Supermercado One",
        +                "Sura",
        +                "Suranna",
        +                "Suravaram",
        +                "Suwannaphum",
        +                "Swanky and Moo Moo",
        +                "Syncopate",
        +                "Syne",
        +                "Syne Mono",
        +                "Syne Tactile",
        +                "TASA Explorer",
        +                "TASA Orbiter",
        +                "Tac One",
        +                "Tagesschrift",
        +                "Tai Heritage Pro",
        +                "Tajawal",
        +                "Tangerine",
        +                "Tapestry",
        +                "Taprom",
        +                "Tauri",
        +                "Taviraj",
        +                "Teachers",
        +                "Teko",
        +                "Tektur",
        +                "Telex",
        +                "Tenali Ramakrishna",
        +                "Tenor Sans",
        +                "Text Me One",
        +                "Texturina",
        +                "Thasadith",
        +                "The Girl Next Door",
        +                "The Nautigal",
        +                "Tienne",
        +                "TikTok Sans",
        +                "Tillana",
        +                "Tilt Neon",
        +                "Tilt Prism",
        +                "Tilt Warp",
        +                "Timmana",
        +                "Tinos",
        +                "Tiny5",
        +                "Tiro Bangla",
        +                "Tiro Devanagari Hindi",
        +                "Tiro Devanagari Marathi",
        +                "Tiro Devanagari Sanskrit",
        +                "Tiro Gurmukhi",
        +                "Tiro Kannada",
        +                "Tiro Tamil",
        +                "Tiro Telugu",
        +                "Tirra",
        +                "Titan One",
        +                "Titillium Web",
        +                "Tomorrow",
        +                "Tourney",
        +                "Trade Winds",
        +                "Train One",
        +                "Triodion",
        +                "Trirong",
        +                "Trispace",
        +                "Trocchi",
        +                "Trochut",
        +                "Truculenta",
        +                "Trykker",
        +                "Tsukimi Rounded",
        +                "Tuffy",
        +                "Tulpen One",
        +                "Turret Road",
        +                "Twinkle Star",
        +                "Ubuntu",
        +                "Ubuntu Condensed",
        +                "Ubuntu Mono",
        +                "Ubuntu Sans",
        +                "Ubuntu Sans Mono",
        +                "Uchen",
        +                "Ultra",
        +                "Unbounded",
        +                "Uncial Antiqua",
        +                "Underdog",
        +                "Unica One",
        +                "UnifrakturCook",
        +                "UnifrakturMaguntia",
        +                "Unkempt",
        +                "Unlock",
        +                "Unna",
        +                "UoqMunThenKhung",
        +                "Updock",
        +                "Urbanist",
        +                "VT323",
        +                "Vampiro One",
        +                "Varela",
        +                "Varela Round",
        +                "Varta",
        +                "Vast Shadow",
        +                "Vazirmatn",
        +                "Vend Sans",
        +                "Vesper Libre",
        +                "Viaoda Libre",
        +                "Vibes",
        +                "Vibur",
        +                "Victor Mono",
        +                "Vidaloka",
        +                "Viga",
        +                "Vina Sans",
        +                "Voces",
        +                "Volkhov",
        +                "Vollkorn",
        +                "Vollkorn SC",
        +                "Voltaire",
        +                "Vujahday Script",
        +                "WDXL Lubrifont JP N",
        +                "WDXL Lubrifont SC",
        +                "WDXL Lubrifont TC",
        +                "Waiting for the Sunrise",
        +                "Wallpoet",
        +                "Walter Turncoat",
        +                "Warnes",
        +                "Water Brush",
        +                "Waterfall",
        +                "Wavefont",
        +                "Wellfleet",
        +                "Wendy One",
        +                "Whisper",
        +                "WindSong",
        +                "Winky Rough",
        +                "Winky Sans",
        +                "Wire One",
        +                "Wittgenstein",
        +                "Wix Madefor Display",
        +                "Wix Madefor Text",
        +                "Work Sans",
        +                "Workbench",
        +                "Xanh Mono",
        +                "Yaldevi",
        +                "Yanone Kaffeesatz",
        +                "Yantramanav",
        +                "Yarndings 12",
        +                "Yarndings 12 Charted",
        +                "Yarndings 20",
        +                "Yarndings 20 Charted",
        +                "Yatra One",
        +                "Yellowtail",
        +                "Yeon Sung",
        +                "Yeseva One",
        +                "Yesteryear",
        +                "Yomogi",
        +                "Young Serif",
        +                "Yrsa",
        +                "Ysabeau",
        +                "Ysabeau Infant",
        +                "Ysabeau Office",
        +                "Ysabeau SC",
        +                "Yuji Boku",
        +                "Yuji Hentaigana Akari",
        +                "Yuji Hentaigana Akebono",
        +                "Yuji Mai",
        +                "Yuji Syuku",
        +                "Yusei Magic",
        +                "Yuyu",
        +                "Yuyu Short",
        +                "ZCOOL KuaiLe",
        +                "ZCOOL QingKe HuangYou",
        +                "ZCOOL XiaoWei",
        +                "Zain",
        +                "Zalando Sans",
        +                "Zalando Sans Expanded",
        +                "Zalando Sans SemiExpanded",
        +                "Zen Antique",
        +                "Zen Antique Soft",
        +                "Zen Dots",
        +                "Zen Kaku Gothic Antique",
        +                "Zen Kaku Gothic New",
        +                "Zen Kurenaido",
        +                "Zen Loop",
        +                "Zen Maru Gothic",
        +                "Zen Old Mincho",
        +                "Zen Tokyo Zoo",
        +                "Zeyada",
        +                "Zhi Mang Xing",
        +                "Zilla Slab",
        +                "Zilla Slab Highlight"
        +              ],
        +              "type": "string"
        +            },
        +            "fontSize": {
        +              "type": "number"
        +            },
        +            "footerColor": {
        +              "type": "string"
        +            },
        +            "footerFontSize": {
        +              "type": "number"
        +            },
        +            "footerGap": {
        +              "type": "number"
        +            },
        +            "footerLinkColor": {
        +              "type": "string"
        +            },
        +            "gridColor": {
        +              "type": "string"
        +            },
        +            "gridLineWidth": {
        +              "type": "number"
        +            },
        +            "gridLines": {
        +              "enum": [
        +                "none",
        +                "value",
        +                "both"
        +              ],
        +              "type": "string"
        +            },
        +            "headerGap": {
        +              "type": "number"
        +            },
        +            "labelColor": {
        +              "type": "string"
        +            },
        +            "labelFontSize": {
        +              "type": "number"
        +            },
        +            "labelFontWeight": {
        +              "type": "string"
        +            },
        +            "labelHaloWidth": {
        +              "type": "number"
        +            },
        +            "labelMutedFontWeight": {
        +              "type": "string"
        +            },
        +            "labelMutedOpacity": {
        +              "type": "number"
        +            },
        +            "lineStrokeWidth": {
        +              "type": "number"
        +            },
        +            "numericFontFamily": {
        +              "type": "string"
        +            },
        +            "pieCornerRadius": {
        +              "type": "number"
        +            },
        +            "sequentialRange": {
        +              "items": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "string"
        +                }
        +              ],
        +              "maxItems": 2,
        +              "minItems": 2,
        +              "type": "array"
        +            },
        +            "subtitleColor": {
        +              "type": "string"
        +            },
        +            "subtitleFontSize": {
        +              "type": "number"
        +            },
        +            "tickDensity": {
        +              "type": "number"
        +            },
        +            "tickLabelColor": {
        +              "type": "string"
        +            },
        +            "tickLabelFontWeight": {
        +              "type": "string"
        +            },
        +            "tickPadding": {
        +              "type": "number"
        +            },
        +            "tickSize": {
        +              "type": "number"
        +            },
        +            "titleColor": {
        +              "type": "string"
        +            },
        +            "titleFontFamily": {
        +              "type": "string"
        +            },
        +            "titleFontSize": {
        +              "type": "number"
        +            },
        +            "titleFontWeight": {
        +              "type": "string"
        +            },
        +            "titleSubtitleGap": {
        +              "type": "number"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "title": {
        +          "type": "string"
        +        },
        +        "version": {
        +          "const": "2026-03-20",
        +          "type": "string"
        +        },
        +        "width": {
        +          "maximum": 4096,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "x": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "display": {
        +              "default": true,
        +              "type": "boolean"
        +            },
        +            "domain": {
        +              "anyOf": [
        +                {
        +                  "items": [
        +                    {
        +                      "type": "number"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ],
        +                  "maxItems": 2,
        +                  "minItems": 2,
        +                  "type": "array"
        +                },
        +                {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              ]
        +            },
        +            "label": {
        +              "type": "string"
        +            },
        +            "nice": {
        +              "type": "boolean"
        +            },
        +            "tickFormat": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "linear",
        +                "utc",
        +                "band"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "y": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "display": {
        +              "default": true,
        +              "type": "boolean"
        +            },
        +            "domain": {
        +              "anyOf": [
        +                {
        +                  "items": [
        +                    {
        +                      "type": "number"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ],
        +                  "maxItems": 2,
        +                  "minItems": 2,
        +                  "type": "array"
        +                },
        +                {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              ]
        +            },
        +            "label": {
        +              "type": "string"
        +            },
        +            "nice": {
        +              "type": "boolean"
        +            },
        +            "tickFormat": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "linear",
        +                "utc",
        +                "band"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        }
        +      },
        +      "required": [
        +        "version",
        +        "format",
        +        "marks"
        +      ],
        +      "title": "Szum Chart Configuration",
        +      "type": "object"
        +    },
        +    "valid": {
        +      "type": "boolean"
        +    }
        +  },
        +  "required": [
        +    "valid",
        +    "message",
        +    "errors",
        +    "diagnostics"
        +  ],
        +  "type": "object"
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "view",
        -  "title",
        -  "imageUrl",
        -  "format",
        -  "mimeType",
        -  "expiresAt"
        -]New value: +[
        +  "view",
        +  "title",
        +  "imageUrl",
        +  "format",
        +  "mimeType",
        +  "expiresAt",
        +  "validation"
        +]
    • Changedsave_chart6 fields changed
      • addedInput schema / properties / acknowledgeWarnings
        Added value: +{
        +  "description": "Set true only after the user explicitly approves every warning returned for this exact config",
        +  "type": "boolean"
        +}
      • addedInput schema / properties / idempotencyKey
        Added value: +{
        +  "description": "Stable retry key of at most 255 characters; reuse only for the exact same config",
        +  "maxLength": 255,
        +  "minLength": 1,
        +  "type": "string"
        +}
      • changedOutput schema / properties / format / enum
        Previous value: -[
        -  "png",
        -  "svg"
        -]New value: +[
        +  "svg",
        +  "png"
        +]
      • changedOutput schema / properties / mimeType / enum
        Previous value: -[
        -  "image/png",
        -  "image/svg+xml"
        -]New value: +[
        +  "image/svg+xml",
        +  "image/png"
        +]
      • addedOutput schema / properties / validation
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "diagnostics": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "code": {
        +            "type": "string"
        +          },
        +          "details": {
        +            "additionalProperties": {},
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          },
        +          "message": {
        +            "type": "string"
        +          },
        +          "path": {
        +            "items": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "number"
        +                }
        +              ]
        +            },
        +            "type": "array"
        +          },
        +          "relatedPaths": {
        +            "items": {
        +              "items": {
        +                "anyOf": [
        +                  {
        +                    "type": "string"
        +                  },
        +                  {
        +                    "type": "number"
        +                  }
        +                ]
        +              },
        +              "type": "array"
        +            },
        +            "type": "array"
        +          },
        +          "severity": {
        +            "enum": [
        +              "error",
        +              "warning",
        +              "suggestion"
        +            ],
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "code",
        +          "severity",
        +          "path",
        +          "message",
        +          "details"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "errors": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "code": {
        +            "type": "string"
        +          },
        +          "details": {
        +            "additionalProperties": {},
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          },
        +          "message": {
        +            "type": "string"
        +          },
        +          "path": {
        +            "items": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "number"
        +                }
        +              ]
        +            },
        +            "type": "array"
        +          },
        +          "relatedPaths": {
        +            "items": {
        +              "items": {
        +                "anyOf": [
        +                  {
        +                    "type": "string"
        +                  },
        +                  {
        +                    "type": "number"
        +                  }
        +                ]
        +              },
        +              "type": "array"
        +            },
        +            "type": "array"
        +          },
        +          "severity": {
        +            "enum": [
        +              "error",
        +              "warning",
        +              "suggestion"
        +            ],
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "code",
        +          "severity",
        +          "path",
        +          "message",
        +          "details"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "message": {
        +      "type": "string"
        +    },
        +    "suggestedConfig": {
        +      "additionalProperties": {},
        +      "description": "Schema version 2026-03-20. Send this JSON to POST https://szum.io/validate to validate it or POST https://szum.io/chart to render a chart image.",
        +      "properties": {
        +        "attribution": {
        +          "description": "Show a small \"Made with Szum\" credit in the bottom-right. Always on for free and keyless renders; Creator and Pro omit it by default and set true to opt in.",
        +          "type": "boolean"
        +        },
        +        "color": {
        +          "anyOf": [
        +            {
        +              "additionalProperties": {},
        +              "properties": {
        +                "domain": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "label": {
        +                  "type": "string"
        +                },
        +                "range": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "type": {
        +                  "const": "categorical",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "type"
        +              ],
        +              "type": "object"
        +            },
        +            {
        +              "additionalProperties": {},
        +              "properties": {
        +                "domain": {
        +                  "items": [
        +                    {
        +                      "type": "number"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ],
        +                  "maxItems": 2,
        +                  "minItems": 2,
        +                  "type": "array"
        +                },
        +                "label": {
        +                  "type": "string"
        +                },
        +                "range": {
        +                  "items": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "string"
        +                    }
        +                  ],
        +                  "maxItems": 2,
        +                  "minItems": 2,
        +                  "type": "array"
        +                },
        +                "type": {
        +                  "const": "sequential",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "type"
        +              ],
        +              "type": "object"
        +            },
        +            {
        +              "additionalProperties": false,
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                }
        +              },
        +              "type": "object"
        +            }
        +          ]
        +        },
        +        "data": {
        +          "items": {
        +            "additionalProperties": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "number"
        +                }
        +              ]
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "footer": {
        +          "description": "Caption below the chart (a source line, methodology note, date). URLs, bare domains, and [label](url) links in it are auto-detected and rendered as inline links on every surface.",
        +          "type": "string"
        +        },
        +        "format": {
        +          "enum": [
        +            "svg",
        +            "png"
        +          ],
        +          "type": "string"
        +        },
        +        "headerAlign": {
        +          "enum": [
        +            "left",
        +            "center",
        +            "right"
        +          ],
        +          "type": "string"
        +        },
        +        "height": {
        +          "maximum": 4096,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "locale": {
        +          "description": "Locale identifier accepted by JavaScript Intl and associated with the chart content, such as en, pl, or zh-Hant.",
        +          "pattern": "^(?:[A-Za-z]{2,3}|[A-Za-z]{5,8})(?:-[A-Za-z]{4})?(?:-(?:[A-Za-z]{2}|[0-9]{3}))?(?:-(?:[A-Za-z0-9]{5,8}|[0-9][A-Za-z0-9]{3}))*(?:-[0-9A-WY-Za-wy-z](?:-[A-Za-z0-9]{2,8})+)*(?:-[xX](?:-[A-Za-z0-9]{1,8})+)?$",
        +          "type": "string"
        +        },
        +        "margin": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "bottom": {
        +              "type": "number"
        +            },
        +            "left": {
        +              "type": "number"
        +            },
        +            "right": {
        +              "type": "number"
        +            },
        +            "top": {
        +              "type": "number"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "marks": {
        +          "items": {
        +            "oneOf": [
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "field": {
        +                        "type": "string"
        +                      },
        +                      "format": {
        +                        "type": "string"
        +                      }
        +                    },
        +                    "required": [
        +                      "field"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "r": {
        +                    "type": "number"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "dot",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "curve": {
        +                    "enum": [
        +                      "linear",
        +                      "monotone",
        +                      "step"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "end": {
        +                            "anyOf": [
        +                              {
        +                                "type": "boolean"
        +                              },
        +                              {
        +                                "items": {
        +                                  "enum": [
        +                                    "category",
        +                                    "value"
        +                                  ],
        +                                  "type": "string"
        +                                },
        +                                "type": "array"
        +                              }
        +                            ],
        +                            "default": [
        +                              "category"
        +                            ]
        +                          },
        +                          "format": {
        +                            "type": "string"
        +                          },
        +                          "points": {
        +                            "anyOf": [
        +                              {
        +                                "enum": [
        +                                  "extrema",
        +                                  "all",
        +                                  "ends"
        +                                ],
        +                                "type": "string"
        +                              },
        +                              {
        +                                "const": false,
        +                                "type": "boolean"
        +                              },
        +                              {
        +                                "additionalProperties": {},
        +                                "properties": {
        +                                  "at": {
        +                                    "enum": [
        +                                      "extrema",
        +                                      "all",
        +                                      "ends"
        +                                    ],
        +                                    "type": "string"
        +                                  },
        +                                  "show": {
        +                                    "default": [
        +                                      "value"
        +                                    ],
        +                                    "items": {
        +                                      "enum": [
        +                                        "value",
        +                                        "category"
        +                                      ],
        +                                      "type": "string"
        +                                    },
        +                                    "type": "array"
        +                                  }
        +                                },
        +                                "required": [
        +                                  "at"
        +                                ],
        +                                "type": "object"
        +                              }
        +                            ],
        +                            "default": false
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "line",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "cornerRadius": {
        +                    "type": "number"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "group": {
        +                    "default": "stack",
        +                    "enum": [
        +                      "stack",
        +                      "dodge"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "format": {
        +                            "type": "string"
        +                          },
        +                          "position": {
        +                            "default": "outside",
        +                            "enum": [
        +                              "auto",
        +                              "outside",
        +                              "inside"
        +                            ],
        +                            "type": "string"
        +                          },
        +                          "show": {
        +                            "default": [
        +                              "value"
        +                            ],
        +                            "items": {
        +                              "enum": [
        +                                "value",
        +                                "percent",
        +                                "category",
        +                                "total"
        +                              ],
        +                              "type": "string"
        +                            },
        +                            "type": "array"
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "barY",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "cornerRadius": {
        +                    "type": "number"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "group": {
        +                    "default": "stack",
        +                    "enum": [
        +                      "stack",
        +                      "dodge"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "format": {
        +                            "type": "string"
        +                          },
        +                          "position": {
        +                            "default": "outside",
        +                            "enum": [
        +                              "auto",
        +                              "outside",
        +                              "inside"
        +                            ],
        +                            "type": "string"
        +                          },
        +                          "show": {
        +                            "default": [
        +                              "value"
        +                            ],
        +                            "items": {
        +                              "enum": [
        +                                "value",
        +                                "percent",
        +                                "category",
        +                                "total"
        +                              ],
        +                              "type": "string"
        +                            },
        +                            "type": "array"
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "barX",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "curve": {
        +                    "enum": [
        +                      "linear",
        +                      "monotone",
        +                      "step"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "end": {
        +                            "anyOf": [
        +                              {
        +                                "type": "boolean"
        +                              },
        +                              {
        +                                "items": {
        +                                  "enum": [
        +                                    "category",
        +                                    "value",
        +                                    "percent"
        +                                  ],
        +                                  "type": "string"
        +                                },
        +                                "type": "array"
        +                              }
        +                            ],
        +                            "default": [
        +                              "category"
        +                            ]
        +                          },
        +                          "format": {
        +                            "type": "string"
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 0,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "areaY",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "curve": {
        +                    "enum": [
        +                      "linear",
        +                      "monotone",
        +                      "step"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 0,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "areaX",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "cornerRadius": {
        +                    "type": "number"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "innerRadius": {
        +                    "default": 0,
        +                    "maximum": 1,
        +                    "minimum": 0,
        +                    "type": "number"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "format": {
        +                            "type": "string"
        +                          },
        +                          "position": {
        +                            "default": "auto",
        +                            "enum": [
        +                              "auto",
        +                              "inside",
        +                              "outside"
        +                            ],
        +                            "type": "string"
        +                          },
        +                          "show": {
        +                            "default": [
        +                              "category",
        +                              "percent"
        +                            ],
        +                            "items": {
        +                              "enum": [
        +                                "value",
        +                                "percent",
        +                                "category"
        +                              ],
        +                              "type": "string"
        +                            },
        +                            "type": "array"
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "pie",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "dx": {
        +                    "default": 0,
        +                    "type": "number"
        +                  },
        +                  "dy": {
        +                    "default": 0,
        +                    "type": "number"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "fontSize": {
        +                    "type": "number"
        +                  },
        +                  "fontWeight": {
        +                    "type": "string"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "text": {
        +                    "default": "text",
        +                    "type": "string"
        +                  },
        +                  "textAnchor": {
        +                    "default": "center",
        +                    "enum": [
        +                      "start",
        +                      "center",
        +                      "end"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "type": {
        +                    "const": "text",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "ruleX",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "ruleY",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              }
        +            ]
        +          },
        +          "minItems": 1,
        +          "type": "array"
        +        },
        +        "plotHeight": {
        +          "maximum": 4096,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "plotWidth": {
        +          "maximum": 4096,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "scale": {
        +          "maximum": 4,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "subtitle": {
        +          "type": "string"
        +        },
        +        "theme": {
        +          "default": "editorial",
        +          "enum": [
        +            "editorial",
        +            "clean",
        +            "noir",
        +            "loud",
        +            "soft",
        +            "technical"
        +          ],
        +          "type": "string"
        +        },
        +        "themeOverrides": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "axisColor": {
        +              "type": "string"
        +            },
        +            "axisFrame": {
        +              "enum": [
        +                "none",
        +                "baseline",
        +                "lShape",
        +                "full"
        +              ],
        +              "type": "string"
        +            },
        +            "axisLabelColor": {
        +              "type": "string"
        +            },
        +            "axisLabelFontWeight": {
        +              "type": "string"
        +            },
        +            "axisLineWidth": {
        +              "type": "number"
        +            },
        +            "backgroundColor": {
        +              "type": "string"
        +            },
        +            "barCornerRadius": {
        +              "type": "number"
        +            },
        +            "barPadding": {
        +              "type": "number"
        +            },
        +            "colors": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "curve": {
        +              "enum": [
        +                "linear",
        +                "monotone",
        +                "step"
        +              ],
        +              "type": "string"
        +            },
        +            "dotRadius": {
        +              "type": "number"
        +            },
        +            "fontFamily": {
        +              "enum": [
        +                "ABeeZee",
        +                "ADLaM Display",
        +                "AR One Sans",
        +                "Abel",
        +                "Abhaya Libre",
        +                "Aboreto",
        +                "Abril Fatface",
        +                "Abyssinica SIL",
        +                "Aclonica",
        +                "Acme",
        +                "Actor",
        +                "Adamina",
        +                "Advent Pro",
        +                "Afacad",
        +                "Afacad Flux",
        +                "Agbalumo",
        +                "Agdasima",
        +                "Agu Display",
        +                "Aguafina Script",
        +                "Akatab",
        +                "Akaya Kanadaka",
        +                "Akaya Telivigala",
        +                "Akronim",
        +                "Akshar",
        +                "Akt",
        +                "Aladin",
        +                "Alan Sans",
        +                "Alata",
        +                "Alatsi",
        +                "Albert Sans",
        +                "Aldrich",
        +                "Alef",
        +                "Alegreya",
        +                "Alegreya SC",
        +                "Alegreya Sans",
        +                "Alegreya Sans SC",
        +                "Aleo",
        +                "Alex Brush",
        +                "Alexandria",
        +                "Alfa Slab One",
        +                "Alice",
        +                "Alien Block",
        +                "Alike",
        +                "Alike Angular",
        +                "Alkalami",
        +                "Alkatra",
        +                "Allan",
        +                "Allerta",
        +                "Allerta Stencil",
        +                "Allison",
        +                "Allkin",
        +                "Allura",
        +                "Almarai",
        +                "Almendra",
        +                "Almendra Display",
        +                "Almendra SC",
        +                "Alumni Sans",
        +                "Alumni Sans Collegiate One",
        +                "Alumni Sans Inline One",
        +                "Alumni Sans Pinstripe",
        +                "Alumni Sans SC",
        +                "Alyamama",
        +                "Amarante",
        +                "Amaranth",
        +                "Amarna",
        +                "Amatic SC",
        +                "Amethysta",
        +                "Amiko",
        +                "Amiri",
        +                "Amiri Quran",
        +                "Amita",
        +                "Anaheim",
        +                "Ancizar Sans",
        +                "Ancizar Serif",
        +                "Andada Pro",
        +                "Andika",
        +                "Anek Bangla",
        +                "Anek Devanagari",
        +                "Anek Gujarati",
        +                "Anek Gurmukhi",
        +                "Anek Kannada",
        +                "Anek Latin",
        +                "Anek Malayalam",
        +                "Anek Odia",
        +                "Anek Tamil",
        +                "Anek Telugu",
        +                "Angkor",
        +                "Annapurna SIL",
        +                "Annie Use Your Telescope",
        +                "Anonymous Pro",
        +                "Anta",
        +                "Antic",
        +                "Antic Didone",
        +                "Antic Slab",
        +                "Anton",
        +                "Anton SC",
        +                "Antonio",
        +                "Anuphan",
        +                "Anybody",
        +                "Aoboshi One",
        +                "Arapey",
        +                "Arbutus",
        +                "Arbutus Slab",
        +                "Architects Daughter",
        +                "Archivo",
        +                "Archivo Black",
        +                "Archivo Narrow",
        +                "Are You Serious",
        +                "Aref Ruqaa",
        +                "Aref Ruqaa Ink",
        +                "Arima",
        +                "Arimo",
        +                "Arizonia",
        +                "Armata",
        +                "Arsenal",
        +                "Arsenal SC",
        +                "Artifika",
        +                "Arvo",
        +                "Arya",
        +                "Asap",
        +                "Asap Condensed",
        +                "Asar",
        +                "Asimovian",
        +                "Asset",
        +                "Assistant",
        +                "Asta Sans",
        +                "Astloch",
        +                "Asul",
        +                "Athiti",
        +                "Atkinson Hyperlegible",
        +                "Atkinson Hyperlegible Mono",
        +                "Atkinson Hyperlegible Next",
        +                "Atma",
        +                "Atomic Age",
        +                "Aubrey",
        +                "Audiowide",
        +                "Autour One",
        +                "Average",
        +                "Average Sans",
        +                "Averia Gruesa Libre",
        +                "Averia Libre",
        +                "Averia Sans Libre",
        +                "Averia Serif Libre",
        +                "Azeret Mono",
        +                "B612",
        +                "B612 Mono",
        +                "BBH Bartle",
        +                "BBH Bogle",
        +                "BBH Hegarty",
        +                "BIZ UDGothic",
        +                "BIZ UDMincho",
        +                "BIZ UDPGothic",
        +                "BIZ UDPMincho",
        +                "BJCree",
        +                "Babylonica",
        +                "Bacasime Antique",
        +                "Bad Script",
        +                "Badeen Display",
        +                "Bagel Fat One",
        +                "Bahiana",
        +                "Bahianita",
        +                "Bai Jamjuree",
        +                "Bakbak One",
        +                "Ballet",
        +                "Baloo 2",
        +                "Baloo Bhai 2",
        +                "Baloo Bhaijaan 2",
        +                "Baloo Bhaina 2",
        +                "Baloo Chettan 2",
        +                "Baloo Da 2",
        +                "Baloo Paaji 2",
        +                "Baloo Tamma 2",
        +                "Baloo Tammudu 2",
        +                "Baloo Thambi 2",
        +                "Balsamiq Sans",
        +                "Balthazar",
        +                "Bangers",
        +                "Barlow",
        +                "Barlow Condensed",
        +                "Barlow Semi Condensed",
        +                "Barriecito",
        +                "Barrio",
        +                "Basic",
        +                "Baskervville",
        +                "Baskervville SC",
        +                "Battambang",
        +                "Baumans",
        +                "Bayon",
        +                "Be Vietnam Pro",
        +                "Beau Rivage",
        +                "Bebas Neue",
        +                "Beiruti",
        +                "Belanosima",
        +                "Belgrano",
        +                "Bellefair",
        +                "Belleza",
        +                "Bellota",
        +                "Bellota Text",
        +                "BenchNine",
        +                "Benne",
        +                "Bentham",
        +                "Berkshire Swash",
        +                "Besley",
        +                "Betania Patmos",
        +                "Betania Patmos GDL",
        +                "Betania Patmos In",
        +                "Betania Patmos In GDL",
        +                "Beth Ellen",
        +                "Bevan",
        +                "BhuTuka Expanded One",
        +                "Big Shoulders",
        +                "Big Shoulders Inline",
        +                "Big Shoulders Stencil",
        +                "Bigelow Rules",
        +                "Bigshot One",
        +                "Bilbo",
        +                "Bilbo Swash Caps",
        +                "BioRhyme",
        +                "BioRhyme Expanded",
        +                "Birthstone",
        +                "Birthstone Bounce",
        +                "Biryani",
        +                "Bitcount",
        +                "Bitcount Grid Double",
        +                "Bitcount Grid Double Ink",
        +                "Bitcount Grid Single",
        +                "Bitcount Grid Single Ink",
        +                "Bitcount Ink",
        +                "Bitcount Prop Double",
        +                "Bitcount Prop Double Ink",
        +                "Bitcount Prop Single",
        +                "Bitcount Prop Single Ink",
        +                "Bitcount Single",
        +                "Bitcount Single Ink",
        +                "Bitter",
        +                "Black And White Picture",
        +                "Black Han Sans",
        +                "Black Ops One",
        +                "Blaka",
        +                "Blaka Hollow",
        +                "Blaka Ink",
        +                "Blinker",
        +                "Bodoni Moda",
        +                "Bodoni Moda SC",
        +                "Bokor",
        +                "Boldonse",
        +                "Bona Nova",
        +                "Bona Nova SC",
        +                "Bonbon",
        +                "Bonheur Royale",
        +                "Boogaloo",
        +                "Borel",
        +                "Bowlby One",
        +                "Bowlby One SC",
        +                "Bpmf Huninn",
        +                "Bpmf Iansui",
        +                "Bpmf Zihi Kai Std",
        +                "Braah One",
        +                "Brawler",
        +                "Bree Serif",
        +                "Bricolage Grotesque",
        +                "Bruno Ace",
        +                "Bruno Ace SC",
        +                "Brygada 1918",
        +                "Bubblegum Sans",
        +                "Bubbler One",
        +                "Buda",
        +                "Buenard",
        +                "Bungee",
        +                "Bungee Hairline",
        +                "Bungee Inline",
        +                "Bungee Outline",
        +                "Bungee Shade",
        +                "Bungee Spice",
        +                "Bungee Tint",
        +                "Butcherman",
        +                "Butterfly Kids",
        +                "Bytesized",
        +                "Cabin",
        +                "Cabin Condensed",
        +                "Cabin Sketch",
        +                "Cactus Classical Serif",
        +                "Caesar Dressing",
        +                "Cagliostro",
        +                "Cairo",
        +                "Cairo Play",
        +                "Cal Sans",
        +                "Caladea",
        +                "Calistoga",
        +                "Calligraffitti",
        +                "Cambay",
        +                "Cambo",
        +                "Candal",
        +                "Cantarell",
        +                "Cantata One",
        +                "Cantora One",
        +                "Caprasimo",
        +                "Capriola",
        +                "Caramel",
        +                "Carattere",
        +                "Cardo",
        +                "Carlito",
        +                "Carme",
        +                "Carrois Gothic",
        +                "Carrois Gothic SC",
        +                "Carter One",
        +                "Cascadia Code",
        +                "Cascadia Mono",
        +                "Castoro",
        +                "Castoro Titling",
        +                "Catamaran",
        +                "Caudex",
        +                "Cause",
        +                "Caveat",
        +                "Caveat Brush",
        +                "Cedarville Cursive",
        +                "Ceviche One",
        +                "Chakra Petch",
        +                "Changa",
        +                "Changa One",
        +                "Chango",
        +                "Charis SIL",
        +                "Charm",
        +                "Charmonman",
        +                "Chathura",
        +                "Chau Philomene One",
        +                "Chela One",
        +                "Chelsea Market",
        +                "Chenla",
        +                "Cherish",
        +                "Cherry Bomb One",
        +                "Cherry Cream Soda",
        +                "Cherry Swash",
        +                "Chewy",
        +                "Chicle",
        +                "Chilanka",
        +                "Chiron GoRound TC",
        +                "Chiron Hei HK",
        +                "Chiron Sung HK",
        +                "Chivo",
        +                "Chivo Mono",
        +                "Chocolate Classical Sans",
        +                "Chokokutai",
        +                "Chonburi",
        +                "Cinzel",
        +                "Cinzel Decorative",
        +                "Clicker Script",
        +                "Climate Crisis",
        +                "Coda",
        +                "Codystar",
        +                "Coiny",
        +                "Combo",
        +                "Comfortaa",
        +                "Comforter",
        +                "Comforter Brush",
        +                "Comic Neue",
        +                "Comic Relief",
        +                "Coming Soon",
        +                "Comme",
        +                "Commissioner",
        +                "Concert One",
        +                "Condiment",
        +                "Content",
        +                "Contrail One",
        +                "Convergence",
        +                "Cookie",
        +                "Copse",
        +                "Coral Pixels",
        +                "Corben",
        +                "Corinthia",
        +                "Cormorant",
        +                "Cormorant Garamond",
        +                "Cormorant Infant",
        +                "Cormorant SC",
        +                "Cormorant Unicase",
        +                "Cormorant Upright",
        +                "Cossette Texte",
        +                "Cossette Titre",
        +                "Courgette",
        +                "Courier Prime",
        +                "Cousine",
        +                "Coustard",
        +                "Covered By Your Grace",
        +                "Crafty Girls",
        +                "Creepster",
        +                "Crete Round",
        +                "Crimson Pro",
        +                "Crimson Text",
        +                "Croissant One",
        +                "Crushed",
        +                "Cuprum",
        +                "Cute Font",
        +                "Cutive",
        +                "Cutive Mono",
        +                "DM Mono",
        +                "DM Sans",
        +                "DM Serif Display",
        +                "DM Serif Text",
        +                "Dai Banna SIL",
        +                "Damion",
        +                "Dancing Script",
        +                "Danfo",
        +                "Dangrek",
        +                "Darker Grotesque",
        +                "Darumadrop One",
        +                "Datatype",
        +                "David Libre",
        +                "Dawning of a New Day",
        +                "Days One",
        +                "Dekko",
        +                "Dela Gothic One",
        +                "Delicious Handrawn",
        +                "Delius",
        +                "Delius Swash Caps",
        +                "Delius Unicase",
        +                "Della Respira",
        +                "Denk One",
        +                "Devonshire",
        +                "Dhurjati",
        +                "Didact Gothic",
        +                "Diphylleia",
        +                "Diplomata",
        +                "Diplomata SC",
        +                "Do Hyeon",
        +                "Dokdo",
        +                "Domine",
        +                "Donegal One",
        +                "Dongle",
        +                "Doppio One",
        +                "Dorsa",
        +                "Dosis",
        +                "DotGothic16",
        +                "Doto",
        +                "Dr Sugiyama",
        +                "Duru Sans",
        +                "DynaPuff",
        +                "Dynalight",
        +                "EB Garamond",
        +                "Eagle Lake",
        +                "East Sea Dokdo",
        +                "Eater",
        +                "Economica",
        +                "Eczar",
        +                "Edu AU VIC WA NT Arrows",
        +                "Edu AU VIC WA NT Dots",
        +                "Edu AU VIC WA NT Guides",
        +                "Edu AU VIC WA NT Hand",
        +                "Edu AU VIC WA NT Pre",
        +                "Edu NSW ACT Cursive",
        +                "Edu NSW ACT Foundation",
        +                "Edu NSW ACT Hand Pre",
        +                "Edu QLD Beginner",
        +                "Edu QLD Hand",
        +                "Edu SA Beginner",
        +                "Edu SA Hand",
        +                "Edu TAS Beginner",
        +                "Edu VIC WA NT Beginner",
        +                "Edu VIC WA NT Hand",
        +                "Edu VIC WA NT Hand Pre",
        +                "El Messiri",
        +                "Electrolize",
        +                "Elms Sans",
        +                "Elsie",
        +                "Elsie Swash Caps",
        +                "Emblema One",
        +                "Emilys Candy",
        +                "Encode Sans",
        +                "Encode Sans Condensed",
        +                "Encode Sans Expanded",
        +                "Encode Sans SC",
        +                "Encode Sans Semi Condensed",
        +                "Encode Sans Semi Expanded",
        +                "Engagement",
        +                "Englebert",
        +                "Enriqueta",
        +                "Ephesis",
        +                "Epilogue",
        +                "Epunda Sans",
        +                "Epunda Slab",
        +                "Erica One",
        +                "Esteban",
        +                "Estedad",
        +                "Estonia",
        +                "Euphoria Script",
        +                "Ewert",
        +                "Exile",
        +                "Exo",
        +                "Exo 2",
        +                "Expletus Sans",
        +                "Explora",
        +                "Faculty Glyphic",
        +                "Fahkwang",
        +                "Familjen Grotesk",
        +                "Fanwood Text",
        +                "Farro",
        +                "Farsan",
        +                "Fascinate",
        +                "Fascinate Inline",
        +                "Faster One",
        +                "Fasthand",
        +                "Fauna One",
        +                "Faustina",
        +                "Federant",
        +                "Federo",
        +                "Felipa",
        +                "Fenix",
        +                "Festive",
        +                "Figtree",
        +                "Finger Paint",
        +                "Finlandica Headline",
        +                "Finlandica Text",
        +                "Fira Code",
        +                "Fira Mono",
        +                "Fira Sans",
        +                "Fira Sans Condensed",
        +                "Fira Sans Extra Condensed",
        +                "Fjalla One",
        +                "Fjord One",
        +                "Flamenco",
        +                "Flavors",
        +                "Fleur De Leah",
        +                "Flow Block",
        +                "Flow Circular",
        +                "Flow Rounded",
        +                "Foldit",
        +                "Fondamento",
        +                "Fontdiner Swanky",
        +                "Forum",
        +                "Fragment Mono",
        +                "Francois One",
        +                "Frank Ruhl Libre",
        +                "Fraunces",
        +                "Freckle Face",
        +                "Fredericka the Great",
        +                "Fredoka",
        +                "Freehand",
        +                "Freeman",
        +                "Fresca",
        +                "Frijole",
        +                "Fruktur",
        +                "Fugaz One",
        +                "Fuggles",
        +                "Funnel Display",
        +                "Funnel Sans",
        +                "Fustat",
        +                "Fuzzy Bubbles",
        +                "GFS Didot",
        +                "GFS Neohellenic",
        +                "Ga Maamli",
        +                "Gabarito",
        +                "Gabriela",
        +                "Gaegu",
        +                "Gafata",
        +                "Gajraj One",
        +                "Galada",
        +                "Galdeano",
        +                "Galindo",
        +                "Gamja Flower",
        +                "Gantari",
        +                "Gasoek One",
        +                "Gayathri",
        +                "Geist",
        +                "Geist Mono",
        +                "Geist Pixel",
        +                "Gelasio",
        +                "Gemunu Libre",
        +                "Genos",
        +                "Gentium Book Plus",
        +                "Gentium Plus",
        +                "Geo",
        +                "Geologica",
        +                "Geom",
        +                "Geomini",
        +                "Georama",
        +                "Geostar",
        +                "Geostar Fill",
        +                "Germania One",
        +                "Gideon Roman",
        +                "Gidole",
        +                "Gidugu",
        +                "Gilda Display",
        +                "Girassol",
        +                "Give You Glory",
        +                "Glass Antiqua",
        +                "Glegoo",
        +                "Gloock",
        +                "Gloria Hallelujah",
        +                "Glory",
        +                "Gluten",
        +                "Goblin One",
        +                "Gochi Hand",
        +                "Goldman",
        +                "Golos Text",
        +                "Google Sans",
        +                "Google Sans Code",
        +                "Google Sans Flex",
        +                "Gorditas",
        +                "Gothic A1",
        +                "Gotu",
        +                "Goudy Bookletter 1911",
        +                "Gowun Batang",
        +                "Gowun Dodum",
        +                "Graduate",
        +                "Grand Hotel",
        +                "Grandiflora One",
        +                "Grandstander",
        +                "Grape Nuts",
        +                "Gravitas One",
        +                "Great Vibes",
        +                "Grechen Fuemen",
        +                "Grenze",
        +                "Grenze Gotisch",
        +                "Grey Qo",
        +                "Griffy",
        +                "Gruppo",
        +                "Gudea",
        +                "Gugi",
        +                "Gulzar",
        +                "Gupter",
        +                "Gurajada",
        +                "Gveret Levin",
        +                "Gwendolyn",
        +                "Habibi",
        +                "Hachi Maru Pop",
        +                "Hahmlet",
        +                "Halant",
        +                "Hammersmith One",
        +                "Hanalei",
        +                "Hanalei Fill",
        +                "Handjet",
        +                "Handlee",
        +                "Hanken Grotesk",
        +                "Hanuman",
        +                "Happy Monkey",
        +                "Harmattan",
        +                "Headland One",
        +                "Hedvig Letters Sans",
        +                "Hedvig Letters Serif",
        +                "Heebo",
        +                "Henny Penny",
        +                "Hepta Slab",
        +                "Herr Von Muellerhoff",
        +                "Hi Melody",
        +                "Hibur Mono",
        +                "Hina Mincho",
        +                "Hind",
        +                "Hind Guntur",
        +                "Hind Madurai",
        +                "Hind Mysuru",
        +                "Hind Siliguri",
        +                "Hind Vadodara",
        +                "Holtwood One SC",
        +                "Homemade Apple",
        +                "Homenaje",
        +                "Honk",
        +                "Host Grotesk",
        +                "Hubballi",
        +                "Hubot Sans",
        +                "Huninn",
        +                "Hurricane",
        +                "IBM Plex Mono",
        +                "IBM Plex Sans",
        +                "IBM Plex Sans Arabic",
        +                "IBM Plex Sans Condensed",
        +                "IBM Plex Sans Devanagari",
        +                "IBM Plex Sans Hebrew",
        +                "IBM Plex Sans JP",
        +                "IBM Plex Sans KR",
        +                "IBM Plex Sans Thai",
        +                "IBM Plex Sans Thai Looped",
        +                "IBM Plex Serif",
        +                "IM Fell DW Pica",
        +                "IM Fell DW Pica SC",
        +                "IM Fell Double Pica",
        +                "IM Fell Double Pica SC",
        +                "IM Fell English",
        +                "IM Fell English SC",
        +                "IM Fell French Canon",
        +                "IM Fell French Canon SC",
        +                "IM Fell Great Primer",
        +                "IM Fell Great Primer SC",
        +                "Iansui",
        +                "Ibarra Real Nova",
        +                "Iceberg",
        +                "Iceland",
        +                "Idiqlat",
        +                "Imbue",
        +                "Imperial Script",
        +                "Imprima",
        +                "Inclusive Sans",
        +                "Inconsolata",
        +                "Inder",
        +                "Indie Flower",
        +                "Ingrid Darling",
        +                "Inika",
        +                "Inknut Antiqua",
        +                "Inria Sans",
        +                "Inria Serif",
        +                "Inspiration",
        +                "Instrument Sans",
        +                "Instrument Serif",
        +                "Intel One Mono",
        +                "Inter",
        +                "Inter Tight",
        +                "Iosevka Charon",
        +                "Iosevka Charon Mono",
        +                "Irish Grover",
        +                "Island Moments",
        +                "Istok Web",
        +                "Italiana",
        +                "Italianno",
        +                "Itim",
        +                "Jacquard 12",
        +                "Jacquard 12 Charted",
        +                "Jacquard 24",
        +                "Jacquard 24 Charted",
        +                "Jacquarda Bastarda 9",
        +                "Jacquarda Bastarda 9 Charted",
        +                "Jacques Francois",
        +                "Jacques Francois Shadow",
        +                "Jaini",
        +                "Jaini Purva",
        +                "Jaldi",
        +                "Jaro",
        +                "Jersey 10",
        +                "Jersey 10 Charted",
        +                "Jersey 15",
        +                "Jersey 15 Charted",
        +                "Jersey 20",
        +                "Jersey 20 Charted",
        +                "Jersey 25",
        +                "Jersey 25 Charted",
        +                "JetBrains Mono",
        +                "Jim Nightshade",
        +                "Joan",
        +                "Jockey One",
        +                "Jolly Lodger",
        +                "Jomhuria",
        +                "Jomolhari",
        +                "Josefin Sans",
        +                "Josefin Slab",
        +                "Jost",
        +                "Joti One",
        +                "Jua",
        +                "Judson",
        +                "Julee",
        +                "Julius Sans One",
        +                "Junge",
        +                "Jura",
        +                "Just Another Hand",
        +                "Just Me Again Down Here",
        +                "K2D",
        +                "Kablammo",
        +                "Kadwa",
        +                "Kaisei Decol",
        +                "Kaisei HarunoUmi",
        +                "Kaisei Opti",
        +                "Kaisei Tokumin",
        +                "Kalam",
        +                "Kalnia",
        +                "Kalnia Glaze",
        +                "Kameron",
        +                "Kanchenjunga",
        +                "Kanit",
        +                "Kantumruy Pro",
        +                "Kapakana",
        +                "Karantina",
        +                "Karla",
        +                "Karla Tamil Inclined",
        +                "Karla Tamil Upright",
        +                "Karma",
        +                "Katibeh",
        +                "Kaushan Script",
        +                "Kavivanar",
        +                "Kavoon",
        +                "Kay Pho Du",
        +                "Kdam Thmor Pro",
        +                "Keania One",
        +                "Kedebideri",
        +                "Kelly Slab",
        +                "Kenia",
        +                "Khand",
        +                "Khmer",
        +                "Khula",
        +                "Kings",
        +                "Kirang Haerang",
        +                "Kite One",
        +                "Kiwi Maru",
        +                "Klee One",
        +                "Knewave",
        +                "KoHo",
        +                "Kodchasan",
        +                "Kode Mono",
        +                "Koh Santepheap",
        +                "Kolker Brush",
        +                "Konkhmer Sleokchher",
        +                "Kosugi",
        +                "Kosugi Maru",
        +                "Kotta One",
        +                "Koulen",
        +                "Kranky",
        +                "Kreon",
        +                "Kristi",
        +                "Krona One",
        +                "Krub",
        +                "Kufam",
        +                "Kulim Park",
        +                "Kumar One",
        +                "Kumar One Outline",
        +                "Kumbh Sans",
        +                "Kurale",
        +                "LINE Seed JP",
        +                "LXGW Marker Gothic",
        +                "LXGW WenKai Mono TC",
        +                "LXGW WenKai TC",
        +                "La Belle Aurore",
        +                "Labrada",
        +                "Lacquer",
        +                "Laila",
        +                "Lakki Reddy",
        +                "Lalezar",
        +                "Lancelot",
        +                "Langar",
        +                "Lateef",
        +                "Lato",
        +                "Lavishly Yours",
        +                "League Gothic",
        +                "League Script",
        +                "League Spartan",
        +                "Leckerli One",
        +                "Ledger",
        +                "Lekton",
        +                "Lemon",
        +                "Lemonada",
        +                "Lexend",
        +                "Lexend Deca",
        +                "Lexend Exa",
        +                "Lexend Giga",
        +                "Lexend Mega",
        +                "Lexend Peta",
        +                "Lexend Tera",
        +                "Lexend Zetta",
        +                "Libertinus Keyboard",
        +                "Libertinus Math",
        +                "Libertinus Mono",
        +                "Libertinus Sans",
        +                "Libertinus Serif",
        +                "Libertinus Serif Display",
        +                "Libre Barcode 128",
        +                "Libre Barcode 128 Text",
        +                "Libre Barcode 39",
        +                "Libre Barcode 39 Extended",
        +                "Libre Barcode 39 Extended Text",
        +                "Libre Barcode 39 Text",
        +                "Libre Barcode EAN13 Text",
        +                "Libre Baskerville",
        +                "Libre Bodoni",
        +                "Libre Caslon Display",
        +                "Libre Caslon Text",
        +                "Libre Franklin",
        +                "Licorice",
        +                "Life Savers",
        +                "Lilex",
        +                "Lilita One",
        +                "Lily Script One",
        +                "Limelight",
        +                "Linden Hill",
        +                "Linefont",
        +                "Lisu Bosa",
        +                "Liter",
        +                "Literata",
        +                "Liu Jian Mao Cao",
        +                "Livvic",
        +                "Lobster",
        +                "Lobster Two",
        +                "Londrina Outline",
        +                "Londrina Shadow",
        +                "Londrina Sketch",
        +                "Londrina Solid",
        +                "Long Cang",
        +                "Lora",
        +                "Love Light",
        +                "Love Ya Like A Sister",
        +                "Loved by the King",
        +                "Lovers Quarrel",
        +                "Luckiest Guy",
        +                "Lugrasimo",
        +                "Lumanosimo",
        +                "Lunasima",
        +                "Lusitana",
        +                "Lustria",
        +                "Luxurious Roman",
        +                "Luxurious Script",
        +                "M PLUS 1",
        +                "M PLUS 1 Code",
        +                "M PLUS 1p",
        +                "M PLUS 2",
        +                "M PLUS Code Latin",
        +                "M PLUS Rounded 1c",
        +                "M PLUS U",
        +                "Ma Shan Zheng",
        +                "Macondo",
        +                "Macondo Swash Caps",
        +                "Mada",
        +                "Madimi One",
        +                "Magra",
        +                "Maiden Orange",
        +                "Maitree",
        +                "Major Mono Display",
        +                "Mako",
        +                "Mali",
        +                "Mallanna",
        +                "Maname",
        +                "Mandali",
        +                "Manjari",
        +                "Manrope",
        +                "Mansalva",
        +                "Manuale",
        +                "Manufacturing Consent",
        +                "Marcellus",
        +                "Marcellus SC",
        +                "Marck Script",
        +                "Margarine",
        +                "Marhey",
        +                "Markazi Text",
        +                "Marko One",
        +                "Marmelad",
        +                "Martel",
        +                "Martel Sans",
        +                "Martian Mono",
        +                "Marvel",
        +                "Matangi",
        +                "Mate",
        +                "Mate SC",
        +                "Matemasie",
        +                "Material Icons",
        +                "Material Icons Outlined",
        +                "Material Icons Round",
        +                "Material Icons Sharp",
        +                "Material Icons Two Tone",
        +                "Material Symbols",
        +                "Material Symbols Outlined",
        +                "Material Symbols Rounded",
        +                "Material Symbols Sharp",
        +                "Maven Pro",
        +                "McLaren",
        +                "Mea Culpa",
        +                "Meddon",
        +                "MedievalSharp",
        +                "Medula One",
        +                "Meera Inimai",
        +                "Megrim",
        +                "Meie Script",
        +                "Menbere",
        +                "Meow Script",
        +                "Merienda",
        +                "Merriweather",
        +                "Merriweather Sans",
        +                "Metal",
        +                "Metal Mania",
        +                "Metamorphous",
        +                "Metrophobic",
        +                "Michroma",
        +                "Micro 5",
        +                "Micro 5 Charted",
        +                "Milonga",
        +                "Miltonian",
        +                "Miltonian Tattoo",
        +                "Mina",
        +                "Mingzat",
        +                "Miniver",
        +                "Miranda Sans",
        +                "Miriam Libre",
        +                "Mirza",
        +                "Miss Fajardose",
        +                "Mitr",
        +                "Mochiy Pop One",
        +                "Mochiy Pop P One",
        +                "Modak",
        +                "Modern Antiqua",
        +                "Moderustic",
        +                "Mogra",
        +                "Mohave",
        +                "Moirai One",
        +                "Molengo",
        +                "Molle",
        +                "Momo Signature",
        +                "Momo Trust Display",
        +                "Momo Trust Sans",
        +                "Mona Sans",
        +                "Monda",
        +                "Monofett",
        +                "Monomakh",
        +                "Monomaniac One",
        +                "Monoton",
        +                "Monsieur La Doulaise",
        +                "Montaga",
        +                "Montagu Slab",
        +                "MonteCarlo",
        +                "Montenegrin Gothic One",
        +                "Montez",
        +                "Montserrat",
        +                "Montserrat Alternates",
        +                "Montserrat Underline",
        +                "Moo Lah Lah",
        +                "Mooli",
        +                "Moon Dance",
        +                "Moul",
        +                "Moulpali",
        +                "Mountains of Christmas",
        +                "Mouse Memoirs",
        +                "Mozilla Headline",
        +                "Mozilla Text",
        +                "Mr Bedfort",
        +                "Mr Dafoe",
        +                "Mr De Haviland",
        +                "Mrs Saint Delafield",
        +                "Mrs Sheppards",
        +                "Ms Madi",
        +                "Mukta",
        +                "Mukta Mahee",
        +                "Mukta Malar",
        +                "Mukta Vaani",
        +                "Mulish",
        +                "Murecho",
        +                "MuseoModerno",
        +                "My Soul",
        +                "Mynerve",
        +                "Mystery Quest",
        +                "NTR",
        +                "Nabla",
        +                "Namdhinggo",
        +                "Nanum Brush Script",
        +                "Nanum Gothic",
        +                "Nanum Gothic Coding",
        +                "Nanum Myeongjo",
        +                "Nanum Pen Script",
        +                "Narnoor",
        +                "Nata Sans",
        +                "National Park",
        +                "Neonderthaw",
        +                "Nerko One",
        +                "Neucha",
        +                "Neuton",
        +                "New Amsterdam",
        +                "New Rocker",
        +                "New Tegomin",
        +                "News Cycle",
        +                "Newsreader",
        +                "Niconne",
        +                "Niramit",
        +                "Nixie One",
        +                "Nobile",
        +                "Nokora",
        +                "Norican",
        +                "Nosifer",
        +                "Notable",
        +                "Nothing You Could Do",
        +                "Noticia Text",
        +                "Noto Color Emoji",
        +                "Noto Emoji",
        +                "Noto Kufi Arabic",
        +                "Noto Music",
        +                "Noto Naskh Arabic",
        +                "Noto Nastaliq Urdu",
        +                "Noto Rashi Hebrew",
        +                "Noto Sans",
        +                "Noto Sans Adlam",
        +                "Noto Sans Adlam Unjoined",
        +                "Noto Sans Anatolian Hieroglyphs",
        +                "Noto Sans Arabic",
        +                "Noto Sans Armenian",
        +                "Noto Sans Avestan",
        +                "Noto Sans Balinese",
        +                "Noto Sans Bamum",
        +                "Noto Sans Bassa Vah",
        +                "Noto Sans Batak",
        +                "Noto Sans Bengali",
        +                "Noto Sans Bhaiksuki",
        +                "Noto Sans Brahmi",
        +                "Noto Sans Buginese",
        +                "Noto Sans Buhid",
        +                "Noto Sans Canadian Aboriginal",
        +                "Noto Sans Carian",
        +                "Noto Sans Caucasian Albanian",
        +                "Noto Sans Chakma",
        +                "Noto Sans Cham",
        +                "Noto Sans Cherokee",
        +                "Noto Sans Chorasmian",
        +                "Noto Sans Coptic",
        +                "Noto Sans Cuneiform",
        +                "Noto Sans Cypriot",
        +                "Noto Sans Cypro Minoan",
        +                "Noto Sans Deseret",
        +                "Noto Sans Devanagari",
        +                "Noto Sans Display",
        +                "Noto Sans Duployan",
        +                "Noto Sans Egyptian Hieroglyphs",
        +                "Noto Sans Elbasan",
        +                "Noto Sans Elymaic",
        +                "Noto Sans Ethiopic",
        +                "Noto Sans Georgian",
        +                "Noto Sans Glagolitic",
        +                "Noto Sans Gothic",
        +                "Noto Sans Grantha",
        +                "Noto Sans Gujarati",
        +                "Noto Sans Gunjala Gondi",
        +                "Noto Sans Gurmukhi",
        +                "Noto Sans HK",
        +                "Noto Sans Hanifi Rohingya",
        +                "Noto Sans Hanunoo",
        +                "Noto Sans Hatran",
        +                "Noto Sans Hebrew",
        +                "Noto Sans Imperial Aramaic",
        +                "Noto Sans Indic Siyaq Numbers",
        +                "Noto Sans Inscriptional Pahlavi",
        +                "Noto Sans Inscriptional Parthian",
        +                "Noto Sans JP",
        +                "Noto Sans Javanese",
        +                "Noto Sans KR",
        +                "Noto Sans Kaithi",
        +                "Noto Sans Kannada",
        +                "Noto Sans Kawi",
        +                "Noto Sans Kayah Li",
        +                "Noto Sans Kharoshthi",
        +                "Noto Sans Khmer",
        +                "Noto Sans Khojki",
        +                "Noto Sans Khudawadi",
        +                "Noto Sans Lao",
        +                "Noto Sans Lao Looped",
        +                "Noto Sans Lepcha",
        +                "Noto Sans Limbu",
        +                "Noto Sans Linear A",
        +                "Noto Sans Linear B",
        +                "Noto Sans Lisu",
        +                "Noto Sans Lycian",
        +                "Noto Sans Lydian",
        +                "Noto Sans Mahajani",
        +                "Noto Sans Malayalam",
        +                "Noto Sans Mandaic",
        +                "Noto Sans Manichaean",
        +                "Noto Sans Marchen",
        +                "Noto Sans Masaram Gondi",
        +                "Noto Sans Math",
        +                "Noto Sans Mayan Numerals",
        +                "Noto Sans Medefaidrin",
        +                "Noto Sans Meetei Mayek",
        +                "Noto Sans Mende Kikakui",
        +                "Noto Sans Meroitic",
        +                "Noto Sans Miao",
        +                "Noto Sans Modi",
        +                "Noto Sans Mongolian",
        +                "Noto Sans Mono",
        +                "Noto Sans Mro",
        +                "Noto Sans Multani",
        +                "Noto Sans Myanmar",
        +                "Noto Sans NKo",
        +                "Noto Sans NKo Unjoined",
        +                "Noto Sans Nabataean",
        +                "Noto Sans Nag Mundari",
        +                "Noto Sans Nandinagari",
        +                "Noto Sans New Tai Lue",
        +                "Noto Sans Newa",
        +                "Noto Sans Nushu",
        +                "Noto Sans Ogham",
        +                "Noto Sans Ol Chiki",
        +                "Noto Sans Old Hungarian",
        +                "Noto Sans Old Italic",
        +                "Noto Sans Old North Arabian",
        +                "Noto Sans Old Permic",
        +                "Noto Sans Old Persian",
        +                "Noto Sans Old Sogdian",
        +                "Noto Sans Old South Arabian",
        +                "Noto Sans Old Turkic",
        +                "Noto Sans Oriya",
        +                "Noto Sans Osage",
        +                "Noto Sans Osmanya",
        +                "Noto Sans Pahawh Hmong",
        +                "Noto Sans Palmyrene",
        +                "Noto Sans Pau Cin Hau",
        +                "Noto Sans PhagsPa",
        +                "Noto Sans Phoenician",
        +                "Noto Sans Psalter Pahlavi",
        +                "Noto Sans Rejang",
        +                "Noto Sans Runic",
        +                "Noto Sans SC",
        +                "Noto Sans Samaritan",
        +                "Noto Sans Saurashtra",
        +                "Noto Sans Sharada",
        +                "Noto Sans Shavian",
        +                "Noto Sans Siddham",
        +                "Noto Sans SignWriting",
        +                "Noto Sans Sinhala",
        +                "Noto Sans Sogdian",
        +                "Noto Sans Sora Sompeng",
        +                "Noto Sans Soyombo",
        +                "Noto Sans Sundanese",
        +                "Noto Sans Sunuwar",
        +                "Noto Sans Syloti Nagri",
        +                "Noto Sans Symbols",
        +                "Noto Sans Symbols 2",
        +                "Noto Sans Syriac",
        +                "Noto Sans Syriac Eastern",
        +                "Noto Sans Syriac Western",
        +                "Noto Sans TC",
        +                "Noto Sans Tagalog",
        +                "Noto Sans Tagbanwa",
        +                "Noto Sans Tai Le",
        +                "Noto Sans Tai Tham",
        +                "Noto Sans Tai Viet",
        +                "Noto Sans Takri",
        +                "Noto Sans Tamil",
        +                "Noto Sans Tamil Supplement",
        +                "Noto Sans Tangsa",
        +                "Noto Sans Telugu",
        +                "Noto Sans Thaana",
        +                "Noto Sans Thai",
        +                "Noto Sans Thai Looped",
        +                "Noto Sans Tifinagh",
        +                "Noto Sans Tirhuta",
        +                "Noto Sans Ugaritic",
        +                "Noto Sans Vai",
        +                "Noto Sans Vithkuqi",
        +                "Noto Sans Wancho",
        +                "Noto Sans Warang Citi",
        +                "Noto Sans Yi",
        +                "Noto Sans Zanabazar Square",
        +                "Noto Serif",
        +                "Noto Serif Ahom",
        +                "Noto Serif Armenian",
        +                "Noto Serif Balinese",
        +                "Noto Serif Bengali",
        +                "Noto Serif Devanagari",
        +                "Noto Serif Display",
        +                "Noto Serif Dives Akuru",
        +                "Noto Serif Dogra",
        +                "Noto Serif Ethiopic",
        +                "Noto Serif Georgian",
        +                "Noto Serif Grantha",
        +                "Noto Serif Gujarati",
        +                "Noto Serif Gurmukhi",
        +                "Noto Serif HK",
        +                "Noto Serif Hebrew",
        +                "Noto Serif Hentaigana",
        +                "Noto Serif JP",
        +                "Noto Serif KR",
        +                "Noto Serif Kannada",
        +                "Noto Serif Khitan Small Script",
        +                "Noto Serif Khmer",
        +                "Noto Serif Khojki",
        +                "Noto Serif Lao",
        +                "Noto Serif Makasar",
        +                "Noto Serif Malayalam",
        +                "Noto Serif Myanmar",
        +                "Noto Serif NP Hmong",
        +                "Noto Serif Old Uyghur",
        +                "Noto Serif Oriya",
        +                "Noto Serif Ottoman Siyaq",
        +                "Noto Serif SC",
        +                "Noto Serif Sinhala",
        +                "Noto Serif TC",
        +                "Noto Serif Tamil",
        +                "Noto Serif Tangut",
        +                "Noto Serif Telugu",
        +                "Noto Serif Thai",
        +                "Noto Serif Tibetan",
        +                "Noto Serif Todhri",
        +                "Noto Serif Toto",
        +                "Noto Serif Vithkuqi",
        +                "Noto Serif Yezidi",
        +                "Noto Traditional Nushu",
        +                "Noto Znamenny Musical Notation",
        +                "Nova Cut",
        +                "Nova Flat",
        +                "Nova Mono",
        +                "Nova Oval",
        +                "Nova Round",
        +                "Nova Script",
        +                "Nova Slim",
        +                "Nova Square",
        +                "Numans",
        +                "Nunito",
        +                "Nunito Sans",
        +                "Nuosu SIL",
        +                "Odibee Sans",
        +                "Odor Mean Chey",
        +                "Offside",
        +                "Oi",
        +                "Ojuju",
        +                "Old Standard TT",
        +                "Oldenburg",
        +                "Ole",
        +                "Oleo Script",
        +                "Oleo Script Swash Caps",
        +                "Onest",
        +                "Oooh Baby",
        +                "Open Sans",
        +                "Oranienbaum",
        +                "Orbit",
        +                "Orbitron",
        +                "Oregano",
        +                "Orelega One",
        +                "Orienta",
        +                "Original Surfer",
        +                "Oswald",
        +                "Outfit",
        +                "Over the Rainbow",
        +                "Overlock",
        +                "Overlock SC",
        +                "Overpass",
        +                "Overpass Mono",
        +                "Ovo",
        +                "Oxanium",
        +                "Oxygen",
        +                "Oxygen Mono",
        +                "PT Mono",
        +                "PT Sans",
        +                "PT Sans Caption",
        +                "PT Sans Narrow",
        +                "PT Serif",
        +                "PT Serif Caption",
        +                "Pacifico",
        +                "Padauk",
        +                "Padyakke Expanded One",
        +                "Palanquin",
        +                "Palanquin Dark",
        +                "Palette Mosaic",
        +                "Pangolin",
        +                "Paprika",
        +                "Parastoo",
        +                "Parisienne",
        +                "Parkinsans",
        +                "Passero One",
        +                "Passion One",
        +                "Passions Conflict",
        +                "Pathway Extreme",
        +                "Pathway Gothic One",
        +                "Patrick Hand",
        +                "Patrick Hand SC",
        +                "Pattaya",
        +                "Patua One",
        +                "Pavanam",
        +                "Paytone One",
        +                "Peddana",
        +                "Peralta",
        +                "Permanent Marker",
        +                "Petemoss",
        +                "Petit Formal Script",
        +                "Petrona",
        +                "Phetsarath",
        +                "Philosopher",
        +                "Phudu",
        +                "Piazzolla",
        +                "Piedra",
        +                "Pinyon Script",
        +                "Pirata One",
        +                "Pixelify Sans",
        +                "Plaster",
        +                "Platypi",
        +                "Play",
        +                "Playball",
        +                "Playfair",
        +                "Playfair Display",
        +                "Playfair Display SC",
        +                "Playpen Sans",
        +                "Playpen Sans Arabic",
        +                "Playpen Sans Deva",
        +                "Playpen Sans Hebrew",
        +                "Playpen Sans Thai",
        +                "Playwrite AR",
        +                "Playwrite AR Guides",
        +                "Playwrite AT",
        +                "Playwrite AT Guides",
        +                "Playwrite AU NSW",
        +                "Playwrite AU NSW Guides",
        +                "Playwrite AU QLD",
        +                "Playwrite AU QLD Guides",
        +                "Playwrite AU SA",
        +                "Playwrite AU SA Guides",
        +                "Playwrite AU TAS",
        +                "Playwrite AU TAS Guides",
        +                "Playwrite AU VIC",
        +                "Playwrite AU VIC Guides",
        +                "Playwrite BE VLG",
        +                "Playwrite BE VLG Guides",
        +                "Playwrite BE WAL",
        +                "Playwrite BE WAL Guides",
        +                "Playwrite BR",
        +                "Playwrite BR Guides",
        +                "Playwrite CA",
        +                "Playwrite CA Guides",
        +                "Playwrite CL",
        +                "Playwrite CL Guides",
        +                "Playwrite CO",
        +                "Playwrite CO Guides",
        +                "Playwrite CU",
        +                "Playwrite CU Guides",
        +                "Playwrite CZ",
        +                "Playwrite CZ Guides",
        +                "Playwrite DE Grund",
        +                "Playwrite DE Grund Guides",
        +                "Playwrite DE LA",
        +                "Playwrite DE LA Guides",
        +                "Playwrite DE SAS",
        +                "Playwrite DE SAS Guides",
        +                "Playwrite DE VA",
        +                "Playwrite DE VA Guides",
        +                "Playwrite DK Loopet",
        +                "Playwrite DK Loopet Guides",
        +                "Playwrite DK Uloopet",
        +                "Playwrite DK Uloopet Guides",
        +                "Playwrite ES",
        +                "Playwrite ES Deco",
        +                "Playwrite ES Deco Guides",
        +                "Playwrite ES Guides",
        +                "Playwrite FR Moderne",
        +                "Playwrite FR Moderne Guides",
        +                "Playwrite FR Trad",
        +                "Playwrite FR Trad Guides",
        +                "Playwrite GB J",
        +                "Playwrite GB J Guides",
        +                "Playwrite GB S",
        +                "Playwrite GB S Guides",
        +                "Playwrite HR",
        +                "Playwrite HR Guides",
        +                "Playwrite HR Lijeva",
        +                "Playwrite HR Lijeva Guides",
        +                "Playwrite HU",
        +                "Playwrite HU Guides",
        +                "Playwrite ID",
        +                "Playwrite ID Guides",
        +                "Playwrite IE",
        +                "Playwrite IE Guides",
        +                "Playwrite IN",
        +                "Playwrite IN Guides",
        +                "Playwrite IS",
        +                "Playwrite IS Guides",
        +                "Playwrite IT Moderna",
        +                "Playwrite IT Moderna Guides",
        +                "Playwrite IT Trad",
        +                "Playwrite IT Trad Guides",
        +                "Playwrite MX",
        +                "Playwrite MX Guides",
        +                "Playwrite NG Modern",
        +                "Playwrite NG Modern Guides",
        +                "Playwrite NL",
        +                "Playwrite NL Guides",
        +                "Playwrite NO",
        +                "Playwrite NO Guides",
        +                "Playwrite NZ",
        +                "Playwrite NZ Basic",
        +                "Playwrite NZ Basic Guides",
        +                "Playwrite NZ Guides",
        +                "Playwrite PE",
        +                "Playwrite PE Guides",
        +                "Playwrite PL",
        +                "Playwrite PL Guides",
        +                "Playwrite PT",
        +                "Playwrite PT Guides",
        +                "Playwrite RO",
        +                "Playwrite RO Guides",
        +                "Playwrite SK",
        +                "Playwrite SK Guides",
        +                "Playwrite TZ",
        +                "Playwrite TZ Guides",
        +                "Playwrite US Modern",
        +                "Playwrite US Modern Guides",
        +                "Playwrite US Trad",
        +                "Playwrite US Trad Guides",
        +                "Playwrite VN",
        +                "Playwrite VN Guides",
        +                "Playwrite ZA",
        +                "Playwrite ZA Guides",
        +                "Pliant",
        +                "Plus Jakarta Sans",
        +                "Pochaevsk",
        +                "Podkova",
        +                "Poetsen One",
        +                "Poiret One",
        +                "Poller One",
        +                "Poltawski Nowy",
        +                "Poly",
        +                "Pompiere",
        +                "Ponnala",
        +                "Ponomar",
        +                "Pontano Sans",
        +                "Poor Story",
        +                "Poppins",
        +                "Port Lligat Sans",
        +                "Port Lligat Slab",
        +                "Potta One",
        +                "Pragati Narrow",
        +                "Praise",
        +                "Prata",
        +                "Preahvihear",
        +                "Press Start 2P",
        +                "Pridi",
        +                "Princess Sofia",
        +                "Prociono",
        +                "Prompt",
        +                "Prosto One",
        +                "Protest Guerrilla",
        +                "Protest Revolution",
        +                "Protest Riot",
        +                "Protest Strike",
        +                "Proza Libre",
        +                "Public Sans",
        +                "Puppies Play",
        +                "Puritan",
        +                "Purple Purse",
        +                "Qahiri",
        +                "Quando",
        +                "Quantico",
        +                "Quattrocento",
        +                "Quattrocento Sans",
        +                "Questrial",
        +                "Quicksand",
        +                "Quintessential",
        +                "Qwigley",
        +                "Qwitcher Grypen",
        +                "REM",
        +                "Racing Sans One",
        +                "Radio Canada",
        +                "Radio Canada Big",
        +                "Radley",
        +                "Rajdhani",
        +                "Rakkas",
        +                "Raleway",
        +                "Raleway Dots",
        +                "Ramabhadra",
        +                "Ramaraja",
        +                "Rambla",
        +                "Rammetto One",
        +                "Rampart One",
        +                "Ramsina",
        +                "Ranchers",
        +                "Rancho",
        +                "Ranga",
        +                "Rasa",
        +                "Rationale",
        +                "Ravi Prakash",
        +                "Readex Pro",
        +                "Recursive",
        +                "Red Hat Display",
        +                "Red Hat Mono",
        +                "Red Hat Text",
        +                "Red Rose",
        +                "Redacted",
        +                "Redacted Script",
        +                "Reddit Mono",
        +                "Reddit Sans",
        +                "Reddit Sans Condensed",
        +                "Redressed",
        +                "Reem Kufi",
        +                "Reem Kufi Fun",
        +                "Reem Kufi Ink",
        +                "Reenie Beanie",
        +                "Reggae One",
        +                "Rethink Sans",
        +                "Revalia",
        +                "Rhodium Libre",
        +                "Ribeye",
        +                "Ribeye Marrow",
        +                "Righteous",
        +                "Risque",
        +                "Road Rage",
        +                "Roboto",
        +                "Roboto Condensed",
        +                "Roboto Flex",
        +                "Roboto Mono",
        +                "Roboto Serif",
        +                "Roboto Slab",
        +                "Rochester",
        +                "Rock 3D",
        +                "Rock Salt",
        +                "RocknRoll One",
        +                "Rokkitt",
        +                "Romanesco",
        +                "Ropa Sans",
        +                "Rosario",
        +                "Rosarivo",
        +                "Rouge Script",
        +                "Rowdies",
        +                "Rozha One",
        +                "Rubik",
        +                "Rubik 80s Fade",
        +                "Rubik Beastly",
        +                "Rubik Broken Fax",
        +                "Rubik Bubbles",
        +                "Rubik Burned",
        +                "Rubik Dirt",
        +                "Rubik Distressed",
        +                "Rubik Doodle Shadow",
        +                "Rubik Doodle Triangles",
        +                "Rubik Gemstones",
        +                "Rubik Glitch",
        +                "Rubik Glitch Pop",
        +                "Rubik Iso",
        +                "Rubik Lines",
        +                "Rubik Maps",
        +                "Rubik Marker Hatch",
        +                "Rubik Maze",
        +                "Rubik Microbe",
        +                "Rubik Mono One",
        +                "Rubik Moonrocks",
        +                "Rubik Pixels",
        +                "Rubik Puddles",
        +                "Rubik Scribble",
        +                "Rubik Spray Paint",
        +                "Rubik Storm",
        +                "Rubik Vinyl",
        +                "Rubik Wet Paint",
        +                "Ruda",
        +                "Rufina",
        +                "Ruge Boogie",
        +                "Ruluko",
        +                "Rum Raisin",
        +                "Ruslan Display",
        +                "Russo One",
        +                "Ruthie",
        +                "Ruwudu",
        +                "Rye",
        +                "SN Pro",
        +                "STIX Two Math",
        +                "STIX Two Text",
        +                "SUSE",
        +                "SUSE Mono",
        +                "Sacramento",
        +                "Sahitya",
        +                "Sail",
        +                "Saira",
        +                "Saira Condensed",
        +                "Saira Extra Condensed",
        +                "Saira Semi Condensed",
        +                "Saira Stencil",
        +                "Salsa",
        +                "Sanchez",
        +                "Sancreek",
        +                "Sankofa Display",
        +                "Sansation",
        +                "Sansita",
        +                "Sansita Swashed",
        +                "Sarabun",
        +                "Sarala",
        +                "Sarina",
        +                "Sarpanch",
        +                "Sassy Frass",
        +                "Satisfy",
        +                "Savate",
        +                "Sawarabi Gothic",
        +                "Sawarabi Mincho",
        +                "Scada",
        +                "Scheherazade New",
        +                "Schibsted Grotesk",
        +                "Schoolbell",
        +                "Science Gothic",
        +                "Scope One",
        +                "Seaweed Script",
        +                "Secular One",
        +                "Sedan",
        +                "Sedan SC",
        +                "Sedgwick Ave",
        +                "Sedgwick Ave Display",
        +                "Sekuya",
        +                "Sen",
        +                "Send Flowers",
        +                "Sevillana",
        +                "Seymour One",
        +                "Shadows Into Light",
        +                "Shadows Into Light Two",
        +                "Shafarik",
        +                "Shalimar",
        +                "Shantell Sans",
        +                "Shanti",
        +                "Share",
        +                "Share Tech",
        +                "Share Tech Mono",
        +                "Shippori Antique",
        +                "Shippori Antique B1",
        +                "Shippori Mincho",
        +                "Shippori Mincho B1",
        +                "Shizuru",
        +                "Shojumaru",
        +                "Short Stack",
        +                "Shrikhand",
        +                "Siemreap",
        +                "Sigmar",
        +                "Sigmar One",
        +                "Signika",
        +                "Signika Negative",
        +                "Silkscreen",
        +                "Simonetta",
        +                "Single Day",
        +                "Sintony",
        +                "Sirin Stencil",
        +                "Sirivennela",
        +                "Six Caps",
        +                "Sixtyfour",
        +                "Sixtyfour Convergence",
        +                "Skranji",
        +                "Slabo 13px",
        +                "Slabo 27px",
        +                "Slackey",
        +                "Slackside One",
        +                "Smokum",
        +                "Smooch",
        +                "Smooch Sans",
        +                "Smythe",
        +                "Sniglet",
        +                "Snippet",
        +                "Snowburst One",
        +                "Sofadi One",
        +                "Sofia",
        +                "Sofia Sans",
        +                "Sofia Sans Condensed",
        +                "Sofia Sans Extra Condensed",
        +                "Sofia Sans Semi Condensed",
        +                "Solitreo",
        +                "Solway",
        +                "Sometype Mono",
        +                "Song Myung",
        +                "Sono",
        +                "Sonsie One",
        +                "Sora",
        +                "Sorts Mill Goudy",
        +                "Sour Gummy",
        +                "Source Code Pro",
        +                "Source Sans 3",
        +                "Source Serif 4",
        +                "Space Grotesk",
        +                "Space Mono",
        +                "Special Elite",
        +                "Special Gothic",
        +                "Special Gothic Condensed One",
        +                "Special Gothic Expanded One",
        +                "Spectral",
        +                "Spectral SC",
        +                "Spicy Rice",
        +                "Spinnaker",
        +                "Spirax",
        +                "Splash",
        +                "Spline Sans",
        +                "Spline Sans Mono",
        +                "Squada One",
        +                "Square Peg",
        +                "Sree Krushnadevaraya",
        +                "Sriracha",
        +                "Srisakdi",
        +                "Staatliches",
        +                "Stack Sans Headline",
        +                "Stack Sans Notch",
        +                "Stack Sans Text",
        +                "Stalemate",
        +                "Stalinist One",
        +                "Stardos Stencil",
        +                "Stick",
        +                "Stick No Bills",
        +                "Stint Ultra Condensed",
        +                "Stint Ultra Expanded",
        +                "Stoke",
        +                "Story Script",
        +                "Strait",
        +                "Strichpunkt Sans",
        +                "Style Script",
        +                "Stylish",
        +                "Sue Ellen Francisco",
        +                "Suez One",
        +                "Sulphur Point",
        +                "Sumana",
        +                "Sunflower",
        +                "Sunshiney",
        +                "Supermercado One",
        +                "Sura",
        +                "Suranna",
        +                "Suravaram",
        +                "Suwannaphum",
        +                "Swanky and Moo Moo",
        +                "Syncopate",
        +                "Syne",
        +                "Syne Mono",
        +                "Syne Tactile",
        +                "TASA Explorer",
        +                "TASA Orbiter",
        +                "Tac One",
        +                "Tagesschrift",
        +                "Tai Heritage Pro",
        +                "Tajawal",
        +                "Tangerine",
        +                "Tapestry",
        +                "Taprom",
        +                "Tauri",
        +                "Taviraj",
        +                "Teachers",
        +                "Teko",
        +                "Tektur",
        +                "Telex",
        +                "Tenali Ramakrishna",
        +                "Tenor Sans",
        +                "Text Me One",
        +                "Texturina",
        +                "Thasadith",
        +                "The Girl Next Door",
        +                "The Nautigal",
        +                "Tienne",
        +                "TikTok Sans",
        +                "Tillana",
        +                "Tilt Neon",
        +                "Tilt Prism",
        +                "Tilt Warp",
        +                "Timmana",
        +                "Tinos",
        +                "Tiny5",
        +                "Tiro Bangla",
        +                "Tiro Devanagari Hindi",
        +                "Tiro Devanagari Marathi",
        +                "Tiro Devanagari Sanskrit",
        +                "Tiro Gurmukhi",
        +                "Tiro Kannada",
        +                "Tiro Tamil",
        +                "Tiro Telugu",
        +                "Tirra",
        +                "Titan One",
        +                "Titillium Web",
        +                "Tomorrow",
        +                "Tourney",
        +                "Trade Winds",
        +                "Train One",
        +                "Triodion",
        +                "Trirong",
        +                "Trispace",
        +                "Trocchi",
        +                "Trochut",
        +                "Truculenta",
        +                "Trykker",
        +                "Tsukimi Rounded",
        +                "Tuffy",
        +                "Tulpen One",
        +                "Turret Road",
        +                "Twinkle Star",
        +                "Ubuntu",
        +                "Ubuntu Condensed",
        +                "Ubuntu Mono",
        +                "Ubuntu Sans",
        +                "Ubuntu Sans Mono",
        +                "Uchen",
        +                "Ultra",
        +                "Unbounded",
        +                "Uncial Antiqua",
        +                "Underdog",
        +                "Unica One",
        +                "UnifrakturCook",
        +                "UnifrakturMaguntia",
        +                "Unkempt",
        +                "Unlock",
        +                "Unna",
        +                "UoqMunThenKhung",
        +                "Updock",
        +                "Urbanist",
        +                "VT323",
        +                "Vampiro One",
        +                "Varela",
        +                "Varela Round",
        +                "Varta",
        +                "Vast Shadow",
        +                "Vazirmatn",
        +                "Vend Sans",
        +                "Vesper Libre",
        +                "Viaoda Libre",
        +                "Vibes",
        +                "Vibur",
        +                "Victor Mono",
        +                "Vidaloka",
        +                "Viga",
        +                "Vina Sans",
        +                "Voces",
        +                "Volkhov",
        +                "Vollkorn",
        +                "Vollkorn SC",
        +                "Voltaire",
        +                "Vujahday Script",
        +                "WDXL Lubrifont JP N",
        +                "WDXL Lubrifont SC",
        +                "WDXL Lubrifont TC",
        +                "Waiting for the Sunrise",
        +                "Wallpoet",
        +                "Walter Turncoat",
        +                "Warnes",
        +                "Water Brush",
        +                "Waterfall",
        +                "Wavefont",
        +                "Wellfleet",
        +                "Wendy One",
        +                "Whisper",
        +                "WindSong",
        +                "Winky Rough",
        +                "Winky Sans",
        +                "Wire One",
        +                "Wittgenstein",
        +                "Wix Madefor Display",
        +                "Wix Madefor Text",
        +                "Work Sans",
        +                "Workbench",
        +                "Xanh Mono",
        +                "Yaldevi",
        +                "Yanone Kaffeesatz",
        +                "Yantramanav",
        +                "Yarndings 12",
        +                "Yarndings 12 Charted",
        +                "Yarndings 20",
        +                "Yarndings 20 Charted",
        +                "Yatra One",
        +                "Yellowtail",
        +                "Yeon Sung",
        +                "Yeseva One",
        +                "Yesteryear",
        +                "Yomogi",
        +                "Young Serif",
        +                "Yrsa",
        +                "Ysabeau",
        +                "Ysabeau Infant",
        +                "Ysabeau Office",
        +                "Ysabeau SC",
        +                "Yuji Boku",
        +                "Yuji Hentaigana Akari",
        +                "Yuji Hentaigana Akebono",
        +                "Yuji Mai",
        +                "Yuji Syuku",
        +                "Yusei Magic",
        +                "Yuyu",
        +                "Yuyu Short",
        +                "ZCOOL KuaiLe",
        +                "ZCOOL QingKe HuangYou",
        +                "ZCOOL XiaoWei",
        +                "Zain",
        +                "Zalando Sans",
        +                "Zalando Sans Expanded",
        +                "Zalando Sans SemiExpanded",
        +                "Zen Antique",
        +                "Zen Antique Soft",
        +                "Zen Dots",
        +                "Zen Kaku Gothic Antique",
        +                "Zen Kaku Gothic New",
        +                "Zen Kurenaido",
        +                "Zen Loop",
        +                "Zen Maru Gothic",
        +                "Zen Old Mincho",
        +                "Zen Tokyo Zoo",
        +                "Zeyada",
        +                "Zhi Mang Xing",
        +                "Zilla Slab",
        +                "Zilla Slab Highlight"
        +              ],
        +              "type": "string"
        +            },
        +            "fontSize": {
        +              "type": "number"
        +            },
        +            "footerColor": {
        +              "type": "string"
        +            },
        +            "footerFontSize": {
        +              "type": "number"
        +            },
        +            "footerGap": {
        +              "type": "number"
        +            },
        +            "footerLinkColor": {
        +              "type": "string"
        +            },
        +            "gridColor": {
        +              "type": "string"
        +            },
        +            "gridLineWidth": {
        +              "type": "number"
        +            },
        +            "gridLines": {
        +              "enum": [
        +                "none",
        +                "value",
        +                "both"
        +              ],
        +              "type": "string"
        +            },
        +            "headerGap": {
        +              "type": "number"
        +            },
        +            "labelColor": {
        +              "type": "string"
        +            },
        +            "labelFontSize": {
        +              "type": "number"
        +            },
        +            "labelFontWeight": {
        +              "type": "string"
        +            },
        +            "labelHaloWidth": {
        +              "type": "number"
        +            },
        +            "labelMutedFontWeight": {
        +              "type": "string"
        +            },
        +            "labelMutedOpacity": {
        +              "type": "number"
        +            },
        +            "lineStrokeWidth": {
        +              "type": "number"
        +            },
        +            "numericFontFamily": {
        +              "type": "string"
        +            },
        +            "pieCornerRadius": {
        +              "type": "number"
        +            },
        +            "sequentialRange": {
        +              "items": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "string"
        +                }
        +              ],
        +              "maxItems": 2,
        +              "minItems": 2,
        +              "type": "array"
        +            },
        +            "subtitleColor": {
        +              "type": "string"
        +            },
        +            "subtitleFontSize": {
        +              "type": "number"
        +            },
        +            "tickDensity": {
        +              "type": "number"
        +            },
        +            "tickLabelColor": {
        +              "type": "string"
        +            },
        +            "tickLabelFontWeight": {
        +              "type": "string"
        +            },
        +            "tickPadding": {
        +              "type": "number"
        +            },
        +            "tickSize": {
        +              "type": "number"
        +            },
        +            "titleColor": {
        +              "type": "string"
        +            },
        +            "titleFontFamily": {
        +              "type": "string"
        +            },
        +            "titleFontSize": {
        +              "type": "number"
        +            },
        +            "titleFontWeight": {
        +              "type": "string"
        +            },
        +            "titleSubtitleGap": {
        +              "type": "number"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "title": {
        +          "type": "string"
        +        },
        +        "version": {
        +          "const": "2026-03-20",
        +          "type": "string"
        +        },
        +        "width": {
        +          "maximum": 4096,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "x": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "display": {
        +              "default": true,
        +              "type": "boolean"
        +            },
        +            "domain": {
        +              "anyOf": [
        +                {
        +                  "items": [
        +                    {
        +                      "type": "number"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ],
        +                  "maxItems": 2,
        +                  "minItems": 2,
        +                  "type": "array"
        +                },
        +                {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              ]
        +            },
        +            "label": {
        +              "type": "string"
        +            },
        +            "nice": {
        +              "type": "boolean"
        +            },
        +            "tickFormat": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "linear",
        +                "utc",
        +                "band"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "y": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "display": {
        +              "default": true,
        +              "type": "boolean"
        +            },
        +            "domain": {
        +              "anyOf": [
        +                {
        +                  "items": [
        +                    {
        +                      "type": "number"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ],
        +                  "maxItems": 2,
        +                  "minItems": 2,
        +                  "type": "array"
        +                },
        +                {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              ]
        +            },
        +            "label": {
        +              "type": "string"
        +            },
        +            "nice": {
        +              "type": "boolean"
        +            },
        +            "tickFormat": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "linear",
        +                "utc",
        +                "band"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        }
        +      },
        +      "required": [
        +        "version",
        +        "format",
        +        "marks"
        +      ],
        +      "title": "Szum Chart Configuration",
        +      "type": "object"
        +    },
        +    "valid": {
        +      "type": "boolean"
        +    }
        +  },
        +  "required": [
        +    "valid",
        +    "message",
        +    "errors",
        +    "diagnostics"
        +  ],
        +  "type": "object"
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "view",
        -  "id",
        -  "title",
        -  "imageUrl",
        -  "embedUrl",
        -  "editUrl",
        -  "manageUrl",
        -  "format",
        -  "mimeType"
        -]New value: +[
        +  "view",
        +  "id",
        +  "title",
        +  "imageUrl",
        +  "embedUrl",
        +  "editUrl",
        +  "manageUrl",
        +  "format",
        +  "mimeType",
        +  "validation"
        +]
    • Changedupdate_chart3 fields changed
      • addedInput schema / properties / acknowledgeWarnings
        Added value: +{
        +  "description": "Set true only after the user explicitly approves every warning returned for this exact config",
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / validation
        Added value: +{
        +  "additionalProperties": false,
        +  "properties": {
        +    "diagnostics": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "code": {
        +            "type": "string"
        +          },
        +          "details": {
        +            "additionalProperties": {},
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          },
        +          "message": {
        +            "type": "string"
        +          },
        +          "path": {
        +            "items": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "number"
        +                }
        +              ]
        +            },
        +            "type": "array"
        +          },
        +          "relatedPaths": {
        +            "items": {
        +              "items": {
        +                "anyOf": [
        +                  {
        +                    "type": "string"
        +                  },
        +                  {
        +                    "type": "number"
        +                  }
        +                ]
        +              },
        +              "type": "array"
        +            },
        +            "type": "array"
        +          },
        +          "severity": {
        +            "enum": [
        +              "error",
        +              "warning",
        +              "suggestion"
        +            ],
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "code",
        +          "severity",
        +          "path",
        +          "message",
        +          "details"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "errors": {
        +      "items": {
        +        "additionalProperties": false,
        +        "properties": {
        +          "code": {
        +            "type": "string"
        +          },
        +          "details": {
        +            "additionalProperties": {},
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          },
        +          "message": {
        +            "type": "string"
        +          },
        +          "path": {
        +            "items": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "number"
        +                }
        +              ]
        +            },
        +            "type": "array"
        +          },
        +          "relatedPaths": {
        +            "items": {
        +              "items": {
        +                "anyOf": [
        +                  {
        +                    "type": "string"
        +                  },
        +                  {
        +                    "type": "number"
        +                  }
        +                ]
        +              },
        +              "type": "array"
        +            },
        +            "type": "array"
        +          },
        +          "severity": {
        +            "enum": [
        +              "error",
        +              "warning",
        +              "suggestion"
        +            ],
        +            "type": "string"
        +          }
        +        },
        +        "required": [
        +          "code",
        +          "severity",
        +          "path",
        +          "message",
        +          "details"
        +        ],
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "message": {
        +      "type": "string"
        +    },
        +    "suggestedConfig": {
        +      "additionalProperties": {},
        +      "description": "Schema version 2026-03-20. Send this JSON to POST https://szum.io/validate to validate it or POST https://szum.io/chart to render a chart image.",
        +      "properties": {
        +        "attribution": {
        +          "description": "Show a small \"Made with Szum\" credit in the bottom-right. Always on for free and keyless renders; Creator and Pro omit it by default and set true to opt in.",
        +          "type": "boolean"
        +        },
        +        "color": {
        +          "anyOf": [
        +            {
        +              "additionalProperties": {},
        +              "properties": {
        +                "domain": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "label": {
        +                  "type": "string"
        +                },
        +                "range": {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                },
        +                "type": {
        +                  "const": "categorical",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "type"
        +              ],
        +              "type": "object"
        +            },
        +            {
        +              "additionalProperties": {},
        +              "properties": {
        +                "domain": {
        +                  "items": [
        +                    {
        +                      "type": "number"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ],
        +                  "maxItems": 2,
        +                  "minItems": 2,
        +                  "type": "array"
        +                },
        +                "label": {
        +                  "type": "string"
        +                },
        +                "range": {
        +                  "items": [
        +                    {
        +                      "type": "string"
        +                    },
        +                    {
        +                      "type": "string"
        +                    }
        +                  ],
        +                  "maxItems": 2,
        +                  "minItems": 2,
        +                  "type": "array"
        +                },
        +                "type": {
        +                  "const": "sequential",
        +                  "type": "string"
        +                }
        +              },
        +              "required": [
        +                "type"
        +              ],
        +              "type": "object"
        +            },
        +            {
        +              "additionalProperties": false,
        +              "properties": {
        +                "label": {
        +                  "type": "string"
        +                }
        +              },
        +              "type": "object"
        +            }
        +          ]
        +        },
        +        "data": {
        +          "items": {
        +            "additionalProperties": {
        +              "anyOf": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "number"
        +                }
        +              ]
        +            },
        +            "propertyNames": {
        +              "type": "string"
        +            },
        +            "type": "object"
        +          },
        +          "type": "array"
        +        },
        +        "footer": {
        +          "description": "Caption below the chart (a source line, methodology note, date). URLs, bare domains, and [label](url) links in it are auto-detected and rendered as inline links on every surface.",
        +          "type": "string"
        +        },
        +        "format": {
        +          "enum": [
        +            "svg",
        +            "png"
        +          ],
        +          "type": "string"
        +        },
        +        "headerAlign": {
        +          "enum": [
        +            "left",
        +            "center",
        +            "right"
        +          ],
        +          "type": "string"
        +        },
        +        "height": {
        +          "maximum": 4096,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "locale": {
        +          "description": "Locale identifier accepted by JavaScript Intl and associated with the chart content, such as en, pl, or zh-Hant.",
        +          "pattern": "^(?:[A-Za-z]{2,3}|[A-Za-z]{5,8})(?:-[A-Za-z]{4})?(?:-(?:[A-Za-z]{2}|[0-9]{3}))?(?:-(?:[A-Za-z0-9]{5,8}|[0-9][A-Za-z0-9]{3}))*(?:-[0-9A-WY-Za-wy-z](?:-[A-Za-z0-9]{2,8})+)*(?:-[xX](?:-[A-Za-z0-9]{1,8})+)?$",
        +          "type": "string"
        +        },
        +        "margin": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "bottom": {
        +              "type": "number"
        +            },
        +            "left": {
        +              "type": "number"
        +            },
        +            "right": {
        +              "type": "number"
        +            },
        +            "top": {
        +              "type": "number"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "marks": {
        +          "items": {
        +            "oneOf": [
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "field": {
        +                        "type": "string"
        +                      },
        +                      "format": {
        +                        "type": "string"
        +                      }
        +                    },
        +                    "required": [
        +                      "field"
        +                    ],
        +                    "type": "object"
        +                  },
        +                  "r": {
        +                    "type": "number"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "dot",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "curve": {
        +                    "enum": [
        +                      "linear",
        +                      "monotone",
        +                      "step"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "end": {
        +                            "anyOf": [
        +                              {
        +                                "type": "boolean"
        +                              },
        +                              {
        +                                "items": {
        +                                  "enum": [
        +                                    "category",
        +                                    "value"
        +                                  ],
        +                                  "type": "string"
        +                                },
        +                                "type": "array"
        +                              }
        +                            ],
        +                            "default": [
        +                              "category"
        +                            ]
        +                          },
        +                          "format": {
        +                            "type": "string"
        +                          },
        +                          "points": {
        +                            "anyOf": [
        +                              {
        +                                "enum": [
        +                                  "extrema",
        +                                  "all",
        +                                  "ends"
        +                                ],
        +                                "type": "string"
        +                              },
        +                              {
        +                                "const": false,
        +                                "type": "boolean"
        +                              },
        +                              {
        +                                "additionalProperties": {},
        +                                "properties": {
        +                                  "at": {
        +                                    "enum": [
        +                                      "extrema",
        +                                      "all",
        +                                      "ends"
        +                                    ],
        +                                    "type": "string"
        +                                  },
        +                                  "show": {
        +                                    "default": [
        +                                      "value"
        +                                    ],
        +                                    "items": {
        +                                      "enum": [
        +                                        "value",
        +                                        "category"
        +                                      ],
        +                                      "type": "string"
        +                                    },
        +                                    "type": "array"
        +                                  }
        +                                },
        +                                "required": [
        +                                  "at"
        +                                ],
        +                                "type": "object"
        +                              }
        +                            ],
        +                            "default": false
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "line",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "cornerRadius": {
        +                    "type": "number"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "group": {
        +                    "default": "stack",
        +                    "enum": [
        +                      "stack",
        +                      "dodge"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "format": {
        +                            "type": "string"
        +                          },
        +                          "position": {
        +                            "default": "outside",
        +                            "enum": [
        +                              "auto",
        +                              "outside",
        +                              "inside"
        +                            ],
        +                            "type": "string"
        +                          },
        +                          "show": {
        +                            "default": [
        +                              "value"
        +                            ],
        +                            "items": {
        +                              "enum": [
        +                                "value",
        +                                "percent",
        +                                "category",
        +                                "total"
        +                              ],
        +                              "type": "string"
        +                            },
        +                            "type": "array"
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "barY",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "cornerRadius": {
        +                    "type": "number"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "group": {
        +                    "default": "stack",
        +                    "enum": [
        +                      "stack",
        +                      "dodge"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "format": {
        +                            "type": "string"
        +                          },
        +                          "position": {
        +                            "default": "outside",
        +                            "enum": [
        +                              "auto",
        +                              "outside",
        +                              "inside"
        +                            ],
        +                            "type": "string"
        +                          },
        +                          "show": {
        +                            "default": [
        +                              "value"
        +                            ],
        +                            "items": {
        +                              "enum": [
        +                                "value",
        +                                "percent",
        +                                "category",
        +                                "total"
        +                              ],
        +                              "type": "string"
        +                            },
        +                            "type": "array"
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "barX",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "curve": {
        +                    "enum": [
        +                      "linear",
        +                      "monotone",
        +                      "step"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "end": {
        +                            "anyOf": [
        +                              {
        +                                "type": "boolean"
        +                              },
        +                              {
        +                                "items": {
        +                                  "enum": [
        +                                    "category",
        +                                    "value",
        +                                    "percent"
        +                                  ],
        +                                  "type": "string"
        +                                },
        +                                "type": "array"
        +                              }
        +                            ],
        +                            "default": [
        +                              "category"
        +                            ]
        +                          },
        +                          "format": {
        +                            "type": "string"
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 0,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "areaY",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "curve": {
        +                    "enum": [
        +                      "linear",
        +                      "monotone",
        +                      "step"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 0,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "areaX",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "cornerRadius": {
        +                    "type": "number"
        +                  },
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "innerRadius": {
        +                    "default": 0,
        +                    "maximum": 1,
        +                    "minimum": 0,
        +                    "type": "number"
        +                  },
        +                  "label": {
        +                    "anyOf": [
        +                      {
        +                        "type": "boolean"
        +                      },
        +                      {
        +                        "additionalProperties": {},
        +                        "properties": {
        +                          "format": {
        +                            "type": "string"
        +                          },
        +                          "position": {
        +                            "default": "auto",
        +                            "enum": [
        +                              "auto",
        +                              "inside",
        +                              "outside"
        +                            ],
        +                            "type": "string"
        +                          },
        +                          "show": {
        +                            "default": [
        +                              "category",
        +                              "percent"
        +                            ],
        +                            "items": {
        +                              "enum": [
        +                                "value",
        +                                "percent",
        +                                "category"
        +                              ],
        +                              "type": "string"
        +                            },
        +                            "type": "array"
        +                          }
        +                        },
        +                        "type": "object"
        +                      }
        +                    ]
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "pie",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "dx": {
        +                    "default": 0,
        +                    "type": "number"
        +                  },
        +                  "dy": {
        +                    "default": 0,
        +                    "type": "number"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "fontSize": {
        +                    "type": "number"
        +                  },
        +                  "fontWeight": {
        +                    "type": "string"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "text": {
        +                    "default": "text",
        +                    "type": "string"
        +                  },
        +                  "textAnchor": {
        +                    "default": "center",
        +                    "enum": [
        +                      "start",
        +                      "center",
        +                      "end"
        +                    ],
        +                    "type": "string"
        +                  },
        +                  "type": {
        +                    "const": "text",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "ruleX",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              },
        +              {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "data": {
        +                    "items": {
        +                      "additionalProperties": {
        +                        "anyOf": [
        +                          {
        +                            "type": "string"
        +                          },
        +                          {
        +                            "type": "number"
        +                          }
        +                        ]
        +                      },
        +                      "propertyNames": {
        +                        "type": "string"
        +                      },
        +                      "type": "object"
        +                    },
        +                    "type": "array"
        +                  },
        +                  "fill": {
        +                    "type": "string"
        +                  },
        +                  "stroke": {
        +                    "type": "string"
        +                  },
        +                  "strokeWidth": {
        +                    "default": 1,
        +                    "type": "number"
        +                  },
        +                  "type": {
        +                    "const": "ruleY",
        +                    "type": "string"
        +                  },
        +                  "x": {
        +                    "default": "x",
        +                    "type": "string"
        +                  },
        +                  "y": {
        +                    "default": "y",
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "type"
        +                ],
        +                "type": "object"
        +              }
        +            ]
        +          },
        +          "minItems": 1,
        +          "type": "array"
        +        },
        +        "plotHeight": {
        +          "maximum": 4096,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "plotWidth": {
        +          "maximum": 4096,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "scale": {
        +          "maximum": 4,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "subtitle": {
        +          "type": "string"
        +        },
        +        "theme": {
        +          "default": "editorial",
        +          "enum": [
        +            "editorial",
        +            "clean",
        +            "noir",
        +            "loud",
        +            "soft",
        +            "technical"
        +          ],
        +          "type": "string"
        +        },
        +        "themeOverrides": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "axisColor": {
        +              "type": "string"
        +            },
        +            "axisFrame": {
        +              "enum": [
        +                "none",
        +                "baseline",
        +                "lShape",
        +                "full"
        +              ],
        +              "type": "string"
        +            },
        +            "axisLabelColor": {
        +              "type": "string"
        +            },
        +            "axisLabelFontWeight": {
        +              "type": "string"
        +            },
        +            "axisLineWidth": {
        +              "type": "number"
        +            },
        +            "backgroundColor": {
        +              "type": "string"
        +            },
        +            "barCornerRadius": {
        +              "type": "number"
        +            },
        +            "barPadding": {
        +              "type": "number"
        +            },
        +            "colors": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "curve": {
        +              "enum": [
        +                "linear",
        +                "monotone",
        +                "step"
        +              ],
        +              "type": "string"
        +            },
        +            "dotRadius": {
        +              "type": "number"
        +            },
        +            "fontFamily": {
        +              "enum": [
        +                "ABeeZee",
        +                "ADLaM Display",
        +                "AR One Sans",
        +                "Abel",
        +                "Abhaya Libre",
        +                "Aboreto",
        +                "Abril Fatface",
        +                "Abyssinica SIL",
        +                "Aclonica",
        +                "Acme",
        +                "Actor",
        +                "Adamina",
        +                "Advent Pro",
        +                "Afacad",
        +                "Afacad Flux",
        +                "Agbalumo",
        +                "Agdasima",
        +                "Agu Display",
        +                "Aguafina Script",
        +                "Akatab",
        +                "Akaya Kanadaka",
        +                "Akaya Telivigala",
        +                "Akronim",
        +                "Akshar",
        +                "Akt",
        +                "Aladin",
        +                "Alan Sans",
        +                "Alata",
        +                "Alatsi",
        +                "Albert Sans",
        +                "Aldrich",
        +                "Alef",
        +                "Alegreya",
        +                "Alegreya SC",
        +                "Alegreya Sans",
        +                "Alegreya Sans SC",
        +                "Aleo",
        +                "Alex Brush",
        +                "Alexandria",
        +                "Alfa Slab One",
        +                "Alice",
        +                "Alien Block",
        +                "Alike",
        +                "Alike Angular",
        +                "Alkalami",
        +                "Alkatra",
        +                "Allan",
        +                "Allerta",
        +                "Allerta Stencil",
        +                "Allison",
        +                "Allkin",
        +                "Allura",
        +                "Almarai",
        +                "Almendra",
        +                "Almendra Display",
        +                "Almendra SC",
        +                "Alumni Sans",
        +                "Alumni Sans Collegiate One",
        +                "Alumni Sans Inline One",
        +                "Alumni Sans Pinstripe",
        +                "Alumni Sans SC",
        +                "Alyamama",
        +                "Amarante",
        +                "Amaranth",
        +                "Amarna",
        +                "Amatic SC",
        +                "Amethysta",
        +                "Amiko",
        +                "Amiri",
        +                "Amiri Quran",
        +                "Amita",
        +                "Anaheim",
        +                "Ancizar Sans",
        +                "Ancizar Serif",
        +                "Andada Pro",
        +                "Andika",
        +                "Anek Bangla",
        +                "Anek Devanagari",
        +                "Anek Gujarati",
        +                "Anek Gurmukhi",
        +                "Anek Kannada",
        +                "Anek Latin",
        +                "Anek Malayalam",
        +                "Anek Odia",
        +                "Anek Tamil",
        +                "Anek Telugu",
        +                "Angkor",
        +                "Annapurna SIL",
        +                "Annie Use Your Telescope",
        +                "Anonymous Pro",
        +                "Anta",
        +                "Antic",
        +                "Antic Didone",
        +                "Antic Slab",
        +                "Anton",
        +                "Anton SC",
        +                "Antonio",
        +                "Anuphan",
        +                "Anybody",
        +                "Aoboshi One",
        +                "Arapey",
        +                "Arbutus",
        +                "Arbutus Slab",
        +                "Architects Daughter",
        +                "Archivo",
        +                "Archivo Black",
        +                "Archivo Narrow",
        +                "Are You Serious",
        +                "Aref Ruqaa",
        +                "Aref Ruqaa Ink",
        +                "Arima",
        +                "Arimo",
        +                "Arizonia",
        +                "Armata",
        +                "Arsenal",
        +                "Arsenal SC",
        +                "Artifika",
        +                "Arvo",
        +                "Arya",
        +                "Asap",
        +                "Asap Condensed",
        +                "Asar",
        +                "Asimovian",
        +                "Asset",
        +                "Assistant",
        +                "Asta Sans",
        +                "Astloch",
        +                "Asul",
        +                "Athiti",
        +                "Atkinson Hyperlegible",
        +                "Atkinson Hyperlegible Mono",
        +                "Atkinson Hyperlegible Next",
        +                "Atma",
        +                "Atomic Age",
        +                "Aubrey",
        +                "Audiowide",
        +                "Autour One",
        +                "Average",
        +                "Average Sans",
        +                "Averia Gruesa Libre",
        +                "Averia Libre",
        +                "Averia Sans Libre",
        +                "Averia Serif Libre",
        +                "Azeret Mono",
        +                "B612",
        +                "B612 Mono",
        +                "BBH Bartle",
        +                "BBH Bogle",
        +                "BBH Hegarty",
        +                "BIZ UDGothic",
        +                "BIZ UDMincho",
        +                "BIZ UDPGothic",
        +                "BIZ UDPMincho",
        +                "BJCree",
        +                "Babylonica",
        +                "Bacasime Antique",
        +                "Bad Script",
        +                "Badeen Display",
        +                "Bagel Fat One",
        +                "Bahiana",
        +                "Bahianita",
        +                "Bai Jamjuree",
        +                "Bakbak One",
        +                "Ballet",
        +                "Baloo 2",
        +                "Baloo Bhai 2",
        +                "Baloo Bhaijaan 2",
        +                "Baloo Bhaina 2",
        +                "Baloo Chettan 2",
        +                "Baloo Da 2",
        +                "Baloo Paaji 2",
        +                "Baloo Tamma 2",
        +                "Baloo Tammudu 2",
        +                "Baloo Thambi 2",
        +                "Balsamiq Sans",
        +                "Balthazar",
        +                "Bangers",
        +                "Barlow",
        +                "Barlow Condensed",
        +                "Barlow Semi Condensed",
        +                "Barriecito",
        +                "Barrio",
        +                "Basic",
        +                "Baskervville",
        +                "Baskervville SC",
        +                "Battambang",
        +                "Baumans",
        +                "Bayon",
        +                "Be Vietnam Pro",
        +                "Beau Rivage",
        +                "Bebas Neue",
        +                "Beiruti",
        +                "Belanosima",
        +                "Belgrano",
        +                "Bellefair",
        +                "Belleza",
        +                "Bellota",
        +                "Bellota Text",
        +                "BenchNine",
        +                "Benne",
        +                "Bentham",
        +                "Berkshire Swash",
        +                "Besley",
        +                "Betania Patmos",
        +                "Betania Patmos GDL",
        +                "Betania Patmos In",
        +                "Betania Patmos In GDL",
        +                "Beth Ellen",
        +                "Bevan",
        +                "BhuTuka Expanded One",
        +                "Big Shoulders",
        +                "Big Shoulders Inline",
        +                "Big Shoulders Stencil",
        +                "Bigelow Rules",
        +                "Bigshot One",
        +                "Bilbo",
        +                "Bilbo Swash Caps",
        +                "BioRhyme",
        +                "BioRhyme Expanded",
        +                "Birthstone",
        +                "Birthstone Bounce",
        +                "Biryani",
        +                "Bitcount",
        +                "Bitcount Grid Double",
        +                "Bitcount Grid Double Ink",
        +                "Bitcount Grid Single",
        +                "Bitcount Grid Single Ink",
        +                "Bitcount Ink",
        +                "Bitcount Prop Double",
        +                "Bitcount Prop Double Ink",
        +                "Bitcount Prop Single",
        +                "Bitcount Prop Single Ink",
        +                "Bitcount Single",
        +                "Bitcount Single Ink",
        +                "Bitter",
        +                "Black And White Picture",
        +                "Black Han Sans",
        +                "Black Ops One",
        +                "Blaka",
        +                "Blaka Hollow",
        +                "Blaka Ink",
        +                "Blinker",
        +                "Bodoni Moda",
        +                "Bodoni Moda SC",
        +                "Bokor",
        +                "Boldonse",
        +                "Bona Nova",
        +                "Bona Nova SC",
        +                "Bonbon",
        +                "Bonheur Royale",
        +                "Boogaloo",
        +                "Borel",
        +                "Bowlby One",
        +                "Bowlby One SC",
        +                "Bpmf Huninn",
        +                "Bpmf Iansui",
        +                "Bpmf Zihi Kai Std",
        +                "Braah One",
        +                "Brawler",
        +                "Bree Serif",
        +                "Bricolage Grotesque",
        +                "Bruno Ace",
        +                "Bruno Ace SC",
        +                "Brygada 1918",
        +                "Bubblegum Sans",
        +                "Bubbler One",
        +                "Buda",
        +                "Buenard",
        +                "Bungee",
        +                "Bungee Hairline",
        +                "Bungee Inline",
        +                "Bungee Outline",
        +                "Bungee Shade",
        +                "Bungee Spice",
        +                "Bungee Tint",
        +                "Butcherman",
        +                "Butterfly Kids",
        +                "Bytesized",
        +                "Cabin",
        +                "Cabin Condensed",
        +                "Cabin Sketch",
        +                "Cactus Classical Serif",
        +                "Caesar Dressing",
        +                "Cagliostro",
        +                "Cairo",
        +                "Cairo Play",
        +                "Cal Sans",
        +                "Caladea",
        +                "Calistoga",
        +                "Calligraffitti",
        +                "Cambay",
        +                "Cambo",
        +                "Candal",
        +                "Cantarell",
        +                "Cantata One",
        +                "Cantora One",
        +                "Caprasimo",
        +                "Capriola",
        +                "Caramel",
        +                "Carattere",
        +                "Cardo",
        +                "Carlito",
        +                "Carme",
        +                "Carrois Gothic",
        +                "Carrois Gothic SC",
        +                "Carter One",
        +                "Cascadia Code",
        +                "Cascadia Mono",
        +                "Castoro",
        +                "Castoro Titling",
        +                "Catamaran",
        +                "Caudex",
        +                "Cause",
        +                "Caveat",
        +                "Caveat Brush",
        +                "Cedarville Cursive",
        +                "Ceviche One",
        +                "Chakra Petch",
        +                "Changa",
        +                "Changa One",
        +                "Chango",
        +                "Charis SIL",
        +                "Charm",
        +                "Charmonman",
        +                "Chathura",
        +                "Chau Philomene One",
        +                "Chela One",
        +                "Chelsea Market",
        +                "Chenla",
        +                "Cherish",
        +                "Cherry Bomb One",
        +                "Cherry Cream Soda",
        +                "Cherry Swash",
        +                "Chewy",
        +                "Chicle",
        +                "Chilanka",
        +                "Chiron GoRound TC",
        +                "Chiron Hei HK",
        +                "Chiron Sung HK",
        +                "Chivo",
        +                "Chivo Mono",
        +                "Chocolate Classical Sans",
        +                "Chokokutai",
        +                "Chonburi",
        +                "Cinzel",
        +                "Cinzel Decorative",
        +                "Clicker Script",
        +                "Climate Crisis",
        +                "Coda",
        +                "Codystar",
        +                "Coiny",
        +                "Combo",
        +                "Comfortaa",
        +                "Comforter",
        +                "Comforter Brush",
        +                "Comic Neue",
        +                "Comic Relief",
        +                "Coming Soon",
        +                "Comme",
        +                "Commissioner",
        +                "Concert One",
        +                "Condiment",
        +                "Content",
        +                "Contrail One",
        +                "Convergence",
        +                "Cookie",
        +                "Copse",
        +                "Coral Pixels",
        +                "Corben",
        +                "Corinthia",
        +                "Cormorant",
        +                "Cormorant Garamond",
        +                "Cormorant Infant",
        +                "Cormorant SC",
        +                "Cormorant Unicase",
        +                "Cormorant Upright",
        +                "Cossette Texte",
        +                "Cossette Titre",
        +                "Courgette",
        +                "Courier Prime",
        +                "Cousine",
        +                "Coustard",
        +                "Covered By Your Grace",
        +                "Crafty Girls",
        +                "Creepster",
        +                "Crete Round",
        +                "Crimson Pro",
        +                "Crimson Text",
        +                "Croissant One",
        +                "Crushed",
        +                "Cuprum",
        +                "Cute Font",
        +                "Cutive",
        +                "Cutive Mono",
        +                "DM Mono",
        +                "DM Sans",
        +                "DM Serif Display",
        +                "DM Serif Text",
        +                "Dai Banna SIL",
        +                "Damion",
        +                "Dancing Script",
        +                "Danfo",
        +                "Dangrek",
        +                "Darker Grotesque",
        +                "Darumadrop One",
        +                "Datatype",
        +                "David Libre",
        +                "Dawning of a New Day",
        +                "Days One",
        +                "Dekko",
        +                "Dela Gothic One",
        +                "Delicious Handrawn",
        +                "Delius",
        +                "Delius Swash Caps",
        +                "Delius Unicase",
        +                "Della Respira",
        +                "Denk One",
        +                "Devonshire",
        +                "Dhurjati",
        +                "Didact Gothic",
        +                "Diphylleia",
        +                "Diplomata",
        +                "Diplomata SC",
        +                "Do Hyeon",
        +                "Dokdo",
        +                "Domine",
        +                "Donegal One",
        +                "Dongle",
        +                "Doppio One",
        +                "Dorsa",
        +                "Dosis",
        +                "DotGothic16",
        +                "Doto",
        +                "Dr Sugiyama",
        +                "Duru Sans",
        +                "DynaPuff",
        +                "Dynalight",
        +                "EB Garamond",
        +                "Eagle Lake",
        +                "East Sea Dokdo",
        +                "Eater",
        +                "Economica",
        +                "Eczar",
        +                "Edu AU VIC WA NT Arrows",
        +                "Edu AU VIC WA NT Dots",
        +                "Edu AU VIC WA NT Guides",
        +                "Edu AU VIC WA NT Hand",
        +                "Edu AU VIC WA NT Pre",
        +                "Edu NSW ACT Cursive",
        +                "Edu NSW ACT Foundation",
        +                "Edu NSW ACT Hand Pre",
        +                "Edu QLD Beginner",
        +                "Edu QLD Hand",
        +                "Edu SA Beginner",
        +                "Edu SA Hand",
        +                "Edu TAS Beginner",
        +                "Edu VIC WA NT Beginner",
        +                "Edu VIC WA NT Hand",
        +                "Edu VIC WA NT Hand Pre",
        +                "El Messiri",
        +                "Electrolize",
        +                "Elms Sans",
        +                "Elsie",
        +                "Elsie Swash Caps",
        +                "Emblema One",
        +                "Emilys Candy",
        +                "Encode Sans",
        +                "Encode Sans Condensed",
        +                "Encode Sans Expanded",
        +                "Encode Sans SC",
        +                "Encode Sans Semi Condensed",
        +                "Encode Sans Semi Expanded",
        +                "Engagement",
        +                "Englebert",
        +                "Enriqueta",
        +                "Ephesis",
        +                "Epilogue",
        +                "Epunda Sans",
        +                "Epunda Slab",
        +                "Erica One",
        +                "Esteban",
        +                "Estedad",
        +                "Estonia",
        +                "Euphoria Script",
        +                "Ewert",
        +                "Exile",
        +                "Exo",
        +                "Exo 2",
        +                "Expletus Sans",
        +                "Explora",
        +                "Faculty Glyphic",
        +                "Fahkwang",
        +                "Familjen Grotesk",
        +                "Fanwood Text",
        +                "Farro",
        +                "Farsan",
        +                "Fascinate",
        +                "Fascinate Inline",
        +                "Faster One",
        +                "Fasthand",
        +                "Fauna One",
        +                "Faustina",
        +                "Federant",
        +                "Federo",
        +                "Felipa",
        +                "Fenix",
        +                "Festive",
        +                "Figtree",
        +                "Finger Paint",
        +                "Finlandica Headline",
        +                "Finlandica Text",
        +                "Fira Code",
        +                "Fira Mono",
        +                "Fira Sans",
        +                "Fira Sans Condensed",
        +                "Fira Sans Extra Condensed",
        +                "Fjalla One",
        +                "Fjord One",
        +                "Flamenco",
        +                "Flavors",
        +                "Fleur De Leah",
        +                "Flow Block",
        +                "Flow Circular",
        +                "Flow Rounded",
        +                "Foldit",
        +                "Fondamento",
        +                "Fontdiner Swanky",
        +                "Forum",
        +                "Fragment Mono",
        +                "Francois One",
        +                "Frank Ruhl Libre",
        +                "Fraunces",
        +                "Freckle Face",
        +                "Fredericka the Great",
        +                "Fredoka",
        +                "Freehand",
        +                "Freeman",
        +                "Fresca",
        +                "Frijole",
        +                "Fruktur",
        +                "Fugaz One",
        +                "Fuggles",
        +                "Funnel Display",
        +                "Funnel Sans",
        +                "Fustat",
        +                "Fuzzy Bubbles",
        +                "GFS Didot",
        +                "GFS Neohellenic",
        +                "Ga Maamli",
        +                "Gabarito",
        +                "Gabriela",
        +                "Gaegu",
        +                "Gafata",
        +                "Gajraj One",
        +                "Galada",
        +                "Galdeano",
        +                "Galindo",
        +                "Gamja Flower",
        +                "Gantari",
        +                "Gasoek One",
        +                "Gayathri",
        +                "Geist",
        +                "Geist Mono",
        +                "Geist Pixel",
        +                "Gelasio",
        +                "Gemunu Libre",
        +                "Genos",
        +                "Gentium Book Plus",
        +                "Gentium Plus",
        +                "Geo",
        +                "Geologica",
        +                "Geom",
        +                "Geomini",
        +                "Georama",
        +                "Geostar",
        +                "Geostar Fill",
        +                "Germania One",
        +                "Gideon Roman",
        +                "Gidole",
        +                "Gidugu",
        +                "Gilda Display",
        +                "Girassol",
        +                "Give You Glory",
        +                "Glass Antiqua",
        +                "Glegoo",
        +                "Gloock",
        +                "Gloria Hallelujah",
        +                "Glory",
        +                "Gluten",
        +                "Goblin One",
        +                "Gochi Hand",
        +                "Goldman",
        +                "Golos Text",
        +                "Google Sans",
        +                "Google Sans Code",
        +                "Google Sans Flex",
        +                "Gorditas",
        +                "Gothic A1",
        +                "Gotu",
        +                "Goudy Bookletter 1911",
        +                "Gowun Batang",
        +                "Gowun Dodum",
        +                "Graduate",
        +                "Grand Hotel",
        +                "Grandiflora One",
        +                "Grandstander",
        +                "Grape Nuts",
        +                "Gravitas One",
        +                "Great Vibes",
        +                "Grechen Fuemen",
        +                "Grenze",
        +                "Grenze Gotisch",
        +                "Grey Qo",
        +                "Griffy",
        +                "Gruppo",
        +                "Gudea",
        +                "Gugi",
        +                "Gulzar",
        +                "Gupter",
        +                "Gurajada",
        +                "Gveret Levin",
        +                "Gwendolyn",
        +                "Habibi",
        +                "Hachi Maru Pop",
        +                "Hahmlet",
        +                "Halant",
        +                "Hammersmith One",
        +                "Hanalei",
        +                "Hanalei Fill",
        +                "Handjet",
        +                "Handlee",
        +                "Hanken Grotesk",
        +                "Hanuman",
        +                "Happy Monkey",
        +                "Harmattan",
        +                "Headland One",
        +                "Hedvig Letters Sans",
        +                "Hedvig Letters Serif",
        +                "Heebo",
        +                "Henny Penny",
        +                "Hepta Slab",
        +                "Herr Von Muellerhoff",
        +                "Hi Melody",
        +                "Hibur Mono",
        +                "Hina Mincho",
        +                "Hind",
        +                "Hind Guntur",
        +                "Hind Madurai",
        +                "Hind Mysuru",
        +                "Hind Siliguri",
        +                "Hind Vadodara",
        +                "Holtwood One SC",
        +                "Homemade Apple",
        +                "Homenaje",
        +                "Honk",
        +                "Host Grotesk",
        +                "Hubballi",
        +                "Hubot Sans",
        +                "Huninn",
        +                "Hurricane",
        +                "IBM Plex Mono",
        +                "IBM Plex Sans",
        +                "IBM Plex Sans Arabic",
        +                "IBM Plex Sans Condensed",
        +                "IBM Plex Sans Devanagari",
        +                "IBM Plex Sans Hebrew",
        +                "IBM Plex Sans JP",
        +                "IBM Plex Sans KR",
        +                "IBM Plex Sans Thai",
        +                "IBM Plex Sans Thai Looped",
        +                "IBM Plex Serif",
        +                "IM Fell DW Pica",
        +                "IM Fell DW Pica SC",
        +                "IM Fell Double Pica",
        +                "IM Fell Double Pica SC",
        +                "IM Fell English",
        +                "IM Fell English SC",
        +                "IM Fell French Canon",
        +                "IM Fell French Canon SC",
        +                "IM Fell Great Primer",
        +                "IM Fell Great Primer SC",
        +                "Iansui",
        +                "Ibarra Real Nova",
        +                "Iceberg",
        +                "Iceland",
        +                "Idiqlat",
        +                "Imbue",
        +                "Imperial Script",
        +                "Imprima",
        +                "Inclusive Sans",
        +                "Inconsolata",
        +                "Inder",
        +                "Indie Flower",
        +                "Ingrid Darling",
        +                "Inika",
        +                "Inknut Antiqua",
        +                "Inria Sans",
        +                "Inria Serif",
        +                "Inspiration",
        +                "Instrument Sans",
        +                "Instrument Serif",
        +                "Intel One Mono",
        +                "Inter",
        +                "Inter Tight",
        +                "Iosevka Charon",
        +                "Iosevka Charon Mono",
        +                "Irish Grover",
        +                "Island Moments",
        +                "Istok Web",
        +                "Italiana",
        +                "Italianno",
        +                "Itim",
        +                "Jacquard 12",
        +                "Jacquard 12 Charted",
        +                "Jacquard 24",
        +                "Jacquard 24 Charted",
        +                "Jacquarda Bastarda 9",
        +                "Jacquarda Bastarda 9 Charted",
        +                "Jacques Francois",
        +                "Jacques Francois Shadow",
        +                "Jaini",
        +                "Jaini Purva",
        +                "Jaldi",
        +                "Jaro",
        +                "Jersey 10",
        +                "Jersey 10 Charted",
        +                "Jersey 15",
        +                "Jersey 15 Charted",
        +                "Jersey 20",
        +                "Jersey 20 Charted",
        +                "Jersey 25",
        +                "Jersey 25 Charted",
        +                "JetBrains Mono",
        +                "Jim Nightshade",
        +                "Joan",
        +                "Jockey One",
        +                "Jolly Lodger",
        +                "Jomhuria",
        +                "Jomolhari",
        +                "Josefin Sans",
        +                "Josefin Slab",
        +                "Jost",
        +                "Joti One",
        +                "Jua",
        +                "Judson",
        +                "Julee",
        +                "Julius Sans One",
        +                "Junge",
        +                "Jura",
        +                "Just Another Hand",
        +                "Just Me Again Down Here",
        +                "K2D",
        +                "Kablammo",
        +                "Kadwa",
        +                "Kaisei Decol",
        +                "Kaisei HarunoUmi",
        +                "Kaisei Opti",
        +                "Kaisei Tokumin",
        +                "Kalam",
        +                "Kalnia",
        +                "Kalnia Glaze",
        +                "Kameron",
        +                "Kanchenjunga",
        +                "Kanit",
        +                "Kantumruy Pro",
        +                "Kapakana",
        +                "Karantina",
        +                "Karla",
        +                "Karla Tamil Inclined",
        +                "Karla Tamil Upright",
        +                "Karma",
        +                "Katibeh",
        +                "Kaushan Script",
        +                "Kavivanar",
        +                "Kavoon",
        +                "Kay Pho Du",
        +                "Kdam Thmor Pro",
        +                "Keania One",
        +                "Kedebideri",
        +                "Kelly Slab",
        +                "Kenia",
        +                "Khand",
        +                "Khmer",
        +                "Khula",
        +                "Kings",
        +                "Kirang Haerang",
        +                "Kite One",
        +                "Kiwi Maru",
        +                "Klee One",
        +                "Knewave",
        +                "KoHo",
        +                "Kodchasan",
        +                "Kode Mono",
        +                "Koh Santepheap",
        +                "Kolker Brush",
        +                "Konkhmer Sleokchher",
        +                "Kosugi",
        +                "Kosugi Maru",
        +                "Kotta One",
        +                "Koulen",
        +                "Kranky",
        +                "Kreon",
        +                "Kristi",
        +                "Krona One",
        +                "Krub",
        +                "Kufam",
        +                "Kulim Park",
        +                "Kumar One",
        +                "Kumar One Outline",
        +                "Kumbh Sans",
        +                "Kurale",
        +                "LINE Seed JP",
        +                "LXGW Marker Gothic",
        +                "LXGW WenKai Mono TC",
        +                "LXGW WenKai TC",
        +                "La Belle Aurore",
        +                "Labrada",
        +                "Lacquer",
        +                "Laila",
        +                "Lakki Reddy",
        +                "Lalezar",
        +                "Lancelot",
        +                "Langar",
        +                "Lateef",
        +                "Lato",
        +                "Lavishly Yours",
        +                "League Gothic",
        +                "League Script",
        +                "League Spartan",
        +                "Leckerli One",
        +                "Ledger",
        +                "Lekton",
        +                "Lemon",
        +                "Lemonada",
        +                "Lexend",
        +                "Lexend Deca",
        +                "Lexend Exa",
        +                "Lexend Giga",
        +                "Lexend Mega",
        +                "Lexend Peta",
        +                "Lexend Tera",
        +                "Lexend Zetta",
        +                "Libertinus Keyboard",
        +                "Libertinus Math",
        +                "Libertinus Mono",
        +                "Libertinus Sans",
        +                "Libertinus Serif",
        +                "Libertinus Serif Display",
        +                "Libre Barcode 128",
        +                "Libre Barcode 128 Text",
        +                "Libre Barcode 39",
        +                "Libre Barcode 39 Extended",
        +                "Libre Barcode 39 Extended Text",
        +                "Libre Barcode 39 Text",
        +                "Libre Barcode EAN13 Text",
        +                "Libre Baskerville",
        +                "Libre Bodoni",
        +                "Libre Caslon Display",
        +                "Libre Caslon Text",
        +                "Libre Franklin",
        +                "Licorice",
        +                "Life Savers",
        +                "Lilex",
        +                "Lilita One",
        +                "Lily Script One",
        +                "Limelight",
        +                "Linden Hill",
        +                "Linefont",
        +                "Lisu Bosa",
        +                "Liter",
        +                "Literata",
        +                "Liu Jian Mao Cao",
        +                "Livvic",
        +                "Lobster",
        +                "Lobster Two",
        +                "Londrina Outline",
        +                "Londrina Shadow",
        +                "Londrina Sketch",
        +                "Londrina Solid",
        +                "Long Cang",
        +                "Lora",
        +                "Love Light",
        +                "Love Ya Like A Sister",
        +                "Loved by the King",
        +                "Lovers Quarrel",
        +                "Luckiest Guy",
        +                "Lugrasimo",
        +                "Lumanosimo",
        +                "Lunasima",
        +                "Lusitana",
        +                "Lustria",
        +                "Luxurious Roman",
        +                "Luxurious Script",
        +                "M PLUS 1",
        +                "M PLUS 1 Code",
        +                "M PLUS 1p",
        +                "M PLUS 2",
        +                "M PLUS Code Latin",
        +                "M PLUS Rounded 1c",
        +                "M PLUS U",
        +                "Ma Shan Zheng",
        +                "Macondo",
        +                "Macondo Swash Caps",
        +                "Mada",
        +                "Madimi One",
        +                "Magra",
        +                "Maiden Orange",
        +                "Maitree",
        +                "Major Mono Display",
        +                "Mako",
        +                "Mali",
        +                "Mallanna",
        +                "Maname",
        +                "Mandali",
        +                "Manjari",
        +                "Manrope",
        +                "Mansalva",
        +                "Manuale",
        +                "Manufacturing Consent",
        +                "Marcellus",
        +                "Marcellus SC",
        +                "Marck Script",
        +                "Margarine",
        +                "Marhey",
        +                "Markazi Text",
        +                "Marko One",
        +                "Marmelad",
        +                "Martel",
        +                "Martel Sans",
        +                "Martian Mono",
        +                "Marvel",
        +                "Matangi",
        +                "Mate",
        +                "Mate SC",
        +                "Matemasie",
        +                "Material Icons",
        +                "Material Icons Outlined",
        +                "Material Icons Round",
        +                "Material Icons Sharp",
        +                "Material Icons Two Tone",
        +                "Material Symbols",
        +                "Material Symbols Outlined",
        +                "Material Symbols Rounded",
        +                "Material Symbols Sharp",
        +                "Maven Pro",
        +                "McLaren",
        +                "Mea Culpa",
        +                "Meddon",
        +                "MedievalSharp",
        +                "Medula One",
        +                "Meera Inimai",
        +                "Megrim",
        +                "Meie Script",
        +                "Menbere",
        +                "Meow Script",
        +                "Merienda",
        +                "Merriweather",
        +                "Merriweather Sans",
        +                "Metal",
        +                "Metal Mania",
        +                "Metamorphous",
        +                "Metrophobic",
        +                "Michroma",
        +                "Micro 5",
        +                "Micro 5 Charted",
        +                "Milonga",
        +                "Miltonian",
        +                "Miltonian Tattoo",
        +                "Mina",
        +                "Mingzat",
        +                "Miniver",
        +                "Miranda Sans",
        +                "Miriam Libre",
        +                "Mirza",
        +                "Miss Fajardose",
        +                "Mitr",
        +                "Mochiy Pop One",
        +                "Mochiy Pop P One",
        +                "Modak",
        +                "Modern Antiqua",
        +                "Moderustic",
        +                "Mogra",
        +                "Mohave",
        +                "Moirai One",
        +                "Molengo",
        +                "Molle",
        +                "Momo Signature",
        +                "Momo Trust Display",
        +                "Momo Trust Sans",
        +                "Mona Sans",
        +                "Monda",
        +                "Monofett",
        +                "Monomakh",
        +                "Monomaniac One",
        +                "Monoton",
        +                "Monsieur La Doulaise",
        +                "Montaga",
        +                "Montagu Slab",
        +                "MonteCarlo",
        +                "Montenegrin Gothic One",
        +                "Montez",
        +                "Montserrat",
        +                "Montserrat Alternates",
        +                "Montserrat Underline",
        +                "Moo Lah Lah",
        +                "Mooli",
        +                "Moon Dance",
        +                "Moul",
        +                "Moulpali",
        +                "Mountains of Christmas",
        +                "Mouse Memoirs",
        +                "Mozilla Headline",
        +                "Mozilla Text",
        +                "Mr Bedfort",
        +                "Mr Dafoe",
        +                "Mr De Haviland",
        +                "Mrs Saint Delafield",
        +                "Mrs Sheppards",
        +                "Ms Madi",
        +                "Mukta",
        +                "Mukta Mahee",
        +                "Mukta Malar",
        +                "Mukta Vaani",
        +                "Mulish",
        +                "Murecho",
        +                "MuseoModerno",
        +                "My Soul",
        +                "Mynerve",
        +                "Mystery Quest",
        +                "NTR",
        +                "Nabla",
        +                "Namdhinggo",
        +                "Nanum Brush Script",
        +                "Nanum Gothic",
        +                "Nanum Gothic Coding",
        +                "Nanum Myeongjo",
        +                "Nanum Pen Script",
        +                "Narnoor",
        +                "Nata Sans",
        +                "National Park",
        +                "Neonderthaw",
        +                "Nerko One",
        +                "Neucha",
        +                "Neuton",
        +                "New Amsterdam",
        +                "New Rocker",
        +                "New Tegomin",
        +                "News Cycle",
        +                "Newsreader",
        +                "Niconne",
        +                "Niramit",
        +                "Nixie One",
        +                "Nobile",
        +                "Nokora",
        +                "Norican",
        +                "Nosifer",
        +                "Notable",
        +                "Nothing You Could Do",
        +                "Noticia Text",
        +                "Noto Color Emoji",
        +                "Noto Emoji",
        +                "Noto Kufi Arabic",
        +                "Noto Music",
        +                "Noto Naskh Arabic",
        +                "Noto Nastaliq Urdu",
        +                "Noto Rashi Hebrew",
        +                "Noto Sans",
        +                "Noto Sans Adlam",
        +                "Noto Sans Adlam Unjoined",
        +                "Noto Sans Anatolian Hieroglyphs",
        +                "Noto Sans Arabic",
        +                "Noto Sans Armenian",
        +                "Noto Sans Avestan",
        +                "Noto Sans Balinese",
        +                "Noto Sans Bamum",
        +                "Noto Sans Bassa Vah",
        +                "Noto Sans Batak",
        +                "Noto Sans Bengali",
        +                "Noto Sans Bhaiksuki",
        +                "Noto Sans Brahmi",
        +                "Noto Sans Buginese",
        +                "Noto Sans Buhid",
        +                "Noto Sans Canadian Aboriginal",
        +                "Noto Sans Carian",
        +                "Noto Sans Caucasian Albanian",
        +                "Noto Sans Chakma",
        +                "Noto Sans Cham",
        +                "Noto Sans Cherokee",
        +                "Noto Sans Chorasmian",
        +                "Noto Sans Coptic",
        +                "Noto Sans Cuneiform",
        +                "Noto Sans Cypriot",
        +                "Noto Sans Cypro Minoan",
        +                "Noto Sans Deseret",
        +                "Noto Sans Devanagari",
        +                "Noto Sans Display",
        +                "Noto Sans Duployan",
        +                "Noto Sans Egyptian Hieroglyphs",
        +                "Noto Sans Elbasan",
        +                "Noto Sans Elymaic",
        +                "Noto Sans Ethiopic",
        +                "Noto Sans Georgian",
        +                "Noto Sans Glagolitic",
        +                "Noto Sans Gothic",
        +                "Noto Sans Grantha",
        +                "Noto Sans Gujarati",
        +                "Noto Sans Gunjala Gondi",
        +                "Noto Sans Gurmukhi",
        +                "Noto Sans HK",
        +                "Noto Sans Hanifi Rohingya",
        +                "Noto Sans Hanunoo",
        +                "Noto Sans Hatran",
        +                "Noto Sans Hebrew",
        +                "Noto Sans Imperial Aramaic",
        +                "Noto Sans Indic Siyaq Numbers",
        +                "Noto Sans Inscriptional Pahlavi",
        +                "Noto Sans Inscriptional Parthian",
        +                "Noto Sans JP",
        +                "Noto Sans Javanese",
        +                "Noto Sans KR",
        +                "Noto Sans Kaithi",
        +                "Noto Sans Kannada",
        +                "Noto Sans Kawi",
        +                "Noto Sans Kayah Li",
        +                "Noto Sans Kharoshthi",
        +                "Noto Sans Khmer",
        +                "Noto Sans Khojki",
        +                "Noto Sans Khudawadi",
        +                "Noto Sans Lao",
        +                "Noto Sans Lao Looped",
        +                "Noto Sans Lepcha",
        +                "Noto Sans Limbu",
        +                "Noto Sans Linear A",
        +                "Noto Sans Linear B",
        +                "Noto Sans Lisu",
        +                "Noto Sans Lycian",
        +                "Noto Sans Lydian",
        +                "Noto Sans Mahajani",
        +                "Noto Sans Malayalam",
        +                "Noto Sans Mandaic",
        +                "Noto Sans Manichaean",
        +                "Noto Sans Marchen",
        +                "Noto Sans Masaram Gondi",
        +                "Noto Sans Math",
        +                "Noto Sans Mayan Numerals",
        +                "Noto Sans Medefaidrin",
        +                "Noto Sans Meetei Mayek",
        +                "Noto Sans Mende Kikakui",
        +                "Noto Sans Meroitic",
        +                "Noto Sans Miao",
        +                "Noto Sans Modi",
        +                "Noto Sans Mongolian",
        +                "Noto Sans Mono",
        +                "Noto Sans Mro",
        +                "Noto Sans Multani",
        +                "Noto Sans Myanmar",
        +                "Noto Sans NKo",
        +                "Noto Sans NKo Unjoined",
        +                "Noto Sans Nabataean",
        +                "Noto Sans Nag Mundari",
        +                "Noto Sans Nandinagari",
        +                "Noto Sans New Tai Lue",
        +                "Noto Sans Newa",
        +                "Noto Sans Nushu",
        +                "Noto Sans Ogham",
        +                "Noto Sans Ol Chiki",
        +                "Noto Sans Old Hungarian",
        +                "Noto Sans Old Italic",
        +                "Noto Sans Old North Arabian",
        +                "Noto Sans Old Permic",
        +                "Noto Sans Old Persian",
        +                "Noto Sans Old Sogdian",
        +                "Noto Sans Old South Arabian",
        +                "Noto Sans Old Turkic",
        +                "Noto Sans Oriya",
        +                "Noto Sans Osage",
        +                "Noto Sans Osmanya",
        +                "Noto Sans Pahawh Hmong",
        +                "Noto Sans Palmyrene",
        +                "Noto Sans Pau Cin Hau",
        +                "Noto Sans PhagsPa",
        +                "Noto Sans Phoenician",
        +                "Noto Sans Psalter Pahlavi",
        +                "Noto Sans Rejang",
        +                "Noto Sans Runic",
        +                "Noto Sans SC",
        +                "Noto Sans Samaritan",
        +                "Noto Sans Saurashtra",
        +                "Noto Sans Sharada",
        +                "Noto Sans Shavian",
        +                "Noto Sans Siddham",
        +                "Noto Sans SignWriting",
        +                "Noto Sans Sinhala",
        +                "Noto Sans Sogdian",
        +                "Noto Sans Sora Sompeng",
        +                "Noto Sans Soyombo",
        +                "Noto Sans Sundanese",
        +                "Noto Sans Sunuwar",
        +                "Noto Sans Syloti Nagri",
        +                "Noto Sans Symbols",
        +                "Noto Sans Symbols 2",
        +                "Noto Sans Syriac",
        +                "Noto Sans Syriac Eastern",
        +                "Noto Sans Syriac Western",
        +                "Noto Sans TC",
        +                "Noto Sans Tagalog",
        +                "Noto Sans Tagbanwa",
        +                "Noto Sans Tai Le",
        +                "Noto Sans Tai Tham",
        +                "Noto Sans Tai Viet",
        +                "Noto Sans Takri",
        +                "Noto Sans Tamil",
        +                "Noto Sans Tamil Supplement",
        +                "Noto Sans Tangsa",
        +                "Noto Sans Telugu",
        +                "Noto Sans Thaana",
        +                "Noto Sans Thai",
        +                "Noto Sans Thai Looped",
        +                "Noto Sans Tifinagh",
        +                "Noto Sans Tirhuta",
        +                "Noto Sans Ugaritic",
        +                "Noto Sans Vai",
        +                "Noto Sans Vithkuqi",
        +                "Noto Sans Wancho",
        +                "Noto Sans Warang Citi",
        +                "Noto Sans Yi",
        +                "Noto Sans Zanabazar Square",
        +                "Noto Serif",
        +                "Noto Serif Ahom",
        +                "Noto Serif Armenian",
        +                "Noto Serif Balinese",
        +                "Noto Serif Bengali",
        +                "Noto Serif Devanagari",
        +                "Noto Serif Display",
        +                "Noto Serif Dives Akuru",
        +                "Noto Serif Dogra",
        +                "Noto Serif Ethiopic",
        +                "Noto Serif Georgian",
        +                "Noto Serif Grantha",
        +                "Noto Serif Gujarati",
        +                "Noto Serif Gurmukhi",
        +                "Noto Serif HK",
        +                "Noto Serif Hebrew",
        +                "Noto Serif Hentaigana",
        +                "Noto Serif JP",
        +                "Noto Serif KR",
        +                "Noto Serif Kannada",
        +                "Noto Serif Khitan Small Script",
        +                "Noto Serif Khmer",
        +                "Noto Serif Khojki",
        +                "Noto Serif Lao",
        +                "Noto Serif Makasar",
        +                "Noto Serif Malayalam",
        +                "Noto Serif Myanmar",
        +                "Noto Serif NP Hmong",
        +                "Noto Serif Old Uyghur",
        +                "Noto Serif Oriya",
        +                "Noto Serif Ottoman Siyaq",
        +                "Noto Serif SC",
        +                "Noto Serif Sinhala",
        +                "Noto Serif TC",
        +                "Noto Serif Tamil",
        +                "Noto Serif Tangut",
        +                "Noto Serif Telugu",
        +                "Noto Serif Thai",
        +                "Noto Serif Tibetan",
        +                "Noto Serif Todhri",
        +                "Noto Serif Toto",
        +                "Noto Serif Vithkuqi",
        +                "Noto Serif Yezidi",
        +                "Noto Traditional Nushu",
        +                "Noto Znamenny Musical Notation",
        +                "Nova Cut",
        +                "Nova Flat",
        +                "Nova Mono",
        +                "Nova Oval",
        +                "Nova Round",
        +                "Nova Script",
        +                "Nova Slim",
        +                "Nova Square",
        +                "Numans",
        +                "Nunito",
        +                "Nunito Sans",
        +                "Nuosu SIL",
        +                "Odibee Sans",
        +                "Odor Mean Chey",
        +                "Offside",
        +                "Oi",
        +                "Ojuju",
        +                "Old Standard TT",
        +                "Oldenburg",
        +                "Ole",
        +                "Oleo Script",
        +                "Oleo Script Swash Caps",
        +                "Onest",
        +                "Oooh Baby",
        +                "Open Sans",
        +                "Oranienbaum",
        +                "Orbit",
        +                "Orbitron",
        +                "Oregano",
        +                "Orelega One",
        +                "Orienta",
        +                "Original Surfer",
        +                "Oswald",
        +                "Outfit",
        +                "Over the Rainbow",
        +                "Overlock",
        +                "Overlock SC",
        +                "Overpass",
        +                "Overpass Mono",
        +                "Ovo",
        +                "Oxanium",
        +                "Oxygen",
        +                "Oxygen Mono",
        +                "PT Mono",
        +                "PT Sans",
        +                "PT Sans Caption",
        +                "PT Sans Narrow",
        +                "PT Serif",
        +                "PT Serif Caption",
        +                "Pacifico",
        +                "Padauk",
        +                "Padyakke Expanded One",
        +                "Palanquin",
        +                "Palanquin Dark",
        +                "Palette Mosaic",
        +                "Pangolin",
        +                "Paprika",
        +                "Parastoo",
        +                "Parisienne",
        +                "Parkinsans",
        +                "Passero One",
        +                "Passion One",
        +                "Passions Conflict",
        +                "Pathway Extreme",
        +                "Pathway Gothic One",
        +                "Patrick Hand",
        +                "Patrick Hand SC",
        +                "Pattaya",
        +                "Patua One",
        +                "Pavanam",
        +                "Paytone One",
        +                "Peddana",
        +                "Peralta",
        +                "Permanent Marker",
        +                "Petemoss",
        +                "Petit Formal Script",
        +                "Petrona",
        +                "Phetsarath",
        +                "Philosopher",
        +                "Phudu",
        +                "Piazzolla",
        +                "Piedra",
        +                "Pinyon Script",
        +                "Pirata One",
        +                "Pixelify Sans",
        +                "Plaster",
        +                "Platypi",
        +                "Play",
        +                "Playball",
        +                "Playfair",
        +                "Playfair Display",
        +                "Playfair Display SC",
        +                "Playpen Sans",
        +                "Playpen Sans Arabic",
        +                "Playpen Sans Deva",
        +                "Playpen Sans Hebrew",
        +                "Playpen Sans Thai",
        +                "Playwrite AR",
        +                "Playwrite AR Guides",
        +                "Playwrite AT",
        +                "Playwrite AT Guides",
        +                "Playwrite AU NSW",
        +                "Playwrite AU NSW Guides",
        +                "Playwrite AU QLD",
        +                "Playwrite AU QLD Guides",
        +                "Playwrite AU SA",
        +                "Playwrite AU SA Guides",
        +                "Playwrite AU TAS",
        +                "Playwrite AU TAS Guides",
        +                "Playwrite AU VIC",
        +                "Playwrite AU VIC Guides",
        +                "Playwrite BE VLG",
        +                "Playwrite BE VLG Guides",
        +                "Playwrite BE WAL",
        +                "Playwrite BE WAL Guides",
        +                "Playwrite BR",
        +                "Playwrite BR Guides",
        +                "Playwrite CA",
        +                "Playwrite CA Guides",
        +                "Playwrite CL",
        +                "Playwrite CL Guides",
        +                "Playwrite CO",
        +                "Playwrite CO Guides",
        +                "Playwrite CU",
        +                "Playwrite CU Guides",
        +                "Playwrite CZ",
        +                "Playwrite CZ Guides",
        +                "Playwrite DE Grund",
        +                "Playwrite DE Grund Guides",
        +                "Playwrite DE LA",
        +                "Playwrite DE LA Guides",
        +                "Playwrite DE SAS",
        +                "Playwrite DE SAS Guides",
        +                "Playwrite DE VA",
        +                "Playwrite DE VA Guides",
        +                "Playwrite DK Loopet",
        +                "Playwrite DK Loopet Guides",
        +                "Playwrite DK Uloopet",
        +                "Playwrite DK Uloopet Guides",
        +                "Playwrite ES",
        +                "Playwrite ES Deco",
        +                "Playwrite ES Deco Guides",
        +                "Playwrite ES Guides",
        +                "Playwrite FR Moderne",
        +                "Playwrite FR Moderne Guides",
        +                "Playwrite FR Trad",
        +                "Playwrite FR Trad Guides",
        +                "Playwrite GB J",
        +                "Playwrite GB J Guides",
        +                "Playwrite GB S",
        +                "Playwrite GB S Guides",
        +                "Playwrite HR",
        +                "Playwrite HR Guides",
        +                "Playwrite HR Lijeva",
        +                "Playwrite HR Lijeva Guides",
        +                "Playwrite HU",
        +                "Playwrite HU Guides",
        +                "Playwrite ID",
        +                "Playwrite ID Guides",
        +                "Playwrite IE",
        +                "Playwrite IE Guides",
        +                "Playwrite IN",
        +                "Playwrite IN Guides",
        +                "Playwrite IS",
        +                "Playwrite IS Guides",
        +                "Playwrite IT Moderna",
        +                "Playwrite IT Moderna Guides",
        +                "Playwrite IT Trad",
        +                "Playwrite IT Trad Guides",
        +                "Playwrite MX",
        +                "Playwrite MX Guides",
        +                "Playwrite NG Modern",
        +                "Playwrite NG Modern Guides",
        +                "Playwrite NL",
        +                "Playwrite NL Guides",
        +                "Playwrite NO",
        +                "Playwrite NO Guides",
        +                "Playwrite NZ",
        +                "Playwrite NZ Basic",
        +                "Playwrite NZ Basic Guides",
        +                "Playwrite NZ Guides",
        +                "Playwrite PE",
        +                "Playwrite PE Guides",
        +                "Playwrite PL",
        +                "Playwrite PL Guides",
        +                "Playwrite PT",
        +                "Playwrite PT Guides",
        +                "Playwrite RO",
        +                "Playwrite RO Guides",
        +                "Playwrite SK",
        +                "Playwrite SK Guides",
        +                "Playwrite TZ",
        +                "Playwrite TZ Guides",
        +                "Playwrite US Modern",
        +                "Playwrite US Modern Guides",
        +                "Playwrite US Trad",
        +                "Playwrite US Trad Guides",
        +                "Playwrite VN",
        +                "Playwrite VN Guides",
        +                "Playwrite ZA",
        +                "Playwrite ZA Guides",
        +                "Pliant",
        +                "Plus Jakarta Sans",
        +                "Pochaevsk",
        +                "Podkova",
        +                "Poetsen One",
        +                "Poiret One",
        +                "Poller One",
        +                "Poltawski Nowy",
        +                "Poly",
        +                "Pompiere",
        +                "Ponnala",
        +                "Ponomar",
        +                "Pontano Sans",
        +                "Poor Story",
        +                "Poppins",
        +                "Port Lligat Sans",
        +                "Port Lligat Slab",
        +                "Potta One",
        +                "Pragati Narrow",
        +                "Praise",
        +                "Prata",
        +                "Preahvihear",
        +                "Press Start 2P",
        +                "Pridi",
        +                "Princess Sofia",
        +                "Prociono",
        +                "Prompt",
        +                "Prosto One",
        +                "Protest Guerrilla",
        +                "Protest Revolution",
        +                "Protest Riot",
        +                "Protest Strike",
        +                "Proza Libre",
        +                "Public Sans",
        +                "Puppies Play",
        +                "Puritan",
        +                "Purple Purse",
        +                "Qahiri",
        +                "Quando",
        +                "Quantico",
        +                "Quattrocento",
        +                "Quattrocento Sans",
        +                "Questrial",
        +                "Quicksand",
        +                "Quintessential",
        +                "Qwigley",
        +                "Qwitcher Grypen",
        +                "REM",
        +                "Racing Sans One",
        +                "Radio Canada",
        +                "Radio Canada Big",
        +                "Radley",
        +                "Rajdhani",
        +                "Rakkas",
        +                "Raleway",
        +                "Raleway Dots",
        +                "Ramabhadra",
        +                "Ramaraja",
        +                "Rambla",
        +                "Rammetto One",
        +                "Rampart One",
        +                "Ramsina",
        +                "Ranchers",
        +                "Rancho",
        +                "Ranga",
        +                "Rasa",
        +                "Rationale",
        +                "Ravi Prakash",
        +                "Readex Pro",
        +                "Recursive",
        +                "Red Hat Display",
        +                "Red Hat Mono",
        +                "Red Hat Text",
        +                "Red Rose",
        +                "Redacted",
        +                "Redacted Script",
        +                "Reddit Mono",
        +                "Reddit Sans",
        +                "Reddit Sans Condensed",
        +                "Redressed",
        +                "Reem Kufi",
        +                "Reem Kufi Fun",
        +                "Reem Kufi Ink",
        +                "Reenie Beanie",
        +                "Reggae One",
        +                "Rethink Sans",
        +                "Revalia",
        +                "Rhodium Libre",
        +                "Ribeye",
        +                "Ribeye Marrow",
        +                "Righteous",
        +                "Risque",
        +                "Road Rage",
        +                "Roboto",
        +                "Roboto Condensed",
        +                "Roboto Flex",
        +                "Roboto Mono",
        +                "Roboto Serif",
        +                "Roboto Slab",
        +                "Rochester",
        +                "Rock 3D",
        +                "Rock Salt",
        +                "RocknRoll One",
        +                "Rokkitt",
        +                "Romanesco",
        +                "Ropa Sans",
        +                "Rosario",
        +                "Rosarivo",
        +                "Rouge Script",
        +                "Rowdies",
        +                "Rozha One",
        +                "Rubik",
        +                "Rubik 80s Fade",
        +                "Rubik Beastly",
        +                "Rubik Broken Fax",
        +                "Rubik Bubbles",
        +                "Rubik Burned",
        +                "Rubik Dirt",
        +                "Rubik Distressed",
        +                "Rubik Doodle Shadow",
        +                "Rubik Doodle Triangles",
        +                "Rubik Gemstones",
        +                "Rubik Glitch",
        +                "Rubik Glitch Pop",
        +                "Rubik Iso",
        +                "Rubik Lines",
        +                "Rubik Maps",
        +                "Rubik Marker Hatch",
        +                "Rubik Maze",
        +                "Rubik Microbe",
        +                "Rubik Mono One",
        +                "Rubik Moonrocks",
        +                "Rubik Pixels",
        +                "Rubik Puddles",
        +                "Rubik Scribble",
        +                "Rubik Spray Paint",
        +                "Rubik Storm",
        +                "Rubik Vinyl",
        +                "Rubik Wet Paint",
        +                "Ruda",
        +                "Rufina",
        +                "Ruge Boogie",
        +                "Ruluko",
        +                "Rum Raisin",
        +                "Ruslan Display",
        +                "Russo One",
        +                "Ruthie",
        +                "Ruwudu",
        +                "Rye",
        +                "SN Pro",
        +                "STIX Two Math",
        +                "STIX Two Text",
        +                "SUSE",
        +                "SUSE Mono",
        +                "Sacramento",
        +                "Sahitya",
        +                "Sail",
        +                "Saira",
        +                "Saira Condensed",
        +                "Saira Extra Condensed",
        +                "Saira Semi Condensed",
        +                "Saira Stencil",
        +                "Salsa",
        +                "Sanchez",
        +                "Sancreek",
        +                "Sankofa Display",
        +                "Sansation",
        +                "Sansita",
        +                "Sansita Swashed",
        +                "Sarabun",
        +                "Sarala",
        +                "Sarina",
        +                "Sarpanch",
        +                "Sassy Frass",
        +                "Satisfy",
        +                "Savate",
        +                "Sawarabi Gothic",
        +                "Sawarabi Mincho",
        +                "Scada",
        +                "Scheherazade New",
        +                "Schibsted Grotesk",
        +                "Schoolbell",
        +                "Science Gothic",
        +                "Scope One",
        +                "Seaweed Script",
        +                "Secular One",
        +                "Sedan",
        +                "Sedan SC",
        +                "Sedgwick Ave",
        +                "Sedgwick Ave Display",
        +                "Sekuya",
        +                "Sen",
        +                "Send Flowers",
        +                "Sevillana",
        +                "Seymour One",
        +                "Shadows Into Light",
        +                "Shadows Into Light Two",
        +                "Shafarik",
        +                "Shalimar",
        +                "Shantell Sans",
        +                "Shanti",
        +                "Share",
        +                "Share Tech",
        +                "Share Tech Mono",
        +                "Shippori Antique",
        +                "Shippori Antique B1",
        +                "Shippori Mincho",
        +                "Shippori Mincho B1",
        +                "Shizuru",
        +                "Shojumaru",
        +                "Short Stack",
        +                "Shrikhand",
        +                "Siemreap",
        +                "Sigmar",
        +                "Sigmar One",
        +                "Signika",
        +                "Signika Negative",
        +                "Silkscreen",
        +                "Simonetta",
        +                "Single Day",
        +                "Sintony",
        +                "Sirin Stencil",
        +                "Sirivennela",
        +                "Six Caps",
        +                "Sixtyfour",
        +                "Sixtyfour Convergence",
        +                "Skranji",
        +                "Slabo 13px",
        +                "Slabo 27px",
        +                "Slackey",
        +                "Slackside One",
        +                "Smokum",
        +                "Smooch",
        +                "Smooch Sans",
        +                "Smythe",
        +                "Sniglet",
        +                "Snippet",
        +                "Snowburst One",
        +                "Sofadi One",
        +                "Sofia",
        +                "Sofia Sans",
        +                "Sofia Sans Condensed",
        +                "Sofia Sans Extra Condensed",
        +                "Sofia Sans Semi Condensed",
        +                "Solitreo",
        +                "Solway",
        +                "Sometype Mono",
        +                "Song Myung",
        +                "Sono",
        +                "Sonsie One",
        +                "Sora",
        +                "Sorts Mill Goudy",
        +                "Sour Gummy",
        +                "Source Code Pro",
        +                "Source Sans 3",
        +                "Source Serif 4",
        +                "Space Grotesk",
        +                "Space Mono",
        +                "Special Elite",
        +                "Special Gothic",
        +                "Special Gothic Condensed One",
        +                "Special Gothic Expanded One",
        +                "Spectral",
        +                "Spectral SC",
        +                "Spicy Rice",
        +                "Spinnaker",
        +                "Spirax",
        +                "Splash",
        +                "Spline Sans",
        +                "Spline Sans Mono",
        +                "Squada One",
        +                "Square Peg",
        +                "Sree Krushnadevaraya",
        +                "Sriracha",
        +                "Srisakdi",
        +                "Staatliches",
        +                "Stack Sans Headline",
        +                "Stack Sans Notch",
        +                "Stack Sans Text",
        +                "Stalemate",
        +                "Stalinist One",
        +                "Stardos Stencil",
        +                "Stick",
        +                "Stick No Bills",
        +                "Stint Ultra Condensed",
        +                "Stint Ultra Expanded",
        +                "Stoke",
        +                "Story Script",
        +                "Strait",
        +                "Strichpunkt Sans",
        +                "Style Script",
        +                "Stylish",
        +                "Sue Ellen Francisco",
        +                "Suez One",
        +                "Sulphur Point",
        +                "Sumana",
        +                "Sunflower",
        +                "Sunshiney",
        +                "Supermercado One",
        +                "Sura",
        +                "Suranna",
        +                "Suravaram",
        +                "Suwannaphum",
        +                "Swanky and Moo Moo",
        +                "Syncopate",
        +                "Syne",
        +                "Syne Mono",
        +                "Syne Tactile",
        +                "TASA Explorer",
        +                "TASA Orbiter",
        +                "Tac One",
        +                "Tagesschrift",
        +                "Tai Heritage Pro",
        +                "Tajawal",
        +                "Tangerine",
        +                "Tapestry",
        +                "Taprom",
        +                "Tauri",
        +                "Taviraj",
        +                "Teachers",
        +                "Teko",
        +                "Tektur",
        +                "Telex",
        +                "Tenali Ramakrishna",
        +                "Tenor Sans",
        +                "Text Me One",
        +                "Texturina",
        +                "Thasadith",
        +                "The Girl Next Door",
        +                "The Nautigal",
        +                "Tienne",
        +                "TikTok Sans",
        +                "Tillana",
        +                "Tilt Neon",
        +                "Tilt Prism",
        +                "Tilt Warp",
        +                "Timmana",
        +                "Tinos",
        +                "Tiny5",
        +                "Tiro Bangla",
        +                "Tiro Devanagari Hindi",
        +                "Tiro Devanagari Marathi",
        +                "Tiro Devanagari Sanskrit",
        +                "Tiro Gurmukhi",
        +                "Tiro Kannada",
        +                "Tiro Tamil",
        +                "Tiro Telugu",
        +                "Tirra",
        +                "Titan One",
        +                "Titillium Web",
        +                "Tomorrow",
        +                "Tourney",
        +                "Trade Winds",
        +                "Train One",
        +                "Triodion",
        +                "Trirong",
        +                "Trispace",
        +                "Trocchi",
        +                "Trochut",
        +                "Truculenta",
        +                "Trykker",
        +                "Tsukimi Rounded",
        +                "Tuffy",
        +                "Tulpen One",
        +                "Turret Road",
        +                "Twinkle Star",
        +                "Ubuntu",
        +                "Ubuntu Condensed",
        +                "Ubuntu Mono",
        +                "Ubuntu Sans",
        +                "Ubuntu Sans Mono",
        +                "Uchen",
        +                "Ultra",
        +                "Unbounded",
        +                "Uncial Antiqua",
        +                "Underdog",
        +                "Unica One",
        +                "UnifrakturCook",
        +                "UnifrakturMaguntia",
        +                "Unkempt",
        +                "Unlock",
        +                "Unna",
        +                "UoqMunThenKhung",
        +                "Updock",
        +                "Urbanist",
        +                "VT323",
        +                "Vampiro One",
        +                "Varela",
        +                "Varela Round",
        +                "Varta",
        +                "Vast Shadow",
        +                "Vazirmatn",
        +                "Vend Sans",
        +                "Vesper Libre",
        +                "Viaoda Libre",
        +                "Vibes",
        +                "Vibur",
        +                "Victor Mono",
        +                "Vidaloka",
        +                "Viga",
        +                "Vina Sans",
        +                "Voces",
        +                "Volkhov",
        +                "Vollkorn",
        +                "Vollkorn SC",
        +                "Voltaire",
        +                "Vujahday Script",
        +                "WDXL Lubrifont JP N",
        +                "WDXL Lubrifont SC",
        +                "WDXL Lubrifont TC",
        +                "Waiting for the Sunrise",
        +                "Wallpoet",
        +                "Walter Turncoat",
        +                "Warnes",
        +                "Water Brush",
        +                "Waterfall",
        +                "Wavefont",
        +                "Wellfleet",
        +                "Wendy One",
        +                "Whisper",
        +                "WindSong",
        +                "Winky Rough",
        +                "Winky Sans",
        +                "Wire One",
        +                "Wittgenstein",
        +                "Wix Madefor Display",
        +                "Wix Madefor Text",
        +                "Work Sans",
        +                "Workbench",
        +                "Xanh Mono",
        +                "Yaldevi",
        +                "Yanone Kaffeesatz",
        +                "Yantramanav",
        +                "Yarndings 12",
        +                "Yarndings 12 Charted",
        +                "Yarndings 20",
        +                "Yarndings 20 Charted",
        +                "Yatra One",
        +                "Yellowtail",
        +                "Yeon Sung",
        +                "Yeseva One",
        +                "Yesteryear",
        +                "Yomogi",
        +                "Young Serif",
        +                "Yrsa",
        +                "Ysabeau",
        +                "Ysabeau Infant",
        +                "Ysabeau Office",
        +                "Ysabeau SC",
        +                "Yuji Boku",
        +                "Yuji Hentaigana Akari",
        +                "Yuji Hentaigana Akebono",
        +                "Yuji Mai",
        +                "Yuji Syuku",
        +                "Yusei Magic",
        +                "Yuyu",
        +                "Yuyu Short",
        +                "ZCOOL KuaiLe",
        +                "ZCOOL QingKe HuangYou",
        +                "ZCOOL XiaoWei",
        +                "Zain",
        +                "Zalando Sans",
        +                "Zalando Sans Expanded",
        +                "Zalando Sans SemiExpanded",
        +                "Zen Antique",
        +                "Zen Antique Soft",
        +                "Zen Dots",
        +                "Zen Kaku Gothic Antique",
        +                "Zen Kaku Gothic New",
        +                "Zen Kurenaido",
        +                "Zen Loop",
        +                "Zen Maru Gothic",
        +                "Zen Old Mincho",
        +                "Zen Tokyo Zoo",
        +                "Zeyada",
        +                "Zhi Mang Xing",
        +                "Zilla Slab",
        +                "Zilla Slab Highlight"
        +              ],
        +              "type": "string"
        +            },
        +            "fontSize": {
        +              "type": "number"
        +            },
        +            "footerColor": {
        +              "type": "string"
        +            },
        +            "footerFontSize": {
        +              "type": "number"
        +            },
        +            "footerGap": {
        +              "type": "number"
        +            },
        +            "footerLinkColor": {
        +              "type": "string"
        +            },
        +            "gridColor": {
        +              "type": "string"
        +            },
        +            "gridLineWidth": {
        +              "type": "number"
        +            },
        +            "gridLines": {
        +              "enum": [
        +                "none",
        +                "value",
        +                "both"
        +              ],
        +              "type": "string"
        +            },
        +            "headerGap": {
        +              "type": "number"
        +            },
        +            "labelColor": {
        +              "type": "string"
        +            },
        +            "labelFontSize": {
        +              "type": "number"
        +            },
        +            "labelFontWeight": {
        +              "type": "string"
        +            },
        +            "labelHaloWidth": {
        +              "type": "number"
        +            },
        +            "labelMutedFontWeight": {
        +              "type": "string"
        +            },
        +            "labelMutedOpacity": {
        +              "type": "number"
        +            },
        +            "lineStrokeWidth": {
        +              "type": "number"
        +            },
        +            "numericFontFamily": {
        +              "type": "string"
        +            },
        +            "pieCornerRadius": {
        +              "type": "number"
        +            },
        +            "sequentialRange": {
        +              "items": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "string"
        +                }
        +              ],
        +              "maxItems": 2,
        +              "minItems": 2,
        +              "type": "array"
        +            },
        +            "subtitleColor": {
        +              "type": "string"
        +            },
        +            "subtitleFontSize": {
        +              "type": "number"
        +            },
        +            "tickDensity": {
        +              "type": "number"
        +            },
        +            "tickLabelColor": {
        +              "type": "string"
        +            },
        +            "tickLabelFontWeight": {
        +              "type": "string"
        +            },
        +            "tickPadding": {
        +              "type": "number"
        +            },
        +            "tickSize": {
        +              "type": "number"
        +            },
        +            "titleColor": {
        +              "type": "string"
        +            },
        +            "titleFontFamily": {
        +              "type": "string"
        +            },
        +            "titleFontSize": {
        +              "type": "number"
        +            },
        +            "titleFontWeight": {
        +              "type": "string"
        +            },
        +            "titleSubtitleGap": {
        +              "type": "number"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "title": {
        +          "type": "string"
        +        },
        +        "version": {
        +          "const": "2026-03-20",
        +          "type": "string"
        +        },
        +        "width": {
        +          "maximum": 4096,
        +          "minimum": 1,
        +          "type": "integer"
        +        },
        +        "x": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "display": {
        +              "default": true,
        +              "type": "boolean"
        +            },
        +            "domain": {
        +              "anyOf": [
        +                {
        +                  "items": [
        +                    {
        +                      "type": "number"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ],
        +                  "maxItems": 2,
        +                  "minItems": 2,
        +                  "type": "array"
        +                },
        +                {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              ]
        +            },
        +            "label": {
        +              "type": "string"
        +            },
        +            "nice": {
        +              "type": "boolean"
        +            },
        +            "tickFormat": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "linear",
        +                "utc",
        +                "band"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        },
        +        "y": {
        +          "additionalProperties": {},
        +          "properties": {
        +            "display": {
        +              "default": true,
        +              "type": "boolean"
        +            },
        +            "domain": {
        +              "anyOf": [
        +                {
        +                  "items": [
        +                    {
        +                      "type": "number"
        +                    },
        +                    {
        +                      "type": "number"
        +                    }
        +                  ],
        +                  "maxItems": 2,
        +                  "minItems": 2,
        +                  "type": "array"
        +                },
        +                {
        +                  "items": {
        +                    "type": "string"
        +                  },
        +                  "type": "array"
        +                }
        +              ]
        +            },
        +            "label": {
        +              "type": "string"
        +            },
        +            "nice": {
        +              "type": "boolean"
        +            },
        +            "tickFormat": {
        +              "type": "string"
        +            },
        +            "type": {
        +              "enum": [
        +                "linear",
        +                "utc",
        +                "band"
        +              ],
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        }
        +      },
        +      "required": [
        +        "version",
        +        "format",
        +        "marks"
        +      ],
        +      "title": "Szum Chart Configuration",
        +      "type": "object"
        +    },
        +    "valid": {
        +      "type": "boolean"
        +    }
        +  },
        +  "required": [
        +    "valid",
        +    "message",
        +    "errors",
        +    "diagnostics"
        +  ],
        +  "type": "object"
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "view",
        -  "id",
        -  "source",
        -  "title",
        -  "createdAt",
        -  "updatedAt",
        -  "sizeBytes",
        -  "publishedAt",
        -  "imageUrl",
        -  "embedUrl",
        -  "configUrl",
        -  "editUrl",
        -  "manageUrl"
        -]New value: +[
        +  "view",
        +  "id",
        +  "source",
        +  "title",
        +  "createdAt",
        +  "updatedAt",
        +  "sizeBytes",
        +  "publishedAt",
        +  "imageUrl",
        +  "embedUrl",
        +  "configUrl",
        +  "editUrl",
        +  "manageUrl",
        +  "validation"
        +]
    • Changedvalidate_chart8 fields changed
      • addedOutput schema / properties / diagnostics
        Added value: +{
        +  "items": {
        +    "additionalProperties": false,
        +    "properties": {
        +      "code": {
        +        "type": "string"
        +      },
        +      "details": {
        +        "additionalProperties": {},
        +        "propertyNames": {
        +          "type": "string"
        +        },
        +        "type": "object"
        +      },
        +      "message": {
        +        "type": "string"
        +      },
        +      "path": {
        +        "items": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "number"
        +            }
        +          ]
        +        },
        +        "type": "array"
        +      },
        +      "relatedPaths": {
        +        "items": {
        +          "items": {
        +            "anyOf": [
        +              {
        +                "type": "string"
        +              },
        +              {
        +                "type": "number"
        +              }
        +            ]
        +          },
        +          "type": "array"
        +        },
        +        "type": "array"
        +      },
        +      "severity": {
        +        "enum": [
        +          "error",
        +          "warning",
        +          "suggestion"
        +        ],
        +        "type": "string"
        +      }
        +    },
        +    "required": [
        +      "code",
        +      "severity",
        +      "path",
        +      "message",
        +      "details"
        +    ],
        +    "type": "object"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / errors / items / properties / code
        Added value: +{
        +  "type": "string"
        +}
      • addedOutput schema / properties / errors / items / properties / details
        Added value: +{
        +  "additionalProperties": {},
        +  "propertyNames": {
        +    "type": "string"
        +  },
        +  "type": "object"
        +}
      • addedOutput schema / properties / errors / items / properties / relatedPaths
        Added value: +{
        +  "items": {
        +    "items": {
        +      "anyOf": [
        +        {
        +          "type": "string"
        +        },
        +        {
        +          "type": "number"
        +        }
        +      ]
        +    },
        +    "type": "array"
        +  },
        +  "type": "array"
        +}
      • addedOutput schema / properties / errors / items / properties / severity
        Added value: +{
        +  "enum": [
        +    "error",
        +    "warning",
        +    "suggestion"
        +  ],
        +  "type": "string"
        +}
      • changedOutput schema / properties / errors / items / required
        Previous value: -[
        -  "path",
        -  "message"
        -]New value: +[
        +  "code",
        +  "severity",
        +  "path",
        +  "message",
        +  "details"
        +]
      • addedOutput schema / properties / suggestedConfig
        Added value: +{
        +  "additionalProperties": {},
        +  "description": "Schema version 2026-03-20. Send this JSON to POST https://szum.io/validate to validate it or POST https://szum.io/chart to render a chart image.",
        +  "properties": {
        +    "attribution": {
        +      "description": "Show a small \"Made with Szum\" credit in the bottom-right. Always on for free and keyless renders; Creator and Pro omit it by default and set true to opt in.",
        +      "type": "boolean"
        +    },
        +    "color": {
        +      "anyOf": [
        +        {
        +          "additionalProperties": {},
        +          "properties": {
        +            "domain": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "label": {
        +              "type": "string"
        +            },
        +            "range": {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            },
        +            "type": {
        +              "const": "categorical",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        {
        +          "additionalProperties": {},
        +          "properties": {
        +            "domain": {
        +              "items": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "number"
        +                }
        +              ],
        +              "maxItems": 2,
        +              "minItems": 2,
        +              "type": "array"
        +            },
        +            "label": {
        +              "type": "string"
        +            },
        +            "range": {
        +              "items": [
        +                {
        +                  "type": "string"
        +                },
        +                {
        +                  "type": "string"
        +                }
        +              ],
        +              "maxItems": 2,
        +              "minItems": 2,
        +              "type": "array"
        +            },
        +            "type": {
        +              "const": "sequential",
        +              "type": "string"
        +            }
        +          },
        +          "required": [
        +            "type"
        +          ],
        +          "type": "object"
        +        },
        +        {
        +          "additionalProperties": false,
        +          "properties": {
        +            "label": {
        +              "type": "string"
        +            }
        +          },
        +          "type": "object"
        +        }
        +      ]
        +    },
        +    "data": {
        +      "items": {
        +        "additionalProperties": {
        +          "anyOf": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "number"
        +            }
        +          ]
        +        },
        +        "propertyNames": {
        +          "type": "string"
        +        },
        +        "type": "object"
        +      },
        +      "type": "array"
        +    },
        +    "footer": {
        +      "description": "Caption below the chart (a source line, methodology note, date). URLs, bare domains, and [label](url) links in it are auto-detected and rendered as inline links on every surface.",
        +      "type": "string"
        +    },
        +    "format": {
        +      "enum": [
        +        "svg",
        +        "png"
        +      ],
        +      "type": "string"
        +    },
        +    "headerAlign": {
        +      "enum": [
        +        "left",
        +        "center",
        +        "right"
        +      ],
        +      "type": "string"
        +    },
        +    "height": {
        +      "maximum": 4096,
        +      "minimum": 1,
        +      "type": "integer"
        +    },
        +    "locale": {
        +      "description": "Locale identifier accepted by JavaScript Intl and associated with the chart content, such as en, pl, or zh-Hant.",
        +      "pattern": "^(?:[A-Za-z]{2,3}|[A-Za-z]{5,8})(?:-[A-Za-z]{4})?(?:-(?:[A-Za-z]{2}|[0-9]{3}))?(?:-(?:[A-Za-z0-9]{5,8}|[0-9][A-Za-z0-9]{3}))*(?:-[0-9A-WY-Za-wy-z](?:-[A-Za-z0-9]{2,8})+)*(?:-[xX](?:-[A-Za-z0-9]{1,8})+)?$",
        +      "type": "string"
        +    },
        +    "margin": {
        +      "additionalProperties": {},
        +      "properties": {
        +        "bottom": {
        +          "type": "number"
        +        },
        +        "left": {
        +          "type": "number"
        +        },
        +        "right": {
        +          "type": "number"
        +        },
        +        "top": {
        +          "type": "number"
        +        }
        +      },
        +      "type": "object"
        +    },
        +    "marks": {
        +      "items": {
        +        "oneOf": [
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "data": {
        +                "items": {
        +                  "additionalProperties": {
        +                    "anyOf": [
        +                      {
        +                        "type": "string"
        +                      },
        +                      {
        +                        "type": "number"
        +                      }
        +                    ]
        +                  },
        +                  "propertyNames": {
        +                    "type": "string"
        +                  },
        +                  "type": "object"
        +                },
        +                "type": "array"
        +              },
        +              "fill": {
        +                "type": "string"
        +              },
        +              "label": {
        +                "additionalProperties": {},
        +                "properties": {
        +                  "field": {
        +                    "type": "string"
        +                  },
        +                  "format": {
        +                    "type": "string"
        +                  }
        +                },
        +                "required": [
        +                  "field"
        +                ],
        +                "type": "object"
        +              },
        +              "r": {
        +                "type": "number"
        +              },
        +              "stroke": {
        +                "type": "string"
        +              },
        +              "strokeWidth": {
        +                "default": 1,
        +                "type": "number"
        +              },
        +              "type": {
        +                "const": "dot",
        +                "type": "string"
        +              },
        +              "x": {
        +                "default": "x",
        +                "type": "string"
        +              },
        +              "y": {
        +                "default": "y",
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "type"
        +            ],
        +            "type": "object"
        +          },
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "curve": {
        +                "enum": [
        +                  "linear",
        +                  "monotone",
        +                  "step"
        +                ],
        +                "type": "string"
        +              },
        +              "data": {
        +                "items": {
        +                  "additionalProperties": {
        +                    "anyOf": [
        +                      {
        +                        "type": "string"
        +                      },
        +                      {
        +                        "type": "number"
        +                      }
        +                    ]
        +                  },
        +                  "propertyNames": {
        +                    "type": "string"
        +                  },
        +                  "type": "object"
        +                },
        +                "type": "array"
        +              },
        +              "fill": {
        +                "type": "string"
        +              },
        +              "label": {
        +                "anyOf": [
        +                  {
        +                    "type": "boolean"
        +                  },
        +                  {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "end": {
        +                        "anyOf": [
        +                          {
        +                            "type": "boolean"
        +                          },
        +                          {
        +                            "items": {
        +                              "enum": [
        +                                "category",
        +                                "value"
        +                              ],
        +                              "type": "string"
        +                            },
        +                            "type": "array"
        +                          }
        +                        ],
        +                        "default": [
        +                          "category"
        +                        ]
        +                      },
        +                      "format": {
        +                        "type": "string"
        +                      },
        +                      "points": {
        +                        "anyOf": [
        +                          {
        +                            "enum": [
        +                              "extrema",
        +                              "all",
        +                              "ends"
        +                            ],
        +                            "type": "string"
        +                          },
        +                          {
        +                            "const": false,
        +                            "type": "boolean"
        +                          },
        +                          {
        +                            "additionalProperties": {},
        +                            "properties": {
        +                              "at": {
        +                                "enum": [
        +                                  "extrema",
        +                                  "all",
        +                                  "ends"
        +                                ],
        +                                "type": "string"
        +                              },
        +                              "show": {
        +                                "default": [
        +                                  "value"
        +                                ],
        +                                "items": {
        +                                  "enum": [
        +                                    "value",
        +                                    "category"
        +                                  ],
        +                                  "type": "string"
        +                                },
        +                                "type": "array"
        +                              }
        +                            },
        +                            "required": [
        +                              "at"
        +                            ],
        +                            "type": "object"
        +                          }
        +                        ],
        +                        "default": false
        +                      }
        +                    },
        +                    "type": "object"
        +                  }
        +                ]
        +              },
        +              "stroke": {
        +                "type": "string"
        +              },
        +              "strokeWidth": {
        +                "type": "number"
        +              },
        +              "type": {
        +                "const": "line",
        +                "type": "string"
        +              },
        +              "x": {
        +                "default": "x",
        +                "type": "string"
        +              },
        +              "y": {
        +                "default": "y",
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "type"
        +            ],
        +            "type": "object"
        +          },
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "cornerRadius": {
        +                "type": "number"
        +              },
        +              "data": {
        +                "items": {
        +                  "additionalProperties": {
        +                    "anyOf": [
        +                      {
        +                        "type": "string"
        +                      },
        +                      {
        +                        "type": "number"
        +                      }
        +                    ]
        +                  },
        +                  "propertyNames": {
        +                    "type": "string"
        +                  },
        +                  "type": "object"
        +                },
        +                "type": "array"
        +              },
        +              "fill": {
        +                "type": "string"
        +              },
        +              "group": {
        +                "default": "stack",
        +                "enum": [
        +                  "stack",
        +                  "dodge"
        +                ],
        +                "type": "string"
        +              },
        +              "label": {
        +                "anyOf": [
        +                  {
        +                    "type": "boolean"
        +                  },
        +                  {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "format": {
        +                        "type": "string"
        +                      },
        +                      "position": {
        +                        "default": "outside",
        +                        "enum": [
        +                          "auto",
        +                          "outside",
        +                          "inside"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "show": {
        +                        "default": [
        +                          "value"
        +                        ],
        +                        "items": {
        +                          "enum": [
        +                            "value",
        +                            "percent",
        +                            "category",
        +                            "total"
        +                          ],
        +                          "type": "string"
        +                        },
        +                        "type": "array"
        +                      }
        +                    },
        +                    "type": "object"
        +                  }
        +                ]
        +              },
        +              "stroke": {
        +                "type": "string"
        +              },
        +              "strokeWidth": {
        +                "default": 1,
        +                "type": "number"
        +              },
        +              "type": {
        +                "const": "barY",
        +                "type": "string"
        +              },
        +              "x": {
        +                "default": "x",
        +                "type": "string"
        +              },
        +              "y": {
        +                "default": "y",
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "type"
        +            ],
        +            "type": "object"
        +          },
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "cornerRadius": {
        +                "type": "number"
        +              },
        +              "data": {
        +                "items": {
        +                  "additionalProperties": {
        +                    "anyOf": [
        +                      {
        +                        "type": "string"
        +                      },
        +                      {
        +                        "type": "number"
        +                      }
        +                    ]
        +                  },
        +                  "propertyNames": {
        +                    "type": "string"
        +                  },
        +                  "type": "object"
        +                },
        +                "type": "array"
        +              },
        +              "fill": {
        +                "type": "string"
        +              },
        +              "group": {
        +                "default": "stack",
        +                "enum": [
        +                  "stack",
        +                  "dodge"
        +                ],
        +                "type": "string"
        +              },
        +              "label": {
        +                "anyOf": [
        +                  {
        +                    "type": "boolean"
        +                  },
        +                  {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "format": {
        +                        "type": "string"
        +                      },
        +                      "position": {
        +                        "default": "outside",
        +                        "enum": [
        +                          "auto",
        +                          "outside",
        +                          "inside"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "show": {
        +                        "default": [
        +                          "value"
        +                        ],
        +                        "items": {
        +                          "enum": [
        +                            "value",
        +                            "percent",
        +                            "category",
        +                            "total"
        +                          ],
        +                          "type": "string"
        +                        },
        +                        "type": "array"
        +                      }
        +                    },
        +                    "type": "object"
        +                  }
        +                ]
        +              },
        +              "stroke": {
        +                "type": "string"
        +              },
        +              "strokeWidth": {
        +                "default": 1,
        +                "type": "number"
        +              },
        +              "type": {
        +                "const": "barX",
        +                "type": "string"
        +              },
        +              "x": {
        +                "default": "x",
        +                "type": "string"
        +              },
        +              "y": {
        +                "default": "y",
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "type"
        +            ],
        +            "type": "object"
        +          },
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "curve": {
        +                "enum": [
        +                  "linear",
        +                  "monotone",
        +                  "step"
        +                ],
        +                "type": "string"
        +              },
        +              "data": {
        +                "items": {
        +                  "additionalProperties": {
        +                    "anyOf": [
        +                      {
        +                        "type": "string"
        +                      },
        +                      {
        +                        "type": "number"
        +                      }
        +                    ]
        +                  },
        +                  "propertyNames": {
        +                    "type": "string"
        +                  },
        +                  "type": "object"
        +                },
        +                "type": "array"
        +              },
        +              "fill": {
        +                "type": "string"
        +              },
        +              "label": {
        +                "anyOf": [
        +                  {
        +                    "type": "boolean"
        +                  },
        +                  {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "end": {
        +                        "anyOf": [
        +                          {
        +                            "type": "boolean"
        +                          },
        +                          {
        +                            "items": {
        +                              "enum": [
        +                                "category",
        +                                "value",
        +                                "percent"
        +                              ],
        +                              "type": "string"
        +                            },
        +                            "type": "array"
        +                          }
        +                        ],
        +                        "default": [
        +                          "category"
        +                        ]
        +                      },
        +                      "format": {
        +                        "type": "string"
        +                      }
        +                    },
        +                    "type": "object"
        +                  }
        +                ]
        +              },
        +              "stroke": {
        +                "type": "string"
        +              },
        +              "strokeWidth": {
        +                "default": 0,
        +                "type": "number"
        +              },
        +              "type": {
        +                "const": "areaY",
        +                "type": "string"
        +              },
        +              "x": {
        +                "default": "x",
        +                "type": "string"
        +              },
        +              "y": {
        +                "default": "y",
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "type"
        +            ],
        +            "type": "object"
        +          },
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "curve": {
        +                "enum": [
        +                  "linear",
        +                  "monotone",
        +                  "step"
        +                ],
        +                "type": "string"
        +              },
        +              "data": {
        +                "items": {
        +                  "additionalProperties": {
        +                    "anyOf": [
        +                      {
        +                        "type": "string"
        +                      },
        +                      {
        +                        "type": "number"
        +                      }
        +                    ]
        +                  },
        +                  "propertyNames": {
        +                    "type": "string"
        +                  },
        +                  "type": "object"
        +                },
        +                "type": "array"
        +              },
        +              "fill": {
        +                "type": "string"
        +              },
        +              "stroke": {
        +                "type": "string"
        +              },
        +              "strokeWidth": {
        +                "default": 0,
        +                "type": "number"
        +              },
        +              "type": {
        +                "const": "areaX",
        +                "type": "string"
        +              },
        +              "x": {
        +                "default": "x",
        +                "type": "string"
        +              },
        +              "y": {
        +                "default": "y",
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "type"
        +            ],
        +            "type": "object"
        +          },
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "cornerRadius": {
        +                "type": "number"
        +              },
        +              "data": {
        +                "items": {
        +                  "additionalProperties": {
        +                    "anyOf": [
        +                      {
        +                        "type": "string"
        +                      },
        +                      {
        +                        "type": "number"
        +                      }
        +                    ]
        +                  },
        +                  "propertyNames": {
        +                    "type": "string"
        +                  },
        +                  "type": "object"
        +                },
        +                "type": "array"
        +              },
        +              "fill": {
        +                "type": "string"
        +              },
        +              "innerRadius": {
        +                "default": 0,
        +                "maximum": 1,
        +                "minimum": 0,
        +                "type": "number"
        +              },
        +              "label": {
        +                "anyOf": [
        +                  {
        +                    "type": "boolean"
        +                  },
        +                  {
        +                    "additionalProperties": {},
        +                    "properties": {
        +                      "format": {
        +                        "type": "string"
        +                      },
        +                      "position": {
        +                        "default": "auto",
        +                        "enum": [
        +                          "auto",
        +                          "inside",
        +                          "outside"
        +                        ],
        +                        "type": "string"
        +                      },
        +                      "show": {
        +                        "default": [
        +                          "category",
        +                          "percent"
        +                        ],
        +                        "items": {
        +                          "enum": [
        +                            "value",
        +                            "percent",
        +                            "category"
        +                          ],
        +                          "type": "string"
        +                        },
        +                        "type": "array"
        +                      }
        +                    },
        +                    "type": "object"
        +                  }
        +                ]
        +              },
        +              "stroke": {
        +                "type": "string"
        +              },
        +              "strokeWidth": {
        +                "default": 1,
        +                "type": "number"
        +              },
        +              "type": {
        +                "const": "pie",
        +                "type": "string"
        +              },
        +              "x": {
        +                "default": "x",
        +                "type": "string"
        +              },
        +              "y": {
        +                "default": "y",
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "type"
        +            ],
        +            "type": "object"
        +          },
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "data": {
        +                "items": {
        +                  "additionalProperties": {
        +                    "anyOf": [
        +                      {
        +                        "type": "string"
        +                      },
        +                      {
        +                        "type": "number"
        +                      }
        +                    ]
        +                  },
        +                  "propertyNames": {
        +                    "type": "string"
        +                  },
        +                  "type": "object"
        +                },
        +                "type": "array"
        +              },
        +              "dx": {
        +                "default": 0,
        +                "type": "number"
        +              },
        +              "dy": {
        +                "default": 0,
        +                "type": "number"
        +              },
        +              "fill": {
        +                "type": "string"
        +              },
        +              "fontSize": {
        +                "type": "number"
        +              },
        +              "fontWeight": {
        +                "type": "string"
        +              },
        +              "stroke": {
        +                "type": "string"
        +              },
        +              "strokeWidth": {
        +                "default": 1,
        +                "type": "number"
        +              },
        +              "text": {
        +                "default": "text",
        +                "type": "string"
        +              },
        +              "textAnchor": {
        +                "default": "center",
        +                "enum": [
        +                  "start",
        +                  "center",
        +                  "end"
        +                ],
        +                "type": "string"
        +              },
        +              "type": {
        +                "const": "text",
        +                "type": "string"
        +              },
        +              "x": {
        +                "default": "x",
        +                "type": "string"
        +              },
        +              "y": {
        +                "default": "y",
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "type"
        +            ],
        +            "type": "object"
        +          },
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "data": {
        +                "items": {
        +                  "additionalProperties": {
        +                    "anyOf": [
        +                      {
        +                        "type": "string"
        +                      },
        +                      {
        +                        "type": "number"
        +                      }
        +                    ]
        +                  },
        +                  "propertyNames": {
        +                    "type": "string"
        +                  },
        +                  "type": "object"
        +                },
        +                "type": "array"
        +              },
        +              "fill": {
        +                "type": "string"
        +              },
        +              "stroke": {
        +                "type": "string"
        +              },
        +              "strokeWidth": {
        +                "default": 1,
        +                "type": "number"
        +              },
        +              "type": {
        +                "const": "ruleX",
        +                "type": "string"
        +              },
        +              "x": {
        +                "default": "x",
        +                "type": "string"
        +              },
        +              "y": {
        +                "default": "y",
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "type"
        +            ],
        +            "type": "object"
        +          },
        +          {
        +            "additionalProperties": {},
        +            "properties": {
        +              "data": {
        +                "items": {
        +                  "additionalProperties": {
        +                    "anyOf": [
        +                      {
        +                        "type": "string"
        +                      },
        +                      {
        +                        "type": "number"
        +                      }
        +                    ]
        +                  },
        +                  "propertyNames": {
        +                    "type": "string"
        +                  },
        +                  "type": "object"
        +                },
        +                "type": "array"
        +              },
        +              "fill": {
        +                "type": "string"
        +              },
        +              "stroke": {
        +                "type": "string"
        +              },
        +              "strokeWidth": {
        +                "default": 1,
        +                "type": "number"
        +              },
        +              "type": {
        +                "const": "ruleY",
        +                "type": "string"
        +              },
        +              "x": {
        +                "default": "x",
        +                "type": "string"
        +              },
        +              "y": {
        +                "default": "y",
        +                "type": "string"
        +              }
        +            },
        +            "required": [
        +              "type"
        +            ],
        +            "type": "object"
        +          }
        +        ]
        +      },
        +      "minItems": 1,
        +      "type": "array"
        +    },
        +    "plotHeight": {
        +      "maximum": 4096,
        +      "minimum": 1,
        +      "type": "integer"
        +    },
        +    "plotWidth": {
        +      "maximum": 4096,
        +      "minimum": 1,
        +      "type": "integer"
        +    },
        +    "scale": {
        +      "maximum": 4,
        +      "minimum": 1,
        +      "type": "integer"
        +    },
        +    "subtitle": {
        +      "type": "string"
        +    },
        +    "theme": {
        +      "default": "editorial",
        +      "enum": [
        +        "editorial",
        +        "clean",
        +        "noir",
        +        "loud",
        +        "soft",
        +        "technical"
        +      ],
        +      "type": "string"
        +    },
        +    "themeOverrides": {
        +      "additionalProperties": {},
        +      "properties": {
        +        "axisColor": {
        +          "type": "string"
        +        },
        +        "axisFrame": {
        +          "enum": [
        +            "none",
        +            "baseline",
        +            "lShape",
        +            "full"
        +          ],
        +          "type": "string"
        +        },
        +        "axisLabelColor": {
        +          "type": "string"
        +        },
        +        "axisLabelFontWeight": {
        +          "type": "string"
        +        },
        +        "axisLineWidth": {
        +          "type": "number"
        +        },
        +        "backgroundColor": {
        +          "type": "string"
        +        },
        +        "barCornerRadius": {
        +          "type": "number"
        +        },
        +        "barPadding": {
        +          "type": "number"
        +        },
        +        "colors": {
        +          "items": {
        +            "type": "string"
        +          },
        +          "type": "array"
        +        },
        +        "curve": {
        +          "enum": [
        +            "linear",
        +            "monotone",
        +            "step"
        +          ],
        +          "type": "string"
        +        },
        +        "dotRadius": {
        +          "type": "number"
        +        },
        +        "fontFamily": {
        +          "enum": [
        +            "ABeeZee",
        +            "ADLaM Display",
        +            "AR One Sans",
        +            "Abel",
        +            "Abhaya Libre",
        +            "Aboreto",
        +            "Abril Fatface",
        +            "Abyssinica SIL",
        +            "Aclonica",
        +            "Acme",
        +            "Actor",
        +            "Adamina",
        +            "Advent Pro",
        +            "Afacad",
        +            "Afacad Flux",
        +            "Agbalumo",
        +            "Agdasima",
        +            "Agu Display",
        +            "Aguafina Script",
        +            "Akatab",
        +            "Akaya Kanadaka",
        +            "Akaya Telivigala",
        +            "Akronim",
        +            "Akshar",
        +            "Akt",
        +            "Aladin",
        +            "Alan Sans",
        +            "Alata",
        +            "Alatsi",
        +            "Albert Sans",
        +            "Aldrich",
        +            "Alef",
        +            "Alegreya",
        +            "Alegreya SC",
        +            "Alegreya Sans",
        +            "Alegreya Sans SC",
        +            "Aleo",
        +            "Alex Brush",
        +            "Alexandria",
        +            "Alfa Slab One",
        +            "Alice",
        +            "Alien Block",
        +            "Alike",
        +            "Alike Angular",
        +            "Alkalami",
        +            "Alkatra",
        +            "Allan",
        +            "Allerta",
        +            "Allerta Stencil",
        +            "Allison",
        +            "Allkin",
        +            "Allura",
        +            "Almarai",
        +            "Almendra",
        +            "Almendra Display",
        +            "Almendra SC",
        +            "Alumni Sans",
        +            "Alumni Sans Collegiate One",
        +            "Alumni Sans Inline One",
        +            "Alumni Sans Pinstripe",
        +            "Alumni Sans SC",
        +            "Alyamama",
        +            "Amarante",
        +            "Amaranth",
        +            "Amarna",
        +            "Amatic SC",
        +            "Amethysta",
        +            "Amiko",
        +            "Amiri",
        +            "Amiri Quran",
        +            "Amita",
        +            "Anaheim",
        +            "Ancizar Sans",
        +            "Ancizar Serif",
        +            "Andada Pro",
        +            "Andika",
        +            "Anek Bangla",
        +            "Anek Devanagari",
        +            "Anek Gujarati",
        +            "Anek Gurmukhi",
        +            "Anek Kannada",
        +            "Anek Latin",
        +            "Anek Malayalam",
        +            "Anek Odia",
        +            "Anek Tamil",
        +            "Anek Telugu",
        +            "Angkor",
        +            "Annapurna SIL",
        +            "Annie Use Your Telescope",
        +            "Anonymous Pro",
        +            "Anta",
        +            "Antic",
        +            "Antic Didone",
        +            "Antic Slab",
        +            "Anton",
        +            "Anton SC",
        +            "Antonio",
        +            "Anuphan",
        +            "Anybody",
        +            "Aoboshi One",
        +            "Arapey",
        +            "Arbutus",
        +            "Arbutus Slab",
        +            "Architects Daughter",
        +            "Archivo",
        +            "Archivo Black",
        +            "Archivo Narrow",
        +            "Are You Serious",
        +            "Aref Ruqaa",
        +            "Aref Ruqaa Ink",
        +            "Arima",
        +            "Arimo",
        +            "Arizonia",
        +            "Armata",
        +            "Arsenal",
        +            "Arsenal SC",
        +            "Artifika",
        +            "Arvo",
        +            "Arya",
        +            "Asap",
        +            "Asap Condensed",
        +            "Asar",
        +            "Asimovian",
        +            "Asset",
        +            "Assistant",
        +            "Asta Sans",
        +            "Astloch",
        +            "Asul",
        +            "Athiti",
        +            "Atkinson Hyperlegible",
        +            "Atkinson Hyperlegible Mono",
        +            "Atkinson Hyperlegible Next",
        +            "Atma",
        +            "Atomic Age",
        +            "Aubrey",
        +            "Audiowide",
        +            "Autour One",
        +            "Average",
        +            "Average Sans",
        +            "Averia Gruesa Libre",
        +            "Averia Libre",
        +            "Averia Sans Libre",
        +            "Averia Serif Libre",
        +            "Azeret Mono",
        +            "B612",
        +            "B612 Mono",
        +            "BBH Bartle",
        +            "BBH Bogle",
        +            "BBH Hegarty",
        +            "BIZ UDGothic",
        +            "BIZ UDMincho",
        +            "BIZ UDPGothic",
        +            "BIZ UDPMincho",
        +            "BJCree",
        +            "Babylonica",
        +            "Bacasime Antique",
        +            "Bad Script",
        +            "Badeen Display",
        +            "Bagel Fat One",
        +            "Bahiana",
        +            "Bahianita",
        +            "Bai Jamjuree",
        +            "Bakbak One",
        +            "Ballet",
        +            "Baloo 2",
        +            "Baloo Bhai 2",
        +            "Baloo Bhaijaan 2",
        +            "Baloo Bhaina 2",
        +            "Baloo Chettan 2",
        +            "Baloo Da 2",
        +            "Baloo Paaji 2",
        +            "Baloo Tamma 2",
        +            "Baloo Tammudu 2",
        +            "Baloo Thambi 2",
        +            "Balsamiq Sans",
        +            "Balthazar",
        +            "Bangers",
        +            "Barlow",
        +            "Barlow Condensed",
        +            "Barlow Semi Condensed",
        +            "Barriecito",
        +            "Barrio",
        +            "Basic",
        +            "Baskervville",
        +            "Baskervville SC",
        +            "Battambang",
        +            "Baumans",
        +            "Bayon",
        +            "Be Vietnam Pro",
        +            "Beau Rivage",
        +            "Bebas Neue",
        +            "Beiruti",
        +            "Belanosima",
        +            "Belgrano",
        +            "Bellefair",
        +            "Belleza",
        +            "Bellota",
        +            "Bellota Text",
        +            "BenchNine",
        +            "Benne",
        +            "Bentham",
        +            "Berkshire Swash",
        +            "Besley",
        +            "Betania Patmos",
        +            "Betania Patmos GDL",
        +            "Betania Patmos In",
        +            "Betania Patmos In GDL",
        +            "Beth Ellen",
        +            "Bevan",
        +            "BhuTuka Expanded One",
        +            "Big Shoulders",
        +            "Big Shoulders Inline",
        +            "Big Shoulders Stencil",
        +            "Bigelow Rules",
        +            "Bigshot One",
        +            "Bilbo",
        +            "Bilbo Swash Caps",
        +            "BioRhyme",
        +            "BioRhyme Expanded",
        +            "Birthstone",
        +            "Birthstone Bounce",
        +            "Biryani",
        +            "Bitcount",
        +            "Bitcount Grid Double",
        +            "Bitcount Grid Double Ink",
        +            "Bitcount Grid Single",
        +            "Bitcount Grid Single Ink",
        +            "Bitcount Ink",
        +            "Bitcount Prop Double",
        +            "Bitcount Prop Double Ink",
        +            "Bitcount Prop Single",
        +            "Bitcount Prop Single Ink",
        +            "Bitcount Single",
        +            "Bitcount Single Ink",
        +            "Bitter",
        +            "Black And White Picture",
        +            "Black Han Sans",
        +            "Black Ops One",
        +            "Blaka",
        +            "Blaka Hollow",
        +            "Blaka Ink",
        +            "Blinker",
        +            "Bodoni Moda",
        +            "Bodoni Moda SC",
        +            "Bokor",
        +            "Boldonse",
        +            "Bona Nova",
        +            "Bona Nova SC",
        +            "Bonbon",
        +            "Bonheur Royale",
        +            "Boogaloo",
        +            "Borel",
        +            "Bowlby One",
        +            "Bowlby One SC",
        +            "Bpmf Huninn",
        +            "Bpmf Iansui",
        +            "Bpmf Zihi Kai Std",
        +            "Braah One",
        +            "Brawler",
        +            "Bree Serif",
        +            "Bricolage Grotesque",
        +            "Bruno Ace",
        +            "Bruno Ace SC",
        +            "Brygada 1918",
        +            "Bubblegum Sans",
        +            "Bubbler One",
        +            "Buda",
        +            "Buenard",
        +            "Bungee",
        +            "Bungee Hairline",
        +            "Bungee Inline",
        +            "Bungee Outline",
        +            "Bungee Shade",
        +            "Bungee Spice",
        +            "Bungee Tint",
        +            "Butcherman",
        +            "Butterfly Kids",
        +            "Bytesized",
        +            "Cabin",
        +            "Cabin Condensed",
        +            "Cabin Sketch",
        +            "Cactus Classical Serif",
        +            "Caesar Dressing",
        +            "Cagliostro",
        +            "Cairo",
        +            "Cairo Play",
        +            "Cal Sans",
        +            "Caladea",
        +            "Calistoga",
        +            "Calligraffitti",
        +            "Cambay",
        +            "Cambo",
        +            "Candal",
        +            "Cantarell",
        +            "Cantata One",
        +            "Cantora One",
        +            "Caprasimo",
        +            "Capriola",
        +            "Caramel",
        +            "Carattere",
        +            "Cardo",
        +            "Carlito",
        +            "Carme",
        +            "Carrois Gothic",
        +            "Carrois Gothic SC",
        +            "Carter One",
        +            "Cascadia Code",
        +            "Cascadia Mono",
        +            "Castoro",
        +            "Castoro Titling",
        +            "Catamaran",
        +            "Caudex",
        +            "Cause",
        +            "Caveat",
        +            "Caveat Brush",
        +            "Cedarville Cursive",
        +            "Ceviche One",
        +            "Chakra Petch",
        +            "Changa",
        +            "Changa One",
        +            "Chango",
        +            "Charis SIL",
        +            "Charm",
        +            "Charmonman",
        +            "Chathura",
        +            "Chau Philomene One",
        +            "Chela One",
        +            "Chelsea Market",
        +            "Chenla",
        +            "Cherish",
        +            "Cherry Bomb One",
        +            "Cherry Cream Soda",
        +            "Cherry Swash",
        +            "Chewy",
        +            "Chicle",
        +            "Chilanka",
        +            "Chiron GoRound TC",
        +            "Chiron Hei HK",
        +            "Chiron Sung HK",
        +            "Chivo",
        +            "Chivo Mono",
        +            "Chocolate Classical Sans",
        +            "Chokokutai",
        +            "Chonburi",
        +            "Cinzel",
        +            "Cinzel Decorative",
        +            "Clicker Script",
        +            "Climate Crisis",
        +            "Coda",
        +            "Codystar",
        +            "Coiny",
        +            "Combo",
        +            "Comfortaa",
        +            "Comforter",
        +            "Comforter Brush",
        +            "Comic Neue",
        +            "Comic Relief",
        +            "Coming Soon",
        +            "Comme",
        +            "Commissioner",
        +            "Concert One",
        +            "Condiment",
        +            "Content",
        +            "Contrail One",
        +            "Convergence",
        +            "Cookie",
        +            "Copse",
        +            "Coral Pixels",
        +            "Corben",
        +            "Corinthia",
        +            "Cormorant",
        +            "Cormorant Garamond",
        +            "Cormorant Infant",
        +            "Cormorant SC",
        +            "Cormorant Unicase",
        +            "Cormorant Upright",
        +            "Cossette Texte",
        +            "Cossette Titre",
        +            "Courgette",
        +            "Courier Prime",
        +            "Cousine",
        +            "Coustard",
        +            "Covered By Your Grace",
        +            "Crafty Girls",
        +            "Creepster",
        +            "Crete Round",
        +            "Crimson Pro",
        +            "Crimson Text",
        +            "Croissant One",
        +            "Crushed",
        +            "Cuprum",
        +            "Cute Font",
        +            "Cutive",
        +            "Cutive Mono",
        +            "DM Mono",
        +            "DM Sans",
        +            "DM Serif Display",
        +            "DM Serif Text",
        +            "Dai Banna SIL",
        +            "Damion",
        +            "Dancing Script",
        +            "Danfo",
        +            "Dangrek",
        +            "Darker Grotesque",
        +            "Darumadrop One",
        +            "Datatype",
        +            "David Libre",
        +            "Dawning of a New Day",
        +            "Days One",
        +            "Dekko",
        +            "Dela Gothic One",
        +            "Delicious Handrawn",
        +            "Delius",
        +            "Delius Swash Caps",
        +            "Delius Unicase",
        +            "Della Respira",
        +            "Denk One",
        +            "Devonshire",
        +            "Dhurjati",
        +            "Didact Gothic",
        +            "Diphylleia",
        +            "Diplomata",
        +            "Diplomata SC",
        +            "Do Hyeon",
        +            "Dokdo",
        +            "Domine",
        +            "Donegal One",
        +            "Dongle",
        +            "Doppio One",
        +            "Dorsa",
        +            "Dosis",
        +            "DotGothic16",
        +            "Doto",
        +            "Dr Sugiyama",
        +            "Duru Sans",
        +            "DynaPuff",
        +            "Dynalight",
        +            "EB Garamond",
        +            "Eagle Lake",
        +            "East Sea Dokdo",
        +            "Eater",
        +            "Economica",
        +            "Eczar",
        +            "Edu AU VIC WA NT Arrows",
        +            "Edu AU VIC WA NT Dots",
        +            "Edu AU VIC WA NT Guides",
        +            "Edu AU VIC WA NT Hand",
        +            "Edu AU VIC WA NT Pre",
        +            "Edu NSW ACT Cursive",
        +            "Edu NSW ACT Foundation",
        +            "Edu NSW ACT Hand Pre",
        +            "Edu QLD Beginner",
        +            "Edu QLD Hand",
        +            "Edu SA Beginner",
        +            "Edu SA Hand",
        +            "Edu TAS Beginner",
        +            "Edu VIC WA NT Beginner",
        +            "Edu VIC WA NT Hand",
        +            "Edu VIC WA NT Hand Pre",
        +            "El Messiri",
        +            "Electrolize",
        +            "Elms Sans",
        +            "Elsie",
        +            "Elsie Swash Caps",
        +            "Emblema One",
        +            "Emilys Candy",
        +            "Encode Sans",
        +            "Encode Sans Condensed",
        +            "Encode Sans Expanded",
        +            "Encode Sans SC",
        +            "Encode Sans Semi Condensed",
        +            "Encode Sans Semi Expanded",
        +            "Engagement",
        +            "Englebert",
        +            "Enriqueta",
        +            "Ephesis",
        +            "Epilogue",
        +            "Epunda Sans",
        +            "Epunda Slab",
        +            "Erica One",
        +            "Esteban",
        +            "Estedad",
        +            "Estonia",
        +            "Euphoria Script",
        +            "Ewert",
        +            "Exile",
        +            "Exo",
        +            "Exo 2",
        +            "Expletus Sans",
        +            "Explora",
        +            "Faculty Glyphic",
        +            "Fahkwang",
        +            "Familjen Grotesk",
        +            "Fanwood Text",
        +            "Farro",
        +            "Farsan",
        +            "Fascinate",
        +            "Fascinate Inline",
        +            "Faster One",
        +            "Fasthand",
        +            "Fauna One",
        +            "Faustina",
        +            "Federant",
        +            "Federo",
        +            "Felipa",
        +            "Fenix",
        +            "Festive",
        +            "Figtree",
        +            "Finger Paint",
        +            "Finlandica Headline",
        +            "Finlandica Text",
        +            "Fira Code",
        +            "Fira Mono",
        +            "Fira Sans",
        +            "Fira Sans Condensed",
        +            "Fira Sans Extra Condensed",
        +            "Fjalla One",
        +            "Fjord One",
        +            "Flamenco",
        +            "Flavors",
        +            "Fleur De Leah",
        +            "Flow Block",
        +            "Flow Circular",
        +            "Flow Rounded",
        +            "Foldit",
        +            "Fondamento",
        +            "Fontdiner Swanky",
        +            "Forum",
        +            "Fragment Mono",
        +            "Francois One",
        +            "Frank Ruhl Libre",
        +            "Fraunces",
        +            "Freckle Face",
        +            "Fredericka the Great",
        +            "Fredoka",
        +            "Freehand",
        +            "Freeman",
        +            "Fresca",
        +            "Frijole",
        +            "Fruktur",
        +            "Fugaz One",
        +            "Fuggles",
        +            "Funnel Display",
        +            "Funnel Sans",
        +            "Fustat",
        +            "Fuzzy Bubbles",
        +            "GFS Didot",
        +            "GFS Neohellenic",
        +            "Ga Maamli",
        +            "Gabarito",
        +            "Gabriela",
        +            "Gaegu",
        +            "Gafata",
        +            "Gajraj One",
        +            "Galada",
        +            "Galdeano",
        +            "Galindo",
        +            "Gamja Flower",
        +            "Gantari",
        +            "Gasoek One",
        +            "Gayathri",
        +            "Geist",
        +            "Geist Mono",
        +            "Geist Pixel",
        +            "Gelasio",
        +            "Gemunu Libre",
        +            "Genos",
        +            "Gentium Book Plus",
        +            "Gentium Plus",
        +            "Geo",
        +            "Geologica",
        +            "Geom",
        +            "Geomini",
        +            "Georama",
        +            "Geostar",
        +            "Geostar Fill",
        +            "Germania One",
        +            "Gideon Roman",
        +            "Gidole",
        +            "Gidugu",
        +            "Gilda Display",
        +            "Girassol",
        +            "Give You Glory",
        +            "Glass Antiqua",
        +            "Glegoo",
        +            "Gloock",
        +            "Gloria Hallelujah",
        +            "Glory",
        +            "Gluten",
        +            "Goblin One",
        +            "Gochi Hand",
        +            "Goldman",
        +            "Golos Text",
        +            "Google Sans",
        +            "Google Sans Code",
        +            "Google Sans Flex",
        +            "Gorditas",
        +            "Gothic A1",
        +            "Gotu",
        +            "Goudy Bookletter 1911",
        +            "Gowun Batang",
        +            "Gowun Dodum",
        +            "Graduate",
        +            "Grand Hotel",
        +            "Grandiflora One",
        +            "Grandstander",
        +            "Grape Nuts",
        +            "Gravitas One",
        +            "Great Vibes",
        +            "Grechen Fuemen",
        +            "Grenze",
        +            "Grenze Gotisch",
        +            "Grey Qo",
        +            "Griffy",
        +            "Gruppo",
        +            "Gudea",
        +            "Gugi",
        +            "Gulzar",
        +            "Gupter",
        +            "Gurajada",
        +            "Gveret Levin",
        +            "Gwendolyn",
        +            "Habibi",
        +            "Hachi Maru Pop",
        +            "Hahmlet",
        +            "Halant",
        +            "Hammersmith One",
        +            "Hanalei",
        +            "Hanalei Fill",
        +            "Handjet",
        +            "Handlee",
        +            "Hanken Grotesk",
        +            "Hanuman",
        +            "Happy Monkey",
        +            "Harmattan",
        +            "Headland One",
        +            "Hedvig Letters Sans",
        +            "Hedvig Letters Serif",
        +            "Heebo",
        +            "Henny Penny",
        +            "Hepta Slab",
        +            "Herr Von Muellerhoff",
        +            "Hi Melody",
        +            "Hibur Mono",
        +            "Hina Mincho",
        +            "Hind",
        +            "Hind Guntur",
        +            "Hind Madurai",
        +            "Hind Mysuru",
        +            "Hind Siliguri",
        +            "Hind Vadodara",
        +            "Holtwood One SC",
        +            "Homemade Apple",
        +            "Homenaje",
        +            "Honk",
        +            "Host Grotesk",
        +            "Hubballi",
        +            "Hubot Sans",
        +            "Huninn",
        +            "Hurricane",
        +            "IBM Plex Mono",
        +            "IBM Plex Sans",
        +            "IBM Plex Sans Arabic",
        +            "IBM Plex Sans Condensed",
        +            "IBM Plex Sans Devanagari",
        +            "IBM Plex Sans Hebrew",
        +            "IBM Plex Sans JP",
        +            "IBM Plex Sans KR",
        +            "IBM Plex Sans Thai",
        +            "IBM Plex Sans Thai Looped",
        +            "IBM Plex Serif",
        +            "IM Fell DW Pica",
        +            "IM Fell DW Pica SC",
        +            "IM Fell Double Pica",
        +            "IM Fell Double Pica SC",
        +            "IM Fell English",
        +            "IM Fell English SC",
        +            "IM Fell French Canon",
        +            "IM Fell French Canon SC",
        +            "IM Fell Great Primer",
        +            "IM Fell Great Primer SC",
        +            "Iansui",
        +            "Ibarra Real Nova",
        +            "Iceberg",
        +            "Iceland",
        +            "Idiqlat",
        +            "Imbue",
        +            "Imperial Script",
        +            "Imprima",
        +            "Inclusive Sans",
        +            "Inconsolata",
        +            "Inder",
        +            "Indie Flower",
        +            "Ingrid Darling",
        +            "Inika",
        +            "Inknut Antiqua",
        +            "Inria Sans",
        +            "Inria Serif",
        +            "Inspiration",
        +            "Instrument Sans",
        +            "Instrument Serif",
        +            "Intel One Mono",
        +            "Inter",
        +            "Inter Tight",
        +            "Iosevka Charon",
        +            "Iosevka Charon Mono",
        +            "Irish Grover",
        +            "Island Moments",
        +            "Istok Web",
        +            "Italiana",
        +            "Italianno",
        +            "Itim",
        +            "Jacquard 12",
        +            "Jacquard 12 Charted",
        +            "Jacquard 24",
        +            "Jacquard 24 Charted",
        +            "Jacquarda Bastarda 9",
        +            "Jacquarda Bastarda 9 Charted",
        +            "Jacques Francois",
        +            "Jacques Francois Shadow",
        +            "Jaini",
        +            "Jaini Purva",
        +            "Jaldi",
        +            "Jaro",
        +            "Jersey 10",
        +            "Jersey 10 Charted",
        +            "Jersey 15",
        +            "Jersey 15 Charted",
        +            "Jersey 20",
        +            "Jersey 20 Charted",
        +            "Jersey 25",
        +            "Jersey 25 Charted",
        +            "JetBrains Mono",
        +            "Jim Nightshade",
        +            "Joan",
        +            "Jockey One",
        +            "Jolly Lodger",
        +            "Jomhuria",
        +            "Jomolhari",
        +            "Josefin Sans",
        +            "Josefin Slab",
        +            "Jost",
        +            "Joti One",
        +            "Jua",
        +            "Judson",
        +            "Julee",
        +            "Julius Sans One",
        +            "Junge",
        +            "Jura",
        +            "Just Another Hand",
        +            "Just Me Again Down Here",
        +            "K2D",
        +            "Kablammo",
        +            "Kadwa",
        +            "Kaisei Decol",
        +            "Kaisei HarunoUmi",
        +            "Kaisei Opti",
        +            "Kaisei Tokumin",
        +            "Kalam",
        +            "Kalnia",
        +            "Kalnia Glaze",
        +            "Kameron",
        +            "Kanchenjunga",
        +            "Kanit",
        +            "Kantumruy Pro",
        +            "Kapakana",
        +            "Karantina",
        +            "Karla",
        +            "Karla Tamil Inclined",
        +            "Karla Tamil Upright",
        +            "Karma",
        +            "Katibeh",
        +            "Kaushan Script",
        +            "Kavivanar",
        +            "Kavoon",
        +            "Kay Pho Du",
        +            "Kdam Thmor Pro",
        +            "Keania One",
        +            "Kedebideri",
        +            "Kelly Slab",
        +            "Kenia",
        +            "Khand",
        +            "Khmer",
        +            "Khula",
        +            "Kings",
        +            "Kirang Haerang",
        +            "Kite One",
        +            "Kiwi Maru",
        +            "Klee One",
        +            "Knewave",
        +            "KoHo",
        +            "Kodchasan",
        +            "Kode Mono",
        +            "Koh Santepheap",
        +            "Kolker Brush",
        +            "Konkhmer Sleokchher",
        +            "Kosugi",
        +            "Kosugi Maru",
        +            "Kotta One",
        +            "Koulen",
        +            "Kranky",
        +            "Kreon",
        +            "Kristi",
        +            "Krona One",
        +            "Krub",
        +            "Kufam",
        +            "Kulim Park",
        +            "Kumar One",
        +            "Kumar One Outline",
        +            "Kumbh Sans",
        +            "Kurale",
        +            "LINE Seed JP",
        +            "LXGW Marker Gothic",
        +            "LXGW WenKai Mono TC",
        +            "LXGW WenKai TC",
        +            "La Belle Aurore",
        +            "Labrada",
        +            "Lacquer",
        +            "Laila",
        +            "Lakki Reddy",
        +            "Lalezar",
        +            "Lancelot",
        +            "Langar",
        +            "Lateef",
        +            "Lato",
        +            "Lavishly Yours",
        +            "League Gothic",
        +            "League Script",
        +            "League Spartan",
        +            "Leckerli One",
        +            "Ledger",
        +            "Lekton",
        +            "Lemon",
        +            "Lemonada",
        +            "Lexend",
        +            "Lexend Deca",
        +            "Lexend Exa",
        +            "Lexend Giga",
        +            "Lexend Mega",
        +            "Lexend Peta",
        +            "Lexend Tera",
        +            "Lexend Zetta",
        +            "Libertinus Keyboard",
        +            "Libertinus Math",
        +            "Libertinus Mono",
        +            "Libertinus Sans",
        +            "Libertinus Serif",
        +            "Libertinus Serif Display",
        +            "Libre Barcode 128",
        +            "Libre Barcode 128 Text",
        +            "Libre Barcode 39",
        +            "Libre Barcode 39 Extended",
        +            "Libre Barcode 39 Extended Text",
        +            "Libre Barcode 39 Text",
        +            "Libre Barcode EAN13 Text",
        +            "Libre Baskerville",
        +            "Libre Bodoni",
        +            "Libre Caslon Display",
        +            "Libre Caslon Text",
        +            "Libre Franklin",
        +            "Licorice",
        +            "Life Savers",
        +            "Lilex",
        +            "Lilita One",
        +            "Lily Script One",
        +            "Limelight",
        +            "Linden Hill",
        +            "Linefont",
        +            "Lisu Bosa",
        +            "Liter",
        +            "Literata",
        +            "Liu Jian Mao Cao",
        +            "Livvic",
        +            "Lobster",
        +            "Lobster Two",
        +            "Londrina Outline",
        +            "Londrina Shadow",
        +            "Londrina Sketch",
        +            "Londrina Solid",
        +            "Long Cang",
        +            "Lora",
        +            "Love Light",
        +            "Love Ya Like A Sister",
        +            "Loved by the King",
        +            "Lovers Quarrel",
        +            "Luckiest Guy",
        +            "Lugrasimo",
        +            "Lumanosimo",
        +            "Lunasima",
        +            "Lusitana",
        +            "Lustria",
        +            "Luxurious Roman",
        +            "Luxurious Script",
        +            "M PLUS 1",
        +            "M PLUS 1 Code",
        +            "M PLUS 1p",
        +            "M PLUS 2",
        +            "M PLUS Code Latin",
        +            "M PLUS Rounded 1c",
        +            "M PLUS U",
        +            "Ma Shan Zheng",
        +            "Macondo",
        +            "Macondo Swash Caps",
        +            "Mada",
        +            "Madimi One",
        +            "Magra",
        +            "Maiden Orange",
        +            "Maitree",
        +            "Major Mono Display",
        +            "Mako",
        +            "Mali",
        +            "Mallanna",
        +            "Maname",
        +            "Mandali",
        +            "Manjari",
        +            "Manrope",
        +            "Mansalva",
        +            "Manuale",
        +            "Manufacturing Consent",
        +            "Marcellus",
        +            "Marcellus SC",
        +            "Marck Script",
        +            "Margarine",
        +            "Marhey",
        +            "Markazi Text",
        +            "Marko One",
        +            "Marmelad",
        +            "Martel",
        +            "Martel Sans",
        +            "Martian Mono",
        +            "Marvel",
        +            "Matangi",
        +            "Mate",
        +            "Mate SC",
        +            "Matemasie",
        +            "Material Icons",
        +            "Material Icons Outlined",
        +            "Material Icons Round",
        +            "Material Icons Sharp",
        +            "Material Icons Two Tone",
        +            "Material Symbols",
        +            "Material Symbols Outlined",
        +            "Material Symbols Rounded",
        +            "Material Symbols Sharp",
        +            "Maven Pro",
        +            "McLaren",
        +            "Mea Culpa",
        +            "Meddon",
        +            "MedievalSharp",
        +            "Medula One",
        +            "Meera Inimai",
        +            "Megrim",
        +            "Meie Script",
        +            "Menbere",
        +            "Meow Script",
        +            "Merienda",
        +            "Merriweather",
        +            "Merriweather Sans",
        +            "Metal",
        +            "Metal Mania",
        +            "Metamorphous",
        +            "Metrophobic",
        +            "Michroma",
        +            "Micro 5",
        +            "Micro 5 Charted",
        +            "Milonga",
        +            "Miltonian",
        +            "Miltonian Tattoo",
        +            "Mina",
        +            "Mingzat",
        +            "Miniver",
        +            "Miranda Sans",
        +            "Miriam Libre",
        +            "Mirza",
        +            "Miss Fajardose",
        +            "Mitr",
        +            "Mochiy Pop One",
        +            "Mochiy Pop P One",
        +            "Modak",
        +            "Modern Antiqua",
        +            "Moderustic",
        +            "Mogra",
        +            "Mohave",
        +            "Moirai One",
        +            "Molengo",
        +            "Molle",
        +            "Momo Signature",
        +            "Momo Trust Display",
        +            "Momo Trust Sans",
        +            "Mona Sans",
        +            "Monda",
        +            "Monofett",
        +            "Monomakh",
        +            "Monomaniac One",
        +            "Monoton",
        +            "Monsieur La Doulaise",
        +            "Montaga",
        +            "Montagu Slab",
        +            "MonteCarlo",
        +            "Montenegrin Gothic One",
        +            "Montez",
        +            "Montserrat",
        +            "Montserrat Alternates",
        +            "Montserrat Underline",
        +            "Moo Lah Lah",
        +            "Mooli",
        +            "Moon Dance",
        +            "Moul",
        +            "Moulpali",
        +            "Mountains of Christmas",
        +            "Mouse Memoirs",
        +            "Mozilla Headline",
        +            "Mozilla Text",
        +            "Mr Bedfort",
        +            "Mr Dafoe",
        +            "Mr De Haviland",
        +            "Mrs Saint Delafield",
        +            "Mrs Sheppards",
        +            "Ms Madi",
        +            "Mukta",
        +            "Mukta Mahee",
        +            "Mukta Malar",
        +            "Mukta Vaani",
        +            "Mulish",
        +            "Murecho",
        +            "MuseoModerno",
        +            "My Soul",
        +            "Mynerve",
        +            "Mystery Quest",
        +            "NTR",
        +            "Nabla",
        +            "Namdhinggo",
        +            "Nanum Brush Script",
        +            "Nanum Gothic",
        +            "Nanum Gothic Coding",
        +            "Nanum Myeongjo",
        +            "Nanum Pen Script",
        +            "Narnoor",
        +            "Nata Sans",
        +            "National Park",
        +            "Neonderthaw",
        +            "Nerko One",
        +            "Neucha",
        +            "Neuton",
        +            "New Amsterdam",
        +            "New Rocker",
        +            "New Tegomin",
        +            "News Cycle",
        +            "Newsreader",
        +            "Niconne",
        +            "Niramit",
        +            "Nixie One",
        +            "Nobile",
        +            "Nokora",
        +            "Norican",
        +            "Nosifer",
        +            "Notable",
        +            "Nothing You Could Do",
        +            "Noticia Text",
        +            "Noto Color Emoji",
        +            "Noto Emoji",
        +            "Noto Kufi Arabic",
        +            "Noto Music",
        +            "Noto Naskh Arabic",
        +            "Noto Nastaliq Urdu",
        +            "Noto Rashi Hebrew",
        +            "Noto Sans",
        +            "Noto Sans Adlam",
        +            "Noto Sans Adlam Unjoined",
        +            "Noto Sans Anatolian Hieroglyphs",
        +            "Noto Sans Arabic",
        +            "Noto Sans Armenian",
        +            "Noto Sans Avestan",
        +            "Noto Sans Balinese",
        +            "Noto Sans Bamum",
        +            "Noto Sans Bassa Vah",
        +            "Noto Sans Batak",
        +            "Noto Sans Bengali",
        +            "Noto Sans Bhaiksuki",
        +            "Noto Sans Brahmi",
        +            "Noto Sans Buginese",
        +            "Noto Sans Buhid",
        +            "Noto Sans Canadian Aboriginal",
        +            "Noto Sans Carian",
        +            "Noto Sans Caucasian Albanian",
        +            "Noto Sans Chakma",
        +            "Noto Sans Cham",
        +            "Noto Sans Cherokee",
        +            "Noto Sans Chorasmian",
        +            "Noto Sans Coptic",
        +            "Noto Sans Cuneiform",
        +            "Noto Sans Cypriot",
        +            "Noto Sans Cypro Minoan",
        +            "Noto Sans Deseret",
        +            "Noto Sans Devanagari",
        +            "Noto Sans Display",
        +            "Noto Sans Duployan",
        +            "Noto Sans Egyptian Hieroglyphs",
        +            "Noto Sans Elbasan",
        +            "Noto Sans Elymaic",
        +            "Noto Sans Ethiopic",
        +            "Noto Sans Georgian",
        +            "Noto Sans Glagolitic",
        +            "Noto Sans Gothic",
        +            "Noto Sans Grantha",
        +            "Noto Sans Gujarati",
        +            "Noto Sans Gunjala Gondi",
        +            "Noto Sans Gurmukhi",
        +            "Noto Sans HK",
        +            "Noto Sans Hanifi Rohingya",
        +            "Noto Sans Hanunoo",
        +            "Noto Sans Hatran",
        +            "Noto Sans Hebrew",
        +            "Noto Sans Imperial Aramaic",
        +            "Noto Sans Indic Siyaq Numbers",
        +            "Noto Sans Inscriptional Pahlavi",
        +            "Noto Sans Inscriptional Parthian",
        +            "Noto Sans JP",
        +            "Noto Sans Javanese",
        +            "Noto Sans KR",
        +            "Noto Sans Kaithi",
        +            "Noto Sans Kannada",
        +            "Noto Sans Kawi",
        +            "Noto Sans Kayah Li",
        +            "Noto Sans Kharoshthi",
        +            "Noto Sans Khmer",
        +            "Noto Sans Khojki",
        +            "Noto Sans Khudawadi",
        +            "Noto Sans Lao",
        +            "Noto Sans Lao Looped",
        +            "Noto Sans Lepcha",
        +            "Noto Sans Limbu",
        +            "Noto Sans Linear A",
        +            "Noto Sans Linear B",
        +            "Noto Sans Lisu",
        +            "Noto Sans Lycian",
        +            "Noto Sans Lydian",
        +            "Noto Sans Mahajani",
        +            "Noto Sans Malayalam",
        +            "Noto Sans Mandaic",
        +            "Noto Sans Manichaean",
        +            "Noto Sans Marchen",
        +            "Noto Sans Masaram Gondi",
        +            "Noto Sans Math",
        +            "Noto Sans Mayan Numerals",
        +            "Noto Sans Medefaidrin",
        +            "Noto Sans Meetei Mayek",
        +            "Noto Sans Mende Kikakui",
        +            "Noto Sans Meroitic",
        +            "Noto Sans Miao",
        +            "Noto Sans Modi",
        +            "Noto Sans Mongolian",
        +            "Noto Sans Mono",
        +            "Noto Sans Mro",
        +            "Noto Sans Multani",
        +            "Noto Sans Myanmar",
        +            "Noto Sans NKo",
        +            "Noto Sans NKo Unjoined",
        +            "Noto Sans Nabataean",
        +            "Noto Sans Nag Mundari",
        +            "Noto Sans Nandinagari",
        +            "Noto Sans New Tai Lue",
        +            "Noto Sans Newa",
        +            "Noto Sans Nushu",
        +            "Noto Sans Ogham",
        +            "Noto Sans Ol Chiki",
        +            "Noto Sans Old Hungarian",
        +            "Noto Sans Old Italic",
        +            "Noto Sans Old North Arabian",
        +            "Noto Sans Old Permic",
        +            "Noto Sans Old Persian",
        +            "Noto Sans Old Sogdian",
        +            "Noto Sans Old South Arabian",
        +            "Noto Sans Old Turkic",
        +            "Noto Sans Oriya",
        +            "Noto Sans Osage",
        +            "Noto Sans Osmanya",
        +            "Noto Sans Pahawh Hmong",
        +            "Noto Sans Palmyrene",
        +            "Noto Sans Pau Cin Hau",
        +            "Noto Sans PhagsPa",
        +            "Noto Sans Phoenician",
        +            "Noto Sans Psalter Pahlavi",
        +            "Noto Sans Rejang",
        +            "Noto Sans Runic",
        +            "Noto Sans SC",
        +            "Noto Sans Samaritan",
        +            "Noto Sans Saurashtra",
        +            "Noto Sans Sharada",
        +            "Noto Sans Shavian",
        +            "Noto Sans Siddham",
        +            "Noto Sans SignWriting",
        +            "Noto Sans Sinhala",
        +            "Noto Sans Sogdian",
        +            "Noto Sans Sora Sompeng",
        +            "Noto Sans Soyombo",
        +            "Noto Sans Sundanese",
        +            "Noto Sans Sunuwar",
        +            "Noto Sans Syloti Nagri",
        +            "Noto Sans Symbols",
        +            "Noto Sans Symbols 2",
        +            "Noto Sans Syriac",
        +            "Noto Sans Syriac Eastern",
        +            "Noto Sans Syriac Western",
        +            "Noto Sans TC",
        +            "Noto Sans Tagalog",
        +            "Noto Sans Tagbanwa",
        +            "Noto Sans Tai Le",
        +            "Noto Sans Tai Tham",
        +            "Noto Sans Tai Viet",
        +            "Noto Sans Takri",
        +            "Noto Sans Tamil",
        +            "Noto Sans Tamil Supplement",
        +            "Noto Sans Tangsa",
        +            "Noto Sans Telugu",
        +            "Noto Sans Thaana",
        +            "Noto Sans Thai",
        +            "Noto Sans Thai Looped",
        +            "Noto Sans Tifinagh",
        +            "Noto Sans Tirhuta",
        +            "Noto Sans Ugaritic",
        +            "Noto Sans Vai",
        +            "Noto Sans Vithkuqi",
        +            "Noto Sans Wancho",
        +            "Noto Sans Warang Citi",
        +            "Noto Sans Yi",
        +            "Noto Sans Zanabazar Square",
        +            "Noto Serif",
        +            "Noto Serif Ahom",
        +            "Noto Serif Armenian",
        +            "Noto Serif Balinese",
        +            "Noto Serif Bengali",
        +            "Noto Serif Devanagari",
        +            "Noto Serif Display",
        +            "Noto Serif Dives Akuru",
        +            "Noto Serif Dogra",
        +            "Noto Serif Ethiopic",
        +            "Noto Serif Georgian",
        +            "Noto Serif Grantha",
        +            "Noto Serif Gujarati",
        +            "Noto Serif Gurmukhi",
        +            "Noto Serif HK",
        +            "Noto Serif Hebrew",
        +            "Noto Serif Hentaigana",
        +            "Noto Serif JP",
        +            "Noto Serif KR",
        +            "Noto Serif Kannada",
        +            "Noto Serif Khitan Small Script",
        +            "Noto Serif Khmer",
        +            "Noto Serif Khojki",
        +            "Noto Serif Lao",
        +            "Noto Serif Makasar",
        +            "Noto Serif Malayalam",
        +            "Noto Serif Myanmar",
        +            "Noto Serif NP Hmong",
        +            "Noto Serif Old Uyghur",
        +            "Noto Serif Oriya",
        +            "Noto Serif Ottoman Siyaq",
        +            "Noto Serif SC",
        +            "Noto Serif Sinhala",
        +            "Noto Serif TC",
        +            "Noto Serif Tamil",
        +            "Noto Serif Tangut",
        +            "Noto Serif Telugu",
        +            "Noto Serif Thai",
        +            "Noto Serif Tibetan",
        +            "Noto Serif Todhri",
        +            "Noto Serif Toto",
        +            "Noto Serif Vithkuqi",
        +            "Noto Serif Yezidi",
        +            "Noto Traditional Nushu",
        +            "Noto Znamenny Musical Notation",
        +            "Nova Cut",
        +            "Nova Flat",
        +            "Nova Mono",
        +            "Nova Oval",
        +            "Nova Round",
        +            "Nova Script",
        +            "Nova Slim",
        +            "Nova Square",
        +            "Numans",
        +            "Nunito",
        +            "Nunito Sans",
        +            "Nuosu SIL",
        +            "Odibee Sans",
        +            "Odor Mean Chey",
        +            "Offside",
        +            "Oi",
        +            "Ojuju",
        +            "Old Standard TT",
        +            "Oldenburg",
        +            "Ole",
        +            "Oleo Script",
        +            "Oleo Script Swash Caps",
        +            "Onest",
        +            "Oooh Baby",
        +            "Open Sans",
        +            "Oranienbaum",
        +            "Orbit",
        +            "Orbitron",
        +            "Oregano",
        +            "Orelega One",
        +            "Orienta",
        +            "Original Surfer",
        +            "Oswald",
        +            "Outfit",
        +            "Over the Rainbow",
        +            "Overlock",
        +            "Overlock SC",
        +            "Overpass",
        +            "Overpass Mono",
        +            "Ovo",
        +            "Oxanium",
        +            "Oxygen",
        +            "Oxygen Mono",
        +            "PT Mono",
        +            "PT Sans",
        +            "PT Sans Caption",
        +            "PT Sans Narrow",
        +            "PT Serif",
        +            "PT Serif Caption",
        +            "Pacifico",
        +            "Padauk",
        +            "Padyakke Expanded One",
        +            "Palanquin",
        +            "Palanquin Dark",
        +            "Palette Mosaic",
        +            "Pangolin",
        +            "Paprika",
        +            "Parastoo",
        +            "Parisienne",
        +            "Parkinsans",
        +            "Passero One",
        +            "Passion One",
        +            "Passions Conflict",
        +            "Pathway Extreme",
        +            "Pathway Gothic One",
        +            "Patrick Hand",
        +            "Patrick Hand SC",
        +            "Pattaya",
        +            "Patua One",
        +            "Pavanam",
        +            "Paytone One",
        +            "Peddana",
        +            "Peralta",
        +            "Permanent Marker",
        +            "Petemoss",
        +            "Petit Formal Script",
        +            "Petrona",
        +            "Phetsarath",
        +            "Philosopher",
        +            "Phudu",
        +            "Piazzolla",
        +            "Piedra",
        +            "Pinyon Script",
        +            "Pirata One",
        +            "Pixelify Sans",
        +            "Plaster",
        +            "Platypi",
        +            "Play",
        +            "Playball",
        +            "Playfair",
        +            "Playfair Display",
        +            "Playfair Display SC",
        +            "Playpen Sans",
        +            "Playpen Sans Arabic",
        +            "Playpen Sans Deva",
        +            "Playpen Sans Hebrew",
        +            "Playpen Sans Thai",
        +            "Playwrite AR",
        +            "Playwrite AR Guides",
        +            "Playwrite AT",
        +            "Playwrite AT Guides",
        +            "Playwrite AU NSW",
        +            "Playwrite AU NSW Guides",
        +            "Playwrite AU QLD",
        +            "Playwrite AU QLD Guides",
        +            "Playwrite AU SA",
        +            "Playwrite AU SA Guides",
        +            "Playwrite AU TAS",
        +            "Playwrite AU TAS Guides",
        +            "Playwrite AU VIC",
        +            "Playwrite AU VIC Guides",
        +            "Playwrite BE VLG",
        +            "Playwrite BE VLG Guides",
        +            "Playwrite BE WAL",
        +            "Playwrite BE WAL Guides",
        +            "Playwrite BR",
        +            "Playwrite BR Guides",
        +            "Playwrite CA",
        +            "Playwrite CA Guides",
        +            "Playwrite CL",
        +            "Playwrite CL Guides",
        +            "Playwrite CO",
        +            "Playwrite CO Guides",
        +            "Playwrite CU",
        +            "Playwrite CU Guides",
        +            "Playwrite CZ",
        +            "Playwrite CZ Guides",
        +            "Playwrite DE Grund",
        +            "Playwrite DE Grund Guides",
        +            "Playwrite DE LA",
        +            "Playwrite DE LA Guides",
        +            "Playwrite DE SAS",
        +            "Playwrite DE SAS Guides",
        +            "Playwrite DE VA",
        +            "Playwrite DE VA Guides",
        +            "Playwrite DK Loopet",
        +            "Playwrite DK Loopet Guides",
        +            "Playwrite DK Uloopet",
        +            "Playwrite DK Uloopet Guides",
        +            "Playwrite ES",
        +            "Playwrite ES Deco",
        +            "Playwrite ES Deco Guides",
        +            "Playwrite ES Guides",
        +            "Playwrite FR Moderne",
        +            "Playwrite FR Moderne Guides",
        +            "Playwrite FR Trad",
        +            "Playwrite FR Trad Guides",
        +            "Playwrite GB J",
        +            "Playwrite GB J Guides",
        +            "Playwrite GB S",
        +            "Playwrite GB S Guides",
        +            "Playwrite HR",
        +            "Playwrite HR Guides",
        +            "Playwrite HR Lijeva",
        +            "Playwrite HR Lijeva Guides",
        +            "Playwrite HU",
        +            "Playwrite HU Guides",
        +            "Playwrite ID",
        +            "Playwrite ID Guides",
        +            "Playwrite IE",
        +            "Playwrite IE Guides",
        +            "Playwrite IN",
        +            "Playwrite IN Guides",
        +            "Playwrite IS",
        +            "Playwrite IS Guides",
        +            "Playwrite IT Moderna",
        +            "Playwrite IT Moderna Guides",
        +            "Playwrite IT Trad",
        +            "Playwrite IT Trad Guides",
        +            "Playwrite MX",
        +            "Playwrite MX Guides",
        +            "Playwrite NG Modern",
        +            "Playwrite NG Modern Guides",
        +            "Playwrite NL",
        +            "Playwrite NL Guides",
        +            "Playwrite NO",
        +            "Playwrite NO Guides",
        +            "Playwrite NZ",
        +            "Playwrite NZ Basic",
        +            "Playwrite NZ Basic Guides",
        +            "Playwrite NZ Guides",
        +            "Playwrite PE",
        +            "Playwrite PE Guides",
        +            "Playwrite PL",
        +            "Playwrite PL Guides",
        +            "Playwrite PT",
        +            "Playwrite PT Guides",
        +            "Playwrite RO",
        +            "Playwrite RO Guides",
        +            "Playwrite SK",
        +            "Playwrite SK Guides",
        +            "Playwrite TZ",
        +            "Playwrite TZ Guides",
        +            "Playwrite US Modern",
        +            "Playwrite US Modern Guides",
        +            "Playwrite US Trad",
        +            "Playwrite US Trad Guides",
        +            "Playwrite VN",
        +            "Playwrite VN Guides",
        +            "Playwrite ZA",
        +            "Playwrite ZA Guides",
        +            "Pliant",
        +            "Plus Jakarta Sans",
        +            "Pochaevsk",
        +            "Podkova",
        +            "Poetsen One",
        +            "Poiret One",
        +            "Poller One",
        +            "Poltawski Nowy",
        +            "Poly",
        +            "Pompiere",
        +            "Ponnala",
        +            "Ponomar",
        +            "Pontano Sans",
        +            "Poor Story",
        +            "Poppins",
        +            "Port Lligat Sans",
        +            "Port Lligat Slab",
        +            "Potta One",
        +            "Pragati Narrow",
        +            "Praise",
        +            "Prata",
        +            "Preahvihear",
        +            "Press Start 2P",
        +            "Pridi",
        +            "Princess Sofia",
        +            "Prociono",
        +            "Prompt",
        +            "Prosto One",
        +            "Protest Guerrilla",
        +            "Protest Revolution",
        +            "Protest Riot",
        +            "Protest Strike",
        +            "Proza Libre",
        +            "Public Sans",
        +            "Puppies Play",
        +            "Puritan",
        +            "Purple Purse",
        +            "Qahiri",
        +            "Quando",
        +            "Quantico",
        +            "Quattrocento",
        +            "Quattrocento Sans",
        +            "Questrial",
        +            "Quicksand",
        +            "Quintessential",
        +            "Qwigley",
        +            "Qwitcher Grypen",
        +            "REM",
        +            "Racing Sans One",
        +            "Radio Canada",
        +            "Radio Canada Big",
        +            "Radley",
        +            "Rajdhani",
        +            "Rakkas",
        +            "Raleway",
        +            "Raleway Dots",
        +            "Ramabhadra",
        +            "Ramaraja",
        +            "Rambla",
        +            "Rammetto One",
        +            "Rampart One",
        +            "Ramsina",
        +            "Ranchers",
        +            "Rancho",
        +            "Ranga",
        +            "Rasa",
        +            "Rationale",
        +            "Ravi Prakash",
        +            "Readex Pro",
        +            "Recursive",
        +            "Red Hat Display",
        +            "Red Hat Mono",
        +            "Red Hat Text",
        +            "Red Rose",
        +            "Redacted",
        +            "Redacted Script",
        +            "Reddit Mono",
        +            "Reddit Sans",
        +            "Reddit Sans Condensed",
        +            "Redressed",
        +            "Reem Kufi",
        +            "Reem Kufi Fun",
        +            "Reem Kufi Ink",
        +            "Reenie Beanie",
        +            "Reggae One",
        +            "Rethink Sans",
        +            "Revalia",
        +            "Rhodium Libre",
        +            "Ribeye",
        +            "Ribeye Marrow",
        +            "Righteous",
        +            "Risque",
        +            "Road Rage",
        +            "Roboto",
        +            "Roboto Condensed",
        +            "Roboto Flex",
        +            "Roboto Mono",
        +            "Roboto Serif",
        +            "Roboto Slab",
        +            "Rochester",
        +            "Rock 3D",
        +            "Rock Salt",
        +            "RocknRoll One",
        +            "Rokkitt",
        +            "Romanesco",
        +            "Ropa Sans",
        +            "Rosario",
        +            "Rosarivo",
        +            "Rouge Script",
        +            "Rowdies",
        +            "Rozha One",
        +            "Rubik",
        +            "Rubik 80s Fade",
        +            "Rubik Beastly",
        +            "Rubik Broken Fax",
        +            "Rubik Bubbles",
        +            "Rubik Burned",
        +            "Rubik Dirt",
        +            "Rubik Distressed",
        +            "Rubik Doodle Shadow",
        +            "Rubik Doodle Triangles",
        +            "Rubik Gemstones",
        +            "Rubik Glitch",
        +            "Rubik Glitch Pop",
        +            "Rubik Iso",
        +            "Rubik Lines",
        +            "Rubik Maps",
        +            "Rubik Marker Hatch",
        +            "Rubik Maze",
        +            "Rubik Microbe",
        +            "Rubik Mono One",
        +            "Rubik Moonrocks",
        +            "Rubik Pixels",
        +            "Rubik Puddles",
        +            "Rubik Scribble",
        +            "Rubik Spray Paint",
        +            "Rubik Storm",
        +            "Rubik Vinyl",
        +            "Rubik Wet Paint",
        +            "Ruda",
        +            "Rufina",
        +            "Ruge Boogie",
        +            "Ruluko",
        +            "Rum Raisin",
        +            "Ruslan Display",
        +            "Russo One",
        +            "Ruthie",
        +            "Ruwudu",
        +            "Rye",
        +            "SN Pro",
        +            "STIX Two Math",
        +            "STIX Two Text",
        +            "SUSE",
        +            "SUSE Mono",
        +            "Sacramento",
        +            "Sahitya",
        +            "Sail",
        +            "Saira",
        +            "Saira Condensed",
        +            "Saira Extra Condensed",
        +            "Saira Semi Condensed",
        +            "Saira Stencil",
        +            "Salsa",
        +            "Sanchez",
        +            "Sancreek",
        +            "Sankofa Display",
        +            "Sansation",
        +            "Sansita",
        +            "Sansita Swashed",
        +            "Sarabun",
        +            "Sarala",
        +            "Sarina",
        +            "Sarpanch",
        +            "Sassy Frass",
        +            "Satisfy",
        +            "Savate",
        +            "Sawarabi Gothic",
        +            "Sawarabi Mincho",
        +            "Scada",
        +            "Scheherazade New",
        +            "Schibsted Grotesk",
        +            "Schoolbell",
        +            "Science Gothic",
        +            "Scope One",
        +            "Seaweed Script",
        +            "Secular One",
        +            "Sedan",
        +            "Sedan SC",
        +            "Sedgwick Ave",
        +            "Sedgwick Ave Display",
        +            "Sekuya",
        +            "Sen",
        +            "Send Flowers",
        +            "Sevillana",
        +            "Seymour One",
        +            "Shadows Into Light",
        +            "Shadows Into Light Two",
        +            "Shafarik",
        +            "Shalimar",
        +            "Shantell Sans",
        +            "Shanti",
        +            "Share",
        +            "Share Tech",
        +            "Share Tech Mono",
        +            "Shippori Antique",
        +            "Shippori Antique B1",
        +            "Shippori Mincho",
        +            "Shippori Mincho B1",
        +            "Shizuru",
        +            "Shojumaru",
        +            "Short Stack",
        +            "Shrikhand",
        +            "Siemreap",
        +            "Sigmar",
        +            "Sigmar One",
        +            "Signika",
        +            "Signika Negative",
        +            "Silkscreen",
        +            "Simonetta",
        +            "Single Day",
        +            "Sintony",
        +            "Sirin Stencil",
        +            "Sirivennela",
        +            "Six Caps",
        +            "Sixtyfour",
        +            "Sixtyfour Convergence",
        +            "Skranji",
        +            "Slabo 13px",
        +            "Slabo 27px",
        +            "Slackey",
        +            "Slackside One",
        +            "Smokum",
        +            "Smooch",
        +            "Smooch Sans",
        +            "Smythe",
        +            "Sniglet",
        +            "Snippet",
        +            "Snowburst One",
        +            "Sofadi One",
        +            "Sofia",
        +            "Sofia Sans",
        +            "Sofia Sans Condensed",
        +            "Sofia Sans Extra Condensed",
        +            "Sofia Sans Semi Condensed",
        +            "Solitreo",
        +            "Solway",
        +            "Sometype Mono",
        +            "Song Myung",
        +            "Sono",
        +            "Sonsie One",
        +            "Sora",
        +            "Sorts Mill Goudy",
        +            "Sour Gummy",
        +            "Source Code Pro",
        +            "Source Sans 3",
        +            "Source Serif 4",
        +            "Space Grotesk",
        +            "Space Mono",
        +            "Special Elite",
        +            "Special Gothic",
        +            "Special Gothic Condensed One",
        +            "Special Gothic Expanded One",
        +            "Spectral",
        +            "Spectral SC",
        +            "Spicy Rice",
        +            "Spinnaker",
        +            "Spirax",
        +            "Splash",
        +            "Spline Sans",
        +            "Spline Sans Mono",
        +            "Squada One",
        +            "Square Peg",
        +            "Sree Krushnadevaraya",
        +            "Sriracha",
        +            "Srisakdi",
        +            "Staatliches",
        +            "Stack Sans Headline",
        +            "Stack Sans Notch",
        +            "Stack Sans Text",
        +            "Stalemate",
        +            "Stalinist One",
        +            "Stardos Stencil",
        +            "Stick",
        +            "Stick No Bills",
        +            "Stint Ultra Condensed",
        +            "Stint Ultra Expanded",
        +            "Stoke",
        +            "Story Script",
        +            "Strait",
        +            "Strichpunkt Sans",
        +            "Style Script",
        +            "Stylish",
        +            "Sue Ellen Francisco",
        +            "Suez One",
        +            "Sulphur Point",
        +            "Sumana",
        +            "Sunflower",
        +            "Sunshiney",
        +            "Supermercado One",
        +            "Sura",
        +            "Suranna",
        +            "Suravaram",
        +            "Suwannaphum",
        +            "Swanky and Moo Moo",
        +            "Syncopate",
        +            "Syne",
        +            "Syne Mono",
        +            "Syne Tactile",
        +            "TASA Explorer",
        +            "TASA Orbiter",
        +            "Tac One",
        +            "Tagesschrift",
        +            "Tai Heritage Pro",
        +            "Tajawal",
        +            "Tangerine",
        +            "Tapestry",
        +            "Taprom",
        +            "Tauri",
        +            "Taviraj",
        +            "Teachers",
        +            "Teko",
        +            "Tektur",
        +            "Telex",
        +            "Tenali Ramakrishna",
        +            "Tenor Sans",
        +            "Text Me One",
        +            "Texturina",
        +            "Thasadith",
        +            "The Girl Next Door",
        +            "The Nautigal",
        +            "Tienne",
        +            "TikTok Sans",
        +            "Tillana",
        +            "Tilt Neon",
        +            "Tilt Prism",
        +            "Tilt Warp",
        +            "Timmana",
        +            "Tinos",
        +            "Tiny5",
        +            "Tiro Bangla",
        +            "Tiro Devanagari Hindi",
        +            "Tiro Devanagari Marathi",
        +            "Tiro Devanagari Sanskrit",
        +            "Tiro Gurmukhi",
        +            "Tiro Kannada",
        +            "Tiro Tamil",
        +            "Tiro Telugu",
        +            "Tirra",
        +            "Titan One",
        +            "Titillium Web",
        +            "Tomorrow",
        +            "Tourney",
        +            "Trade Winds",
        +            "Train One",
        +            "Triodion",
        +            "Trirong",
        +            "Trispace",
        +            "Trocchi",
        +            "Trochut",
        +            "Truculenta",
        +            "Trykker",
        +            "Tsukimi Rounded",
        +            "Tuffy",
        +            "Tulpen One",
        +            "Turret Road",
        +            "Twinkle Star",
        +            "Ubuntu",
        +            "Ubuntu Condensed",
        +            "Ubuntu Mono",
        +            "Ubuntu Sans",
        +            "Ubuntu Sans Mono",
        +            "Uchen",
        +            "Ultra",
        +            "Unbounded",
        +            "Uncial Antiqua",
        +            "Underdog",
        +            "Unica One",
        +            "UnifrakturCook",
        +            "UnifrakturMaguntia",
        +            "Unkempt",
        +            "Unlock",
        +            "Unna",
        +            "UoqMunThenKhung",
        +            "Updock",
        +            "Urbanist",
        +            "VT323",
        +            "Vampiro One",
        +            "Varela",
        +            "Varela Round",
        +            "Varta",
        +            "Vast Shadow",
        +            "Vazirmatn",
        +            "Vend Sans",
        +            "Vesper Libre",
        +            "Viaoda Libre",
        +            "Vibes",
        +            "Vibur",
        +            "Victor Mono",
        +            "Vidaloka",
        +            "Viga",
        +            "Vina Sans",
        +            "Voces",
        +            "Volkhov",
        +            "Vollkorn",
        +            "Vollkorn SC",
        +            "Voltaire",
        +            "Vujahday Script",
        +            "WDXL Lubrifont JP N",
        +            "WDXL Lubrifont SC",
        +            "WDXL Lubrifont TC",
        +            "Waiting for the Sunrise",
        +            "Wallpoet",
        +            "Walter Turncoat",
        +            "Warnes",
        +            "Water Brush",
        +            "Waterfall",
        +            "Wavefont",
        +            "Wellfleet",
        +            "Wendy One",
        +            "Whisper",
        +            "WindSong",
        +            "Winky Rough",
        +            "Winky Sans",
        +            "Wire One",
        +            "Wittgenstein",
        +            "Wix Madefor Display",
        +            "Wix Madefor Text",
        +            "Work Sans",
        +            "Workbench",
        +            "Xanh Mono",
        +            "Yaldevi",
        +            "Yanone Kaffeesatz",
        +            "Yantramanav",
        +            "Yarndings 12",
        +            "Yarndings 12 Charted",
        +            "Yarndings 20",
        +            "Yarndings 20 Charted",
        +            "Yatra One",
        +            "Yellowtail",
        +            "Yeon Sung",
        +            "Yeseva One",
        +            "Yesteryear",
        +            "Yomogi",
        +            "Young Serif",
        +            "Yrsa",
        +            "Ysabeau",
        +            "Ysabeau Infant",
        +            "Ysabeau Office",
        +            "Ysabeau SC",
        +            "Yuji Boku",
        +            "Yuji Hentaigana Akari",
        +            "Yuji Hentaigana Akebono",
        +            "Yuji Mai",
        +            "Yuji Syuku",
        +            "Yusei Magic",
        +            "Yuyu",
        +            "Yuyu Short",
        +            "ZCOOL KuaiLe",
        +            "ZCOOL QingKe HuangYou",
        +            "ZCOOL XiaoWei",
        +            "Zain",
        +            "Zalando Sans",
        +            "Zalando Sans Expanded",
        +            "Zalando Sans SemiExpanded",
        +            "Zen Antique",
        +            "Zen Antique Soft",
        +            "Zen Dots",
        +            "Zen Kaku Gothic Antique",
        +            "Zen Kaku Gothic New",
        +            "Zen Kurenaido",
        +            "Zen Loop",
        +            "Zen Maru Gothic",
        +            "Zen Old Mincho",
        +            "Zen Tokyo Zoo",
        +            "Zeyada",
        +            "Zhi Mang Xing",
        +            "Zilla Slab",
        +            "Zilla Slab Highlight"
        +          ],
        +          "type": "string"
        +        },
        +        "fontSize": {
        +          "type": "number"
        +        },
        +        "footerColor": {
        +          "type": "string"
        +        },
        +        "footerFontSize": {
        +          "type": "number"
        +        },
        +        "footerGap": {
        +          "type": "number"
        +        },
        +        "footerLinkColor": {
        +          "type": "string"
        +        },
        +        "gridColor": {
        +          "type": "string"
        +        },
        +        "gridLineWidth": {
        +          "type": "number"
        +        },
        +        "gridLines": {
        +          "enum": [
        +            "none",
        +            "value",
        +            "both"
        +          ],
        +          "type": "string"
        +        },
        +        "headerGap": {
        +          "type": "number"
        +        },
        +        "labelColor": {
        +          "type": "string"
        +        },
        +        "labelFontSize": {
        +          "type": "number"
        +        },
        +        "labelFontWeight": {
        +          "type": "string"
        +        },
        +        "labelHaloWidth": {
        +          "type": "number"
        +        },
        +        "labelMutedFontWeight": {
        +          "type": "string"
        +        },
        +        "labelMutedOpacity": {
        +          "type": "number"
        +        },
        +        "lineStrokeWidth": {
        +          "type": "number"
        +        },
        +        "numericFontFamily": {
        +          "type": "string"
        +        },
        +        "pieCornerRadius": {
        +          "type": "number"
        +        },
        +        "sequentialRange": {
        +          "items": [
        +            {
        +              "type": "string"
        +            },
        +            {
        +              "type": "string"
        +            }
        +          ],
        +          "maxItems": 2,
        +          "minItems": 2,
        +          "type": "array"
        +        },
        +        "subtitleColor": {
        +          "type": "string"
        +        },
        +        "subtitleFontSize": {
        +          "type": "number"
        +        },
        +        "tickDensity": {
        +          "type": "number"
        +        },
        +        "tickLabelColor": {
        +          "type": "string"
        +        },
        +        "tickLabelFontWeight": {
        +          "type": "string"
        +        },
        +        "tickPadding": {
        +          "type": "number"
        +        },
        +        "tickSize": {
        +          "type": "number"
        +        },
        +        "titleColor": {
        +          "type": "string"
        +        },
        +        "titleFontFamily": {
        +          "type": "string"
        +        },
        +        "titleFontSize": {
        +          "type": "number"
        +        },
        +        "titleFontWeight": {
        +          "type": "string"
        +        },
        +        "titleSubtitleGap": {
        +          "type": "number"
        +        }
        +      },
        +      "type": "object"
        +    },
        +    "title": {
        +      "type": "string"
        +    },
        +    "version": {
        +      "const": "2026-03-20",
        +      "type": "string"
        +    },
        +    "width": {
        +      "maximum": 4096,
        +      "minimum": 1,
        +      "type": "integer"
        +    },
        +    "x": {
        +      "additionalProperties": {},
        +      "properties": {
        +        "display": {
        +          "default": true,
        +          "type": "boolean"
        +        },
        +        "domain": {
        +          "anyOf": [
        +            {
        +              "items": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "number"
        +                }
        +              ],
        +              "maxItems": 2,
        +              "minItems": 2,
        +              "type": "array"
        +            },
        +            {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            }
        +          ]
        +        },
        +        "label": {
        +          "type": "string"
        +        },
        +        "nice": {
        +          "type": "boolean"
        +        },
        +        "tickFormat": {
        +          "type": "string"
        +        },
        +        "type": {
        +          "enum": [
        +            "linear",
        +            "utc",
        +            "band"
        +          ],
        +          "type": "string"
        +        }
        +      },
        +      "type": "object"
        +    },
        +    "y": {
        +      "additionalProperties": {},
        +      "properties": {
        +        "display": {
        +          "default": true,
        +          "type": "boolean"
        +        },
        +        "domain": {
        +          "anyOf": [
        +            {
        +              "items": [
        +                {
        +                  "type": "number"
        +                },
        +                {
        +                  "type": "number"
        +                }
        +              ],
        +              "maxItems": 2,
        +              "minItems": 2,
        +              "type": "array"
        +            },
        +            {
        +              "items": {
        +                "type": "string"
        +              },
        +              "type": "array"
        +            }
        +          ]
        +        },
        +        "label": {
        +          "type": "string"
        +        },
        +        "nice": {
        +          "type": "boolean"
        +        },
        +        "tickFormat": {
        +          "type": "string"
        +        },
        +        "type": {
        +          "enum": [
        +            "linear",
        +            "utc",
        +            "band"
        +          ],
        +          "type": "string"
        +        }
        +      },
        +      "type": "object"
        +    }
        +  },
        +  "required": [
        +    "version",
        +    "format",
        +    "marks"
        +  ],
        +  "title": "Szum Chart Configuration",
        +  "type": "object"
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "valid",
        -  "message",
        -  "errors"
        -]New value: +[
        +  "valid",
        +  "message",
        +  "errors",
        +  "diagnostics"
        +]
  4. 4 tool updates
    • Changedrender_chart1 field changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. A categorical fill or stroke field creates color series; group only chooses stack or dodge after that field exists and never creates a series by itself. When multiple rows share a bar position, map their series field to fill or stroke, or aggregate to one row per position. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."New value: +"JSON string of a complete chart config. Mark field references must match row keys. Chronological annual values use \"YYYY\" strings on an explicit UTC scale. Configure axes with top-level x and y; hide one with display: false, never axes, scales, or axis. Put shared data at chart level and distinct layer data on its mark. When rows share a bar position, map a series field to fill or stroke before setting group, or aggregate the rows."
    • Changedsave_chart1 field changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. A categorical fill or stroke field creates color series; group only chooses stack or dodge after that field exists and never creates a series by itself. When multiple rows share a bar position, map their series field to fill or stroke, or aggregate to one row per position. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."New value: +"JSON string of a complete chart config. Mark field references must match row keys. Chronological annual values use \"YYYY\" strings on an explicit UTC scale. Configure axes with top-level x and y; hide one with display: false, never axes, scales, or axis. Put shared data at chart level and distinct layer data on its mark. When rows share a bar position, map a series field to fill or stroke before setting group, or aggregate the rows."
    • Changedupdate_chart1 field changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. A categorical fill or stroke field creates color series; group only chooses stack or dodge after that field exists and never creates a series by itself. When multiple rows share a bar position, map their series field to fill or stroke, or aggregate to one row per position. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."New value: +"JSON string of a complete chart config. Mark field references must match row keys. Chronological annual values use \"YYYY\" strings on an explicit UTC scale. Configure axes with top-level x and y; hide one with display: false, never axes, scales, or axis. Put shared data at chart level and distinct layer data on its mark. When rows share a bar position, map a series field to fill or stroke before setting group, or aggregate the rows."
    • Changedvalidate_chart1 field changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. A categorical fill or stroke field creates color series; group only chooses stack or dodge after that field exists and never creates a series by itself. When multiple rows share a bar position, map their series field to fill or stroke, or aggregate to one row per position. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."New value: +"JSON string of a complete chart config. Mark field references must match row keys. Chronological annual values use \"YYYY\" strings on an explicit UTC scale. Configure axes with top-level x and y; hide one with display: false, never axes, scales, or axis. Put shared data at chart level and distinct layer data on its mark. When rows share a bar position, map a series field to fill or stroke before setting group, or aggregate the rows."
  5. 1 tool update
    • Changedget_chart_config2 fields changed
      • changedOutput schema / properties / x / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "band",
        -  "utc"
        -]New value: +[
        +  "linear",
        +  "utc",
        +  "band"
        +]
      • changedOutput schema / properties / y / properties / type / enum
        Previous value: -[
        -  "linear",
        -  "band",
        -  "utc"
        -]New value: +[
        +  "linear",
        +  "utc",
        +  "band"
        +]
  6. 4 tool updates
    • Changedrender_chart1 field changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."New value: +"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. A categorical fill or stroke field creates color series; group only chooses stack or dodge after that field exists and never creates a series by itself. When multiple rows share a bar position, map their series field to fill or stroke, or aggregate to one row per position. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."
    • Changedsave_chart1 field changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."New value: +"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. A categorical fill or stroke field creates color series; group only chooses stack or dodge after that field exists and never creates a series by itself. When multiple rows share a bar position, map their series field to fill or stroke, or aggregate to one row per position. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."
    • Changedupdate_chart1 field changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."New value: +"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. A categorical fill or stroke field creates color series; group only chooses stack or dodge after that field exists and never creates a series by itself. When multiple rows share a bar position, map their series field to fill or stroke, or aggregate to one row per position. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."
    • Changedvalidate_chart1 field changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."New value: +"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. A categorical fill or stroke field creates color series; group only chooses stack or dodge after that field exists and never creates a series by itself. When multiple rows share a bar position, map their series field to fill or stroke, or aggregate to one row per position. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."
  7. 1 tool update
    • Changedget_chart_config2 fields changed
      • addedOutput schema / properties / x / properties / nice
        Added value: +{
        +  "type": "boolean"
        +}
      • addedOutput schema / properties / y / properties / nice
        Added value: +{
        +  "type": "boolean"
        +}
  8. 6 tool updates
    • Changedget_chart_config2 fields changed
      • changedOutput schema / properties / attribution / description
        Previous value: -"Show a small \"made with szum\" credit in the bottom-right. Always on for free and keyless renders; Pro omits it by default and sets true to opt in."New value: +"Show a small \"Made with Szum\" credit in the bottom-right. Always on for free and keyless renders; Creator and Pro omit it by default and set true to opt in."
      • changedOutput schema / title
        Previous value: -"szum Chart Configuration"New value: +"Szum Chart Configuration"
    • Addedget_preview_state
    • Changedrender_chart1 field changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of the chart configuration"New value: +"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."
    • Changedsave_chart1 field changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of the chart configuration"New value: +"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."
    • Changedupdate_chart1 field changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of the chart configuration"New value: +"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."
    • Changedvalidate_chart1 field changed
      • changedInput schema / properties / config / description
        Previous value: -"JSON string of the chart configuration to validate"New value: +"JSON string of the chart configuration. Axes use top-level x and y; hide one with y.display false or x.display false, never axes, scales, or an axis flag. Put shared rows in top-level data when multiple marks use them; use mark-level data only for a layer with different rows. For annual time series, use ISO dates such as 1960-01-01 with x.type utc and tickFormat %Y; bare numeric years are linear values."
  9. 1 tool update
    • Changedget_chart_config2 fields changed
      • changedOutput schema / properties / locale / description
        Previous value: -"BCP 47 language tag associated with the chart content, such as en, pl, or zh-Hant."New value: +"Locale identifier accepted by JavaScript Intl and associated with the chart content, such as en, pl, or zh-Hant."
      • addedOutput schema / properties / locale / pattern
        Added value: +"^(?:[A-Za-z]{2,3}|[A-Za-z]{5,8})(?:-[A-Za-z]{4})?(?:-(?:[A-Za-z]{2}|[0-9]{3}))?(?:-(?:[A-Za-z0-9]{5,8}|[0-9][A-Za-z0-9]{3}))*(?:-[0-9A-WY-Za-wy-z](?:-[A-Za-z0-9]{2,8})+)*(?:-[xX](?:-[A-Za-z0-9]{1,8})+)?$"
  10. 1 tool update
    • Changedget_chart_config1 field changed
      • addedOutput schema / properties / locale
        Added value: +{
        +  "description": "BCP 47 language tag associated with the chart content, such as en, pl, or zh-Hant.",
        +  "type": "string"
        +}
  11. 3 tool updates
    • Changedget_examples1 field changed
      • changedInput schema / properties / mark_type / enum
        Previous value: -[
        -  "barY",
        -  "barX",
        -  "line",
        -  "dot",
        -  "areaY",
        -  "areaX",
        -  "text",
        -  "pie",
        -  "ruleX",
        -  "ruleY"
        -]New value: +[
        +  "dot",
        +  "line",
        +  "barY",
        +  "barX",
        +  "areaY",
        +  "areaX",
        +  "pie",
        +  "text",
        +  "ruleX",
        +  "ruleY"
        +]
    • Changedlist_marks1 field changed
      • addedOutput schema / properties / marks / items / properties / type / enum
        Added value: +[
        +  "dot",
        +  "line",
        +  "barY",
        +  "barX",
        +  "areaY",
        +  "areaX",
        +  "pie",
        +  "text",
        +  "ruleX",
        +  "ruleY"
        +]
    • Changedlist_themes1 field changed
      • addedOutput schema / properties / themes / items / properties / name / enum
        Added value: +[
        +  "editorial",
        +  "clean",
        +  "noir",
        +  "loud",
        +  "soft",
        +  "technical"
        +]
  12. 2 tool updates
    • Addeddelete_chart
    • Addedrename_chart
  13. 1 tool update
    • Addedupdate_chart

Frequently Asked Questions

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Browse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4.4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, but get_chart and get_chart_config are both retrieval-by-id operations that require careful reading to distinguish metadata/URLs from config. Additionally, get_preview_state is somewhat cryptic despite its description, but overall overlap is minimal.

Naming Consistency5/5

All 13 tool names follow a consistent verb_noun pattern in lowercase snake_case (e.g., delete_chart, get_chart_config, list_themes). There are no deviations or mixed conventions, making the naming predictable and coherent.

Tool Count5/5

With 13 tools, the server is well-scoped for a charting service. Each tool serves a distinct role in the workflow (reference, validation, CRUD, rendering), and the count is neither sparse nor overwhelming, fitting within the ideal 3-15 range.

Completeness5/5

The tool surface covers the full chart lifecycle: create (save_chart), read (get_chart, get_chart_config, list_charts), update (update_chart, rename_chart), and delete (delete_chart). It also includes validation, rendering, reference data (examples, marks, themes), and preview state restoration, addressing practical needs. Minor gaps like explicit draft management are indirectly handled through update_chart's safeguards.

Resources