From 4600a26266f19bcf88b5350b66b9336c949042d7 Mon Sep 17 00:00:00 2001 From: nercone-dev Date: Tue, 21 Apr 2026 16:03:05 +0900 Subject: [PATCH] -- --- public/assets/css/style-light.css | 25 +++++++++++++++---------- public/assets/css/style.css | 25 +++++++++++++++---------- 2 files changed, 30 insertions(+), 20 deletions(-) diff --git a/public/assets/css/style-light.css b/public/assets/css/style-light.css index 5359c4a..efc73cd 100644 --- a/public/assets/css/style-light.css +++ b/public/assets/css/style-light.css @@ -8,7 +8,7 @@ html { font-family: "Inter", "BIZ UDGothic", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", sans-serif; font-size: 12pt; font-optical-sizing: auto; - font-weight: 200; + font-weight: 400; font-style: normal; } body { @@ -47,7 +47,6 @@ footer { h1, h2, h3, h4, h5, h6 { color: #FFFFFF; - font-weight: 400; } /* Layout */ @@ -114,7 +113,7 @@ a { color: inherit; } b { - font-weight: 400; + font-weight: 600; } i { font-style: italic; @@ -126,24 +125,30 @@ s { text-decoration: line-through; } -.font-light { +.font-thin { font-weight: 100; } -.font-regular { +.font-extralight { font-weight: 200; } -.font-medium { +.font-light { font-weight: 300; } -.font-bold { +.font-regular { font-weight: 400; } -.font-extrabold { +.font-medium { font-weight: 500; } -.font-black { +.font-bold { font-weight: 600; } +.font-extrabold { + font-weight: 700; +} +.font-black { + font-weight: 800; +} .font-weight-100 { font-weight: 100; @@ -331,7 +336,7 @@ s { } @media (max-width: 740px) { .bold-on-small { - font-weight: 400; + font-weight: 600; } .hide.show-on-small { display: block; diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 2825e41..44a48c7 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -8,7 +8,7 @@ html { font-family: "Inter", "BIZ UDGothic", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", sans-serif; font-size: 12pt; font-optical-sizing: auto; - font-weight: 200; + font-weight: 400; font-style: normal; } body { @@ -64,7 +64,6 @@ footer { h1, h2, h3, h4, h5, h6 { color: #FFFFFF; - font-weight: 400; } /* Layout */ @@ -164,7 +163,7 @@ a { color: inherit; } b { - font-weight: 400; + font-weight: 600; } i { font-style: italic; @@ -176,24 +175,30 @@ s { text-decoration: line-through; } -.font-light { +.font-thin { font-weight: 100; } -.font-regular { +.font-extralight { font-weight: 200; } -.font-medium { +.font-light { font-weight: 300; } -.font-bold { +.font-regular { font-weight: 400; } -.font-extrabold { +.font-medium { font-weight: 500; } -.font-black { +.font-bold { font-weight: 600; } +.font-extrabold { + font-weight: 700; +} +.font-black { + font-weight: 800; +} .font-weight-100 { font-weight: 100; @@ -381,7 +386,7 @@ s { } @media (max-width: 740px) { .bold-on-small { - font-weight: 400; + font-weight: 600; } .hide.show-on-small { display: block;