Skip to main content
Go to Latest
interface default.CSS.FontVariationAxis
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { FontVariationAxis } = default.CSS;

Information about font variation axes for variable fonts

Properties

tag: string

The font-variation-setting tag (a.k.a. "axis tag").

name: string

Human-readable variation name in the default language (normally, "en").

minValue: number

The minimum value (inclusive) the font supports for this tag.

maxValue: number

The maximum value (inclusive) the font supports for this tag.

defaultValue: number

The default value.