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

FontFaceDescriptors

interface FontFaceDescriptors {
display?: string;
featureSettings?: string;
stretch?: string;
style?: string;
unicodeRange?: string;
variant?: string;
weight?: string;
}

§Properties

§
display?: string
[src]
§
featureSettings?: string
[src]
§
stretch?: string
[src]
§
style?: string
[src]
§
unicodeRange?: string
[src]
§
variant?: string
[src]
§
weight?: string
[src]