gulp-font2style
Version:
Encode font files as stylesheet using Gulp.
6 lines (5 loc) • 306 B
TypeScript
import { FontStyle, FontWeight } from './types';
export declare function getFontFamily(fontFamily: string): string;
export declare function getFontWeight(fontWeight: FontWeight): string;
export declare function getFontStyle(fontStyle: FontStyle): string;
export declare function getSrc(file: any): string;