Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
interface default.Page.FontFamilies
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";
const { FontFamilies } = default.Page;

Generic font families collection.

Properties

optional
standard: string

The standard font-family.

optional
fixed: string

The fixed font-family.

optional
serif: string

The serif font-family.

optional
sansSerif: string

The sansSerif font-family.

optional
cursive: string

The cursive font-family.

optional
fantasy: string

The fantasy font-family.

optional
pictograph: string

The pictograph font-family.