ElectronDefaultFontFamily
Unofficial
Default font families used by the renderer, keyed by generic family.
Import:
import type { ElectronDefaultFontFamily } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface ElectronDefaultFontFamilyProperties
| Property | Type | Description | |
|---|---|---|---|
| cursive? | string | The cursive font family. | |
| fantasy? | string | The fantasy font family. | |
| monospace? | string | The monospace font family. | |
| sansSerif? | string | The sans-serif font family. | |
| serif? | string | The serif font family. | |
| standard? | string | The standard font family. |
Links to this page: