[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [SetLocalFontsEnabledRequest](./puppeteer.protocol.css.setlocalfontsenabledrequest.md) ## Protocol.CSS.SetLocalFontsEnabledRequest interface Signature: ```typescript export interface SetLocalFontsEnabledRequest ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [enabled](./puppeteer.protocol.css.setlocalfontsenabledrequest.enabled.md) | boolean | Whether rendering of local fonts is enabled. |