mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
fix: apply font-app to prose content for consistent typography
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
@layer base {
|
@layer base {
|
||||||
/* ===== Override default Tailwind Typography styles ===== */
|
/* ===== Override default Tailwind Typography styles ===== */
|
||||||
.app-prose {
|
.app-prose {
|
||||||
@apply prose;
|
@apply prose font-app;
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
h2,
|
h2,
|
||||||
|
|||||||
Reference in New Issue
Block a user