pub type LetterSpacing = Spacing;
pub enum LetterSpacing { Normal, Length(Length), Initial, Inherit, }