FontWeight

object FontWeight

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

Companion
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

object 100 extends FontWeight
object 200 extends FontWeight
object 300 extends FontWeight
object 400 extends FontWeight
object 500 extends FontWeight
object 600 extends FontWeight
object 700 extends FontWeight
object 800 extends FontWeight
object 900 extends FontWeight
object Bold extends FontWeight
object Normal extends FontWeight

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

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