Home / Type/ FontData Type — astro Architecture

FontData Type — astro Architecture

Architecture documentation for the FontData type/interface in types.ts from the astro codebase.

Entity Profile

Dependency Diagram

graph TD
  89ef8c9e_e220_d4ef_13e3_fd425a673f56["FontData"]
  0414cf8f_0404_f03b_316f_0d732aa66968["types.ts"]
  89ef8c9e_e220_d4ef_13e3_fd425a673f56 -->|defined in| 0414cf8f_0404_f03b_316f_0d732aa66968
  style 89ef8c9e_e220_d4ef_13e3_fd425a673f56 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/astro/src/assets/fonts/types.ts lines 245–249

export interface FontData {
	src: Array<{ url: string; format?: string; tech?: string }>;
	weight?: string;
	style?: string;
}

Frequently Asked Questions

What is the FontData type?
FontData is a type/interface in the astro codebase, defined in packages/astro/src/assets/fonts/types.ts.
Where is FontData defined?
FontData is defined in packages/astro/src/assets/fonts/types.ts at line 245.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free