Skip to content

Font Support

Dino-GSP publicly supports the following font keys:

Font keyNameNotes
sans-serifSans serifDefault; the runtime selects an available sans-serif font
serifSerifThe runtime selects an available serif font
monospaceMonospaceThe runtime selects an available monospace font
Times New RomanTimes New RomanPrefers Times New Roman and falls back according to the runtime

When no custom-font configuration is provided, use only these font keys. The exact glyphs used by generic font families may vary by operating system, browser, or server rendering environment. Integrate a specific custom font when exact typography and layout are required.

Custom fonts

ScenarioIntegration method
SDK Embedded CanvasThe integrator supplies font resources through the fonts option when creating an editor or presentation instance. See SDK Custom Fonts.
MCP serviceMCP runs on Dino-GSP servers, so callers cannot supply a font file in an individual tool call. Contact us to enable custom-font support.
HTTP APIAI generation and rendering run on Dino-GSP servers, so callers cannot supply a font file in an individual request. Contact us to enable custom-font support.

The integrator is responsible for obtaining and complying with all applicable font usage and network-distribution licenses.