Text Style Generator

Generate complete text styles with all typography properties

Font

16px
400
1.5
0px

Text Properties

Class Name

Live Preview

The quick brown fox jumps over the lazy dog. This is a sample text to demonstrate the text style generator.

Generated CSS

.text-style {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  text-transform: none;
  text-decoration: none;
  text-align: left;
}