UNPKG

@payfit/unity-themes

Version:

10 lines (9 loc) 434 B
import { FormatFnArguments } from 'style-dictionary/types'; export declare const name = "css/unity-proprietary-fonts"; /** * Generates font rules for the public `css/unity.css` entry point. * * Font URLs must be relative to that entry point because consumer CSS tools may * inline imports and lose the location of nested stylesheets. */ export declare function proprietaryFontsFormat({ dictionary, }: FormatFnArguments): string;