UNPKG

astro-font

Version:

An Astro integration to optimize Local & Google fonts inspired by @next/font

6 lines (3 loc) 114 B
import { AstroIntegration } from 'astro'; declare function astroFont(): AstroIntegration; export { astroFont };