FontWeight

laika.theme.config.FontWeight$
See theFontWeight companion class
object FontWeight

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

Attributes

Companion
class
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
FontWeight.type

Members list

Type members

Classlikes

object 100 extends FontWeight

Attributes

Supertypes
class FontWeight
class Object
trait Matchable
class Any
Self type
100.type
object 200 extends FontWeight

Attributes

Supertypes
class FontWeight
class Object
trait Matchable
class Any
Self type
200.type
object 300 extends FontWeight

Attributes

Supertypes
class FontWeight
class Object
trait Matchable
class Any
Self type
300.type
object 400 extends FontWeight

Attributes

Supertypes
class FontWeight
class Object
trait Matchable
class Any
Self type
400.type
object 500 extends FontWeight

Attributes

Supertypes
class FontWeight
class Object
trait Matchable
class Any
Self type
500.type
object 600 extends FontWeight

Attributes

Supertypes
class FontWeight
class Object
trait Matchable
class Any
Self type
600.type
object 700 extends FontWeight

Attributes

Supertypes
class FontWeight
class Object
trait Matchable
class Any
Self type
700.type
object 800 extends FontWeight

Attributes

Supertypes
class FontWeight
class Object
trait Matchable
class Any
Self type
800.type
object 900 extends FontWeight

Attributes

Supertypes
class FontWeight
class Object
trait Matchable
class Any
Self type
900.type
object Bold extends FontWeight

Attributes

Supertypes
class FontWeight
class Object
trait Matchable
class Any
Self type
Bold.type
object Normal extends FontWeight

Attributes

Supertypes
class FontWeight
class Object
trait Matchable
class Any
Self type
Normal.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def fromString(value: String): Option[FontWeight]