FontWeight

sealed abstract class FontWeight(val value: String)

Enumeration for the valid font weights that can be assigned to a font resource, compatible with CSS properties.

Companion
object
class Object
trait Matchable
class Any
object Bold
object Normal
object 100
object 200
object 300
object 400
object 500
object 600
object 700
object 800
object 900

Value members

Concrete fields

val value: String