Module Font.Style

include sig ... end
type value = [
| `normal
| `italic
| `oblique
]
include sig ... end
val valueToJs : value -> string
val valueFromJs : string -> value option
type t = [
| Global.t
| value
]
val show : t -> string