Skip to main content
Module

x/frugal/dep/lightningcss.ts>Font

A frugal web framework
Latest
interface Font
import { type Font } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A value for the font shorthand property.

Properties

family: FontFamily[]

The font family.

lineHeight: LineHeight

The line height.

size: FontSize

The font size.

stretch: FontStretch

The font stretch.

style: FontStyle

The font style.

variantCaps: FontVariantCaps

How the text should be capitalized. Only CSS 2.1 values are supported.

weight: FontWeight

The font weight.