[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [CSS](./puppeteer.protocol.css.md) > [GetBackgroundColorsResponse](./puppeteer.protocol.css.getbackgroundcolorsresponse.md) > [computedFontWeight](./puppeteer.protocol.css.getbackgroundcolorsresponse.computedfontweight.md) ## Protocol.CSS.GetBackgroundColorsResponse.computedFontWeight property The computed font weight for this node, as a CSS computed value string (e.g. 'normal' or '100'). Signature: ```typescript computedFontWeight?: string; ```