[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [FontsUpdatedEvent](./puppeteer.protocol.css.fontsupdatedevent.md) > [font](./puppeteer.protocol.css.fontsupdatedevent.font.md) ## Protocol.CSS.FontsUpdatedEvent.font property The web font that has loaded. Signature: ```typescript font?: FontFace; ```