Skip to main content
Module

x/puppeteer_plus/mod.ts>Protocol.Page.FontFamilies

Deno port of puppeteer base on latest TypeScript source.
Go to Latest
interface Protocol.Page.FontFamilies
import { type Protocol } from "https://deno.land/x/puppeteer_plus@0.14.0/mod.ts";
const { FontFamilies } = Protocol.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
math: string

The math font-family.