mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 19:51:07 +02:00
fix: title font style
This commit is contained in:
parent
ef79df118f
commit
8eb0876c01
4 changed files with 41 additions and 34 deletions
|
@ -12,3 +12,24 @@ body {
|
|||
h1, h2, h3 {
|
||||
text-rendering: optimizeLegibility;
|
||||
}
|
||||
h1 {
|
||||
--at-apply: 'text-[3.6rem]';
|
||||
}
|
||||
h2 {
|
||||
--at-apply: 'text-[3rem]';
|
||||
}
|
||||
h3 {
|
||||
--at-apply: 'text-[2.4rem]';
|
||||
}
|
||||
h4 {
|
||||
--at-apply: 'text-[2rem]';
|
||||
}
|
||||
h5 {
|
||||
--at-apply: 'text-[1.8rem]';
|
||||
}
|
||||
h6 {
|
||||
--at-apply: 'text-[1.6rem]';
|
||||
}
|
||||
:where(p) {
|
||||
--at-apply: 'text-primary/85';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue