FontWeight

laika.theme.config.FontWeight
See theFontWeight companion object
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.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object 100.type
object 200.type
object 300.type
object 400.type
object 500.type
object 600.type
object 700.type
object 800.type
object 900.type
object Bold.type
object Normal.type
Show all

Members list

Value members

Concrete fields

val value: String