Typography
No description
type Typography {
color: String!
fontSize: ResponsiveDesignInt!
fontFamily: String!
fontWeight: String!
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
● String!
non-null scalar
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