Module Font.Weight

include sig ... end
type value = [
| `normal
| `bold
| `bolder
| `lighter
| `w100
| `w200
| `w300
| `w400
| `w500
| `w600
| `w700
| `w800
| `w900
]
include sig ... end
val valueToJs : value -> string
val valueFromJs : string -> value option
type t = [
| Global.t
| value
]
val show : t -> string