import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { SetFontFamiliesRequest } = Protocol.Page;
Properties
fontFamilies: FontFamilies
Specifies font families to set. If a font family is not specified, it won't be changed.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { SetFontFamiliesRequest } = Protocol.Page;
Specifies font families to set. If a font family is not specified, it won't be changed.