@jsfkit/types
GitHub
npm
Preparing search index...
ThemeFontScheme
Type Alias ThemeFontScheme
Theme font pair (major and minor font).
type
ThemeFontScheme
=
{
major
:
ThemeFontCollection
;
minor
:
ThemeFontCollection
;
name
:
string
;
}
Index
Properties
major
minor
name
Properties
major
major
:
ThemeFontCollection
Major theme font.
minor
minor
:
ThemeFontCollection
Minor theme font.
name
name
:
string
Name of the font scheme.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
major
minor
name
GitHub
npm
@jsfkit/types
Loading...
Theme font pair (major and minor font).