Skip to content

Commit 5c1a455

Browse files
authored
Merge pull request #126 from dev-five-git/claude/add-keep-all-style-UgH6J
Add word-break: keep-all for better Korean text rendering
2 parents a9e53ed + 474fc32 commit 5c1a455

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/landing/src/app/layout.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ globalCss({
5858
// WebkitFontSmoothing: 'antialiased',
5959
// MozOsxFontSmoothing: 'grayscale',
6060
fontFamily: 'Spoqa Han Sans Neo, Arial, Helvetica, sans-serif',
61+
wordBreak: 'keep-all',
6162
},
6263
'*': {
6364
boxSizing: 'border-box',

0 commit comments

Comments
 (0)