Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/yxz/typing/lib.dom.ts>FontFace

Deno Standard Extensions
Go to Latest
interface FontFace
import { type FontFace } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";

Properties

ascentOverride: string
descentOverride: string
display: string
family: string
featureSettings: string
lineGapOverride: string
readonly
loaded: Promise<FontFace>
readonly
status: FontFaceLoadStatus
stretch: string
style: string
unicodeRange: string
variant: string
variationSettings: string
weight: string

Methods

load(): Promise<FontFace>