Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 438 Bytes

TextStyles.md

File metadata and controls

15 lines (11 loc) · 438 Bytes

TextStyles

These are the core text styles in our design system.

let display: TextStyle = TextStyle(fontSize: Optional.value(28), color: Optional.value(#color(css: "black")))
let heading: TextStyle = TextStyle(fontSize: Optional.value(17), color: Optional.value(#color(css: "black")))
let body: TextStyle = TextStyle(fontSize: Optional.value(15), color: Optional.value(#color(css: "black")))