Typography
No description
type Typography {
color: String!
fontSize: ResponsiveDesignInt!
fontFamily: String!
fontWeight: ResponsiveDesignInt!
fontStyle: String!
textDecoration: String!
letterSpacing: Int!
lineHeight: Float
}
Fields
Typography.color ● String! non-null scalar
Typography.fontSize ● ResponsiveDesignInt! non-null object
Typography.fontFamily ● String! non-null scalar
Typography.fontWeight ● ResponsiveDesignInt! non-null object
Typography.fontStyle ● String! non-null scalar
Typography.textDecoration ● String! non-null scalar
Typography.letterSpacing ● Int! non-null scalar
Typography.lineHeight ● Float scalar
Member Of
Typographies object


