UNPKG

astro

Version:

Astro is a modern site builder with web best practices, performance, and DX front-of-mind.

12 lines (11 loc) 311 B
import type { FontFileReader } from '../definitions.js'; import type { Style } from '../types.js'; export declare class FontaceFontFileReader implements FontFileReader { extract({ family, url }: { family: string; url: string; }): { weight: string; style: Style; }; }