[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [PlatformFontUsage](./puppeteer.protocol.css.platformfontusage.md) ## Protocol.CSS.PlatformFontUsage interface Information about amount of glyphs that were rendered with given font. Signature: ```typescript export interface PlatformFontUsage ``` ## Properties | Property | Type | Description | | --- | --- | --- | | [familyName](./puppeteer.protocol.css.platformfontusage.familyname.md) | string | Font's family name reported by platform. | | [glyphCount](./puppeteer.protocol.css.platformfontusage.glyphcount.md) | number | Amount of glyphs that were rendered with this font. | | [isCustomFont](./puppeteer.protocol.css.platformfontusage.iscustomfont.md) | boolean | Indicates if the font was downloaded or resolved locally. |