Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface default.Page.ScriptFontFamilies
import { type default } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { ScriptFontFamilies } = default.Page;

Font families collection for a script.

Properties

script: string

Name of the script which these font families are defined for.

fontFamilies: FontFamilies

Generic font families collection for the script.