[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [FontFamilies](./puppeteer.protocol.page.fontfamilies.md) ## Protocol.Page.FontFamilies interface Generic font families collection. Signature: ```typescript export interface FontFamilies ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [cursive](./puppeteer.protocol.page.fontfamilies.cursive.md) | string | The cursive font-family. | | [fantasy](./puppeteer.protocol.page.fontfamilies.fantasy.md) | string | The fantasy font-family. | | [fixed](./puppeteer.protocol.page.fontfamilies.fixed.md) | string | The fixed font-family. | | [pictograph](./puppeteer.protocol.page.fontfamilies.pictograph.md) | string | The pictograph font-family. | | [sansSerif](./puppeteer.protocol.page.fontfamilies.sansserif.md) | string | The sansSerif font-family. | | [serif](./puppeteer.protocol.page.fontfamilies.serif.md) | string | The serif font-family. | | [standard](./puppeteer.protocol.page.fontfamilies.standard.md) | string | The standard font-family. |