dominicana-indotel-ui
Version:
AtomOS - A modular and efficient design system based on Atomic Design principles
75 lines (60 loc) • 866 B
CSS
.text-h1 {
font-size: 2.5rem;
font-weight: bold;
line-height: 1.2;
}
.text-h2 {
font-size: 2rem;
font-weight: bold;
line-height: 1.3;
}
.text-h3 {
font-size: 1.75rem;
font-weight: bold;
line-height: 1.4;
}
.text-h4 {
font-size: 1.5rem;
font-weight: bold;
line-height: 1.5;
}
.text-h5 {
font-size: 1.25rem;
font-weight: bold;
line-height: 1.6;
}
.text-h6 {
font-size: 1rem;
font-weight: bold;
line-height: 1.6;
}
.text-xs {
font-size: 0.75rem;
}
.text-sm {
font-size: 0.875rem;
}
.text-md {
font-size: 1rem;
}
.text-lg {
font-size: 1.125rem;
}
.text-xl {
font-size: 1.25rem;
}
.text-2xl {
font-size: 1.5rem;
}
.text-3xl {
font-size: 1.875rem;
}
.text-4xl {
font-size: 2.25rem;
}
.text-5xl {
font-size: 3rem;
}
.text-6xl {
font-size: 4rem;
}