From 88478ea8968a0c5c0414e91dec51b6c18ae4664b Mon Sep 17 00:00:00 2001 From: vern-gora Date: Fri, 13 Sep 2024 15:51:37 +0300 Subject: [PATCH] change font-weight to 350 for ja --- dist/ja/index.html | 2 +- docs/ja/index.html | 2 +- src/layouts/ja.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/ja/index.html b/dist/ja/index.html index f498e53..cdbaec1 100644 --- a/dist/ja/index.html +++ b/dist/ja/index.html @@ -54,7 +54,7 @@ font-family: "Noto Sans JP", sans-serif; --undpds-font-family-proximanova: "Noto Sans JP", sans-serif; --undpds-font-family-sohnebreit: var(--undpds-font-family-proximanova); - font-weight: 300; + font-weight: 350; } b, strong { diff --git a/docs/ja/index.html b/docs/ja/index.html index f498e53..cdbaec1 100644 --- a/docs/ja/index.html +++ b/docs/ja/index.html @@ -54,7 +54,7 @@ font-family: "Noto Sans JP", sans-serif; --undpds-font-family-proximanova: "Noto Sans JP", sans-serif; --undpds-font-family-sohnebreit: var(--undpds-font-family-proximanova); - font-weight: 300; + font-weight: 350; } b, strong { diff --git a/src/layouts/ja.html b/src/layouts/ja.html index 242f523..775dcfb 100644 --- a/src/layouts/ja.html +++ b/src/layouts/ja.html @@ -12,7 +12,7 @@ font-family: "Noto Sans JP", sans-serif; --undpds-font-family-proximanova: "Noto Sans JP", sans-serif; --undpds-font-family-sohnebreit: var(--undpds-font-family-proximanova); - font-weight: 300; + font-weight: 350; } b, strong {