Preparing search index...
The search index is not available
@koadz/types - v0.2.8
@koadz/types
core/style
Font
Interface Font
Interface representing the data structure for a Font.
Memberof
Style
interface
Font
{
family
:
string
;
size
:
string
|
number
;
style
:
string
;
color
:
string
;
weight
:
string
|
number
;
}
Index
Properties
family
size
style
color
weight
Properties
family
family
:
string
size
size
:
string
|
number
style
style
:
string
color
color
:
string
weight
weight
:
string
|
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
family
size
style
color
weight
@koadz/types - v0.2.8
Loading...
Interface representing the data structure for a Font.
Memberof
Style