import { Globals, StringHack } from "./index"; /** * The **`font-variant-alternates`** CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in `@font-feature-values`. * * **Initial value**: `normal` * * @deprecated */ export type FontVariantAlternatesProperty = Globals | "historical-forms" | "normal" | StringHack;