fontStyle

object fontStyle extends Style[String]

The font-style CSS property allows italic or oblique faces to be selected within a font-family.

The font-style CSS property allows italic or oblique faces to be selected within a font-family.

MDN

class Style[String]
class Key
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val italic: StyleSetter

Selects a font that is labeled italic, if that is not available, one labeled oblique

Selects a font that is labeled italic, if that is not available, one labeled oblique

MDN

lazy val normal: StyleSetter

Selects a font that is classified as normal within a font-family

Selects a font that is classified as normal within a font-family

MDN

lazy val oblique: StyleSetter

Selects a font that is labeled oblique

Selects a font that is labeled oblique

MDN

Inherited fields

override val name: String
Inherited from
Style