EDMS/assets/style/css/utility/typography.css
2025-05-27 04:00:34 +00:00

30 lines
292 B
CSS

h1 {
@apply text-4xl
font-bold;
}
h2 {
@apply text-3xl
font-bold;
}
h3 {
@apply text-2xl
font-bold;
}
h4 {
@apply text-xl
font-bold;
}
h5 {
@apply text-lg
font-bold;
}
h6 {
@apply text-base
font-bold;
}