From 62d56937689cd37ae2c21c1bb6e780ddb6805ccd Mon Sep 17 00:00:00 2001 From: Ruchika Sinha <69535463+Ruchika4@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:07:33 -0800 Subject: [PATCH 1/2] Update styles.css --- libs/styles/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/styles/styles.css b/libs/styles/styles.css index 7e2d9c3ffc..837dea69cd 100644 --- a/libs/styles/styles.css +++ b/libs/styles/styles.css @@ -134,6 +134,8 @@ :root:lang(ko-KR) { --body-font-family: adobe-clean-han-korean, 'Adobe Clean', adobe-clean, 'Trebuchet MS', sans-serif; + + word-break: keep-all; } :root:lang(ja-JP), From afb643ca83b3c6d3ed6280a0a3639d9836b7abee Mon Sep 17 00:00:00 2001 From: Ruchika Sinha <69535463+Ruchika4@users.noreply.github.com> Date: Wed, 20 Dec 2023 09:12:08 -0800 Subject: [PATCH 2/2] update css to support language based korean sites too --- libs/styles/styles.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/styles/styles.css b/libs/styles/styles.css index 837dea69cd..254b5c48d1 100644 --- a/libs/styles/styles.css +++ b/libs/styles/styles.css @@ -132,7 +132,8 @@ --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;