Feat: Set the style of the header tag #3221 (#4608)

### What problem does this PR solve?

Feat: Set the style of the header tag #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu 2025-01-23 18:16:52 +08:00 committed by GitHub
parent 86892959a0
commit 07b3e55903
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -151,4 +151,20 @@
'rlig' 1,
'calt' 1;
}
/* https://tailwindcss.com/docs/preflight */
h1 {
@apply text-2xl font-bold;
}
h2 {
@apply text-xl font-semibold;
}
h3 {
@apply text-lg font-medium;
}
h4 {
@apply text-base font-normal;
}
}