### 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:
parent
86892959a0
commit
07b3e55903
1 changed files with 16 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue