R
I

FontData

testeddemo

A single font face exposed by the [Local Font Access API](https://developer.mozilla.org/en-US/docs/Web/API/FontData).

Demo

Loading demo…

Signature

ts
interface FontData

Properties

PropertyTypeDescription
postscriptNamereadonlystringThe PostScript name of the font (e.g. `"Arial-BoldMT"`)
fullNamereadonlystringThe full, human-readable name of the font (e.g. `"Arial Bold"`)
familyreadonlystringThe font family (e.g. `"Arial"`)
stylereadonlystringThe font style/subfamily (e.g. `"Bold"`)
blob() => Promise<Blob>Resolve the raw font file as a `Blob` (the full SFNT binary)