MCPcopy Create free account
hub / github.com/fontsource/fontsource / ActiveVariants

Interface ActiveVariants

website/app/components/preview/CDN.tsx:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38interface ActiveVariants {
39 axes: Record<string, boolean>;
40 display: string;
41 subsets: string[];
42 ital?: boolean;
43}
44
45// Accepted display values
46const DISPLAYS = ['auto', 'swap', 'block', 'fallback', 'optional'];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected