This commit is contained in:
2026-04-21 16:03:05 +09:00
parent ba06ab2cf7
commit 4600a26266
2 changed files with 30 additions and 20 deletions
+15 -10
View File
@@ -8,7 +8,7 @@ html {
font-family: "Inter", "BIZ UDGothic", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", sans-serif; font-family: "Inter", "BIZ UDGothic", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", sans-serif;
font-size: 12pt; font-size: 12pt;
font-optical-sizing: auto; font-optical-sizing: auto;
font-weight: 200; font-weight: 400;
font-style: normal; font-style: normal;
} }
body { body {
@@ -47,7 +47,6 @@ footer {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color: #FFFFFF; color: #FFFFFF;
font-weight: 400;
} }
/* Layout */ /* Layout */
@@ -114,7 +113,7 @@ a {
color: inherit; color: inherit;
} }
b { b {
font-weight: 400; font-weight: 600;
} }
i { i {
font-style: italic; font-style: italic;
@@ -126,24 +125,30 @@ s {
text-decoration: line-through; text-decoration: line-through;
} }
.font-light { .font-thin {
font-weight: 100; font-weight: 100;
} }
.font-regular { .font-extralight {
font-weight: 200; font-weight: 200;
} }
.font-medium { .font-light {
font-weight: 300; font-weight: 300;
} }
.font-bold { .font-regular {
font-weight: 400; font-weight: 400;
} }
.font-extrabold { .font-medium {
font-weight: 500; font-weight: 500;
} }
.font-black { .font-bold {
font-weight: 600; font-weight: 600;
} }
.font-extrabold {
font-weight: 700;
}
.font-black {
font-weight: 800;
}
.font-weight-100 { .font-weight-100 {
font-weight: 100; font-weight: 100;
@@ -331,7 +336,7 @@ s {
} }
@media (max-width: 740px) { @media (max-width: 740px) {
.bold-on-small { .bold-on-small {
font-weight: 400; font-weight: 600;
} }
.hide.show-on-small { .hide.show-on-small {
display: block; display: block;
+15 -10
View File
@@ -8,7 +8,7 @@ html {
font-family: "Inter", "BIZ UDGothic", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", sans-serif; font-family: "Inter", "BIZ UDGothic", "Noto Sans JP", "Noto Sans TC", "Noto Sans SC", sans-serif;
font-size: 12pt; font-size: 12pt;
font-optical-sizing: auto; font-optical-sizing: auto;
font-weight: 200; font-weight: 400;
font-style: normal; font-style: normal;
} }
body { body {
@@ -64,7 +64,6 @@ footer {
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
color: #FFFFFF; color: #FFFFFF;
font-weight: 400;
} }
/* Layout */ /* Layout */
@@ -164,7 +163,7 @@ a {
color: inherit; color: inherit;
} }
b { b {
font-weight: 400; font-weight: 600;
} }
i { i {
font-style: italic; font-style: italic;
@@ -176,24 +175,30 @@ s {
text-decoration: line-through; text-decoration: line-through;
} }
.font-light { .font-thin {
font-weight: 100; font-weight: 100;
} }
.font-regular { .font-extralight {
font-weight: 200; font-weight: 200;
} }
.font-medium { .font-light {
font-weight: 300; font-weight: 300;
} }
.font-bold { .font-regular {
font-weight: 400; font-weight: 400;
} }
.font-extrabold { .font-medium {
font-weight: 500; font-weight: 500;
} }
.font-black { .font-bold {
font-weight: 600; font-weight: 600;
} }
.font-extrabold {
font-weight: 700;
}
.font-black {
font-weight: 800;
}
.font-weight-100 { .font-weight-100 {
font-weight: 100; font-weight: 100;
@@ -381,7 +386,7 @@ s {
} }
@media (max-width: 740px) { @media (max-width: 740px) {
.bold-on-small { .bold-on-small {
font-weight: 400; font-weight: 600;
} }
.hide.show-on-small { .hide.show-on-small {
display: block; display: block;