FontWeight

com.raquo.laminar.defs.styles.traits.FontWeight
trait FontWeight extends Normal

Attributes

Graph
Supertypes
trait Normal
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

lazy val bold: StyleSetter

Bold font weight. Same as 700.

Bold font weight. Same as 700.

Attributes

lazy val bolder: StyleSetter

One font weight darker than the parent element (among the available weights of the font)

One font weight darker than the parent element (among the available weights of the font)

Attributes

lazy val lighter: StyleSetter

One font weight lighter than the parent element (among the available weights of the font).

One font weight lighter than the parent element (among the available weights of the font).

Attributes

lazy override val normal: StyleSetter

Normal font weight. Same as 400.

Normal font weight. Same as 400.

Attributes