UNPKG

afrododi

Version:

Framework-agnostic async-compatible CSS-in-JS with support for server-side rendering, browser prefixing, and minimum CSS generation

9 lines (8 loc) 178 B
export type FontFamily = | string | { fontFamily: string; src: string; fontStyle?: string; fontWeight?: string | number; };