Skip to content

Commit 474fc32

Browse files
committed
Add word-break: keep-all for better Korean text rendering
- 한국어 텍스트가 단어 중간에서 줄바꿈되지 않도록 word-break: keep-all 스타일 추가 - body 전역 스타일에 적용하여 모든 페이지에서 깔끔한 텍스트 표시
1 parent a9e53ed commit 474fc32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)