EventFirmwareFonts

@Serializable
data class EventFirmwareFonts(val heading: String? = null, val body: String? = null)(source)

Font-family names for event branding — Google Font family names (e.g. Lato / Atkinson Hyperlegible), not URLs. Captured so the data is available; actually rendering with these fonts is a separate, platform-specific concern (a downloadable-font provider is Google-flavor only), so consumers may ignore them and fall back to the app typeface.

Constructors

Link copied to clipboard
constructor(heading: String? = null, body: String? = null)

Properties

Link copied to clipboard
val body: String?
Link copied to clipboard