Font
A reference to a specific font (family + style).
Font interface
A reference to a specific font, identified by family and style.
Signature:
interface Font {
family: string;
style: string;
}Example
const font: Font = { family: "Inter", style: "Bold" };Last updated: August 5, 2026 at 11:47 AMEdit this page