← all modules

Std.Ui.Font

Std.Ui.Font
  Std.Ui.Font — typed typography attribute helpers for `Std.Ui`.

Values
  activeColor : Color -> Attribute msg
  alignCenter : Attribute msg
  alignLeft : Attribute msg
  alignRight : Attribute msg
  black : Attribute msg
  bold : Attribute msg
  center : Attribute msg
  color : Color -> Attribute msg
  disabledColor : Color -> Attribute msg
  extraBold : Attribute msg
  family : String -> Attribute msg
  focusColor : Color -> Attribute msg
  focusVisibleColor : Color -> Attribute msg
  hoverColor : Color -> Attribute msg
  hoverSize : Int -> Attribute msg
  italic : Attribute msg
  justify : Attribute msg
  letterSpacing : Float -> Attribute msg
  light : Attribute msg
  lineThrough : Attribute msg
  monospace : String
  noDecoration : Attribute msg
  overline : Attribute msg
  regular : Attribute msg
  sansSerif : String
  semiBold : Attribute msg
  serif : String
  size : Int -> Attribute msg
  typeface : String -> String
  underline : Attribute msg
  weight : Int -> Attribute msg
  wordSpacing : Float -> Attribute msg