FontWeight public enum FontWeight A listing of all possible pre-defined font-weights. Documentation Code namespace AngleSharp.Dom.Css { public enum FontWeight : byte { Normal, Bold, Bolder, Lighter } }