UNPKG

accelerator-core

Version:

[![Build Status](https://travis-ci.org/furkleindustries/accelerator-core.svg?branch=master)](https://travis-ci.org/furkleindustries/accelerator-core)

13 lines (11 loc) 277 B
import { IFontHelper, } from './IFontHelper'; import { IFontLoadingDetailsNormalized, } from './IFontLoadingDetailsNormalized'; export function getFontFaceRules( directory: string, fontLoadingObj: IFontLoadingDetailsNormalized, fontHelper: IFontHelper, ): string[];