Module Ecaml.Face.Font_family

Font family name or fontset name; the wild-card characters `*' and `?' are allowed. (Info-goto-node "(elisp)Face Attributes").

type t =
| Name of string
| Unspecified
include sig ... end
val sexp_of_t : t ‑> Base.Sexp.t