Create font family variable
collection.createFontFamilyVariable(name, value)
Create a Font Family variable with a name for the variable, and name for the Font Family.
Syntax
Parameters
- name : string - Name of the variable
- value: string - Font Name
Returns
Promise<Variable>
A Promise that resolves to a Variable object