Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
type alias AbsoluteFontSize
import { type AbsoluteFontSize } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

An absolute font size, as used in the font-size property.

See FontSize.

definition:
| "xx-small"
| "x-small"
| "small"
| "medium"
| "large"
| "x-large"
| "xx-large"