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 25, 2026 at 6:23 AMEdit this page