Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Property.FontVariantLigatures

type FontVariantLigatures =
| "common-ligatures"
| "contextual"
| "discretionary-ligatures"
| "historical-ligatures"
| "no-common-ligatures"
| "no-contextual"
| "no-discretionary-ligatures"
| "no-historical-ligatures"
| "none"
| "normal"
| (string & {});

§Type

§
Globals | "common-ligatures" | "contextual" | "discretionary-ligatures" | "historical-ligatures" | "no-common-ligatures" | "no-contextual" | "no-discretionary-ligatures" | "no-historical-ligatures" | "none" | "normal" | (string & {})
[src]