Theemo / @theemo/tokens / isFontFamily
Function: isFontFamily()
ts
function isFontFamily(token): boolean;
Defined in: packages/tokens/src/filters/is-font-family.ts:9
Checks whether the token is a font family
Parameters
Parameter | Type | Description |
---|---|---|
token | Token | the token |
Returns
boolean
true
if the token is a font family or false
it not