We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/FujishigeTemma/typst-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
variants.md•647 B
# Variants
Alternate typefaces within formulas.
These functions are distinct from the [`text`] function because math fonts
contain multiple variants of each letter.
## Functions
### `serif`
Serif (roman) font style in math.
This is already the default.
### `sans`
Sans-serif font style in math.
### `frak`
Fraktur font style in math.
### `mono`
Monospace font style in math.
### `bb`
Blackboard bold (double-struck) font style in math.
For uppercase latin letters, blackboard bold is additionally available
through [symbols]($category/symbols/sym) of the form `NN` and `RR`.
### `cal`
Calligraphic font style in math.