Aug 1, 2024
text-xs
: 0.75 rems (very small)text-sm
: 0.875 rems (small)text-6xl
: 4 rems (very large)rem
: Root em, a responsive unit based on the root font size.text-{color}-{strength}
text-yellow-400
, text-red-700
, text-gray-600
text-gray-600
to the body for a softer look.text-gray-700
.text-lg
, text-xl
, and text-6xl
to adjust size.text-2xl
for subtitles.font-bold
: Bold font.font-light
: Light font.font-semibold
: Semi-bold font.font-bold
to headers for emphasis.uppercase
class to make text capitalized.