feat: add typography plugin and drop cap styling for book feel

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
consultoria-as
2026-02-17 07:54:51 +00:00
parent 3472a7ac65
commit 1f6225fc5e
4 changed files with 48 additions and 81 deletions

View File

@@ -7,3 +7,15 @@
background-color: rgba(180, 140, 80, 0.3);
}
}
@layer components {
.prose p:first-of-type::first-letter {
font-family: var(--font-playfair), serif;
font-size: 3.5em;
float: left;
line-height: 0.8;
margin-right: 0.1em;
margin-top: 0.1em;
color: #44403c;
}
}