I
FontData
testeddemoA 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 FontDataProperties
| Property | Type | Description |
|---|---|---|
postscriptNamereadonly | string | The PostScript name of the font (e.g. `"Arial-BoldMT"`) |
fullNamereadonly | string | The full, human-readable name of the font (e.g. `"Arial Bold"`) |
familyreadonly | string | The font family (e.g. `"Arial"`) |
stylereadonly | string | The font style/subfamily (e.g. `"Bold"`) |
blob | () => Promise<Blob> | Resolve the raw font file as a `Blob` (the full SFNT binary) |