BetaCodophile is currently in active development. Features may change rapidly! 🚀
Back to CSS

Typography

Control line height, spacing, decoration, and font properties.

Spacing & Font

16px
1.5
0px
400

Text Decoration

Preview Text

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
CSS Output
.typography-element {
font-size: 16px;
font-weight: 400;
line-height: 1.5;
letter-spacing: 0px;
text-decoration: none solid #000000 1px;
}