mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
1.2 KiB
1.2 KiB
Home > puppeteer > Protocol > Page > FontFamilies
Protocol.Page.FontFamilies interface
Generic font families collection.
Signature:
export interface FontFamilies
Properties
| Property | Type | Description |
|---|---|---|
| cursive | string | The cursive font-family. |
| fantasy | string | The fantasy font-family. |
| fixed | string | The fixed font-family. |
| pictograph | string | The pictograph font-family. |
| sansSerif | string | The sansSerif font-family. |
| serif | string | The serif font-family. |
| standard | string | The standard font-family. |