Skip to content

Commit

Permalink
MWPW-140052-Word break css for korean (#1675)
Browse files Browse the repository at this point in the history
* Update styles.css

* update css to support language based korean sites too
  • Loading branch information
Ruchika4 authored Jan 3, 2024
1 parent d201f34 commit 112c01c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion libs/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,11 @@
--font-size-multiplier: 1.25;
}

:root:lang(ko-KR) {
:root:lang(ko-KR),
:root:lang(ko) {
--body-font-family: adobe-clean-han-korean, 'Adobe Clean', adobe-clean, 'Trebuchet MS', sans-serif;

word-break: keep-all;
}

:root:lang(ja-JP),
Expand Down

0 comments on commit 112c01c

Please sign in to comment.