UNPKG

fontawesome-subset

Version:

Utility to create subsets for FontAwesome and FontAwesome Pro.

6 lines (5 loc) 349 B
import { FAFamilyType, FAStyleType, Subset, TargetFormat } from "./types"; export declare const STYLE_FONT_MAP: Record<Subset, string>; export declare const OUTPUT_FORMAT_MAP: Record<TargetFormat, string>; export declare const SUBSET_FAMILY_MAP: Record<Subset, FAFamilyType>; export declare const SUBSET_STYLE_MAP: Record<Subset, FAStyleType>;