Skip to content

Commit 59a9e50

Browse files
committed
調整
1 parent 8b84d92 commit 59a9e50

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

ainu-vertical/ainu-vertical-golden-kamuy-exhibition.html

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,20 +6,22 @@
66
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho&family=BIZ+UDPMincho&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
77
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic&display=swap');
88

9+
:root {
10+
--inside-margin: 72pt;
11+
--outside-margin: 36pt;
12+
--font-family-serif: "BIZ UDMincho", serif;
13+
--font-family-sans-serif: "BIZ UDGothic", sans-serif;
14+
}
915
.ain,
1016
:lang(ain) {
1117
word-break: keep-all; /* CJKテキストの改行を許さない。全角スペースU+3000では改行できる。 */
1218
text-align: start;
13-
font-family: "BIZ UDMincho";
19+
font-family: var(--font-family-serif);
1420
}
1521
/* :lang(ain) {
1622
color: crimson;
1723
font-weight: bold;
1824
} */
19-
:root {
20-
--inside-margin: 72pt;
21-
--outside-margin: 36pt;
22-
}
2325
@media print {
2426
@page {
2527
margin-top: 25mm;
@@ -43,7 +45,7 @@
4345
@top-right {
4446
content: string(section-title);
4547
word-break: keep-all;
46-
font-family: "BIZ UDMincho";
48+
font-family: var(--font-family-serif);
4749
}
4850
@bottom-right {
4951
content: counter(page) " / " counter(pages);
@@ -58,7 +60,7 @@
5860
@top-left {
5961
content: string(section-title);
6062
word-break: keep-all;
61-
font-family: "BIZ UDMincho";
63+
font-family: var(--font-family-serif);
6264
}
6365
@bottom-right {
6466
content: none;
@@ -91,7 +93,7 @@
9193
text-underline-offset: 4px;
9294
}
9395
h1 {
94-
font-family: "BIZ UDGothic", sans-serif;
96+
font-family: var(--font-family-sans-serif);
9597
font-weight: 400;
9698
font-style: normal;
9799
font-size: 140%;
@@ -105,7 +107,7 @@
105107
}
106108
h2 {
107109
margin-block-start: 4em;
108-
font-family: "BIZ UDGothic", sans-serif;
110+
font-family: var(--font-family-sans-serif);
109111
font-weight: 400;
110112
font-style: normal;
111113
font-size: 120%;
@@ -114,7 +116,7 @@
114116
}
115117
h1 > .ain,
116118
h2 > .ain {
117-
font-family: "BIZ UDGothic", sans-serif;
119+
font-family: var(--font-family-sans-serif);
118120
font-weight: 400;
119121
font-style: normal;
120122
}
@@ -146,7 +148,7 @@
146148
font-style: normal;
147149
}
148150
.biz-udmincho-regular {
149-
font-family: "BIZ UDMincho", serif;
151+
font-family: var(--font-family-serif);
150152
font-weight: 400;
151153
font-style: normal;
152154
}

0 commit comments

Comments
 (0)