Publication Style Font Defaults
data class PublicationStyleFontDefaults(val cursive: String? = null, val fallback: String, val fantasy: String? = null, val monospace: String? = null, val sansSerif: String? = null, val serif: String? = null)
NOTE: This interface is being simplified to be easier to use and will be released in an upcoming release.
Which font-faces to use for the default font-families. The value for each property must match a 'family' defined in fontFaces, or a system default font:
'serif'
'sans-serif'
'cursive'
'fantasy'
'monospace'