Skip to content

Commit 7d7cd93

Browse files
audreytclaude
andcommitted
CJK: render italic as Kaiti (cursive) instead of slant
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b7f9311 commit 7d7cd93

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,12 @@ em {
362362
font-style: italic;
363363
}
364364

365+
:lang(zh) em,
366+
:lang(zh) blockquote {
367+
font-style: normal;
368+
font-family: "Kaiti TC", "DFKai-SB", "BiauKai", "STKaiti", cursive;
369+
}
370+
365371
/* ─── LEAD & CALLOUT ─── */
366372
.lead {
367373
font-size: 1.05rem;

0 commit comments

Comments
 (0)