import { StringHack } from "./index"; export type FontFaceFontStyleProperty = "italic" | "normal" | "oblique" | StringHack;