GoogleFont
data class GoogleFont(val fontName: String, val fontProvider: GoogleFontProvider, val fontWeight: FontWeight = FontWeight.Normal, val fontStyle: Int = FontStyle.Normal.value) : PaywallFont
Represents a downloadable Google Font.
Constructors
Link copied to clipboard
constructor(fontName: String, fontProvider: GoogleFontProvider, fontWeight: FontWeight = FontWeight.Normal, fontStyle: Int = FontStyle.Normal.value)