Docs/CSS/Typography

CSS Typography

Properties

  • font-family — jenis font
  • font-size — ukuran font
  • font-weight — ketebalan (100-900, bold)
  • font-style — normal, italic
  • line-height — tinggi baris
  • letter-spacing — jarak antar huruf
  • text-align — perataan teks
  • text-decoration — underline, line-through
  • text-transform — uppercase, lowercase, capitalize
  • word-spacing — jarak antar kata
style.css
Try It →
.font-demo p {
  margin: 8px 0;
  padding: 8px;
  background: #F8FAFC;
  border-radius: 6px;
}