-
Notifications
You must be signed in to change notification settings - Fork 0
Collapse file tree
Files
Search this repository(forward slash) forward slash/
/
Copy pathZenOldMincho.css
More file actions
More file actions
Latest commit
69 lines (62 loc) · 1.39 KB
/
Copy pathZenOldMincho.css
File metadata and controls
69 lines (62 loc) · 1.39 KB
You must be signed in to make or propose changes
More edit options
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
@font-face {
font-family: "ZenOldMincho";
font-style: normal;
font-display: swap;
font-weight: 400;
src: url("../font/ZenOldMincho-400.woff2") format("woff2");
}
.ZenOldMincho-400 {
font-family: "ZenOldMincho", serif;
font-weight: 400;
}
@font-face {
font-family: "ZenOldMincho";
font-style: normal;
font-display: swap;
font-weight: 500;
src: url("../font/ZenOldMincho-500.woff2") format("woff2");
}
.ZenOldMincho-500 {
font-family: "ZenOldMincho", serif;
font-weight: 500;
}
@font-face {
font-family: "ZenOldMincho";
font-style: normal;
font-display: swap;
font-weight: 600;
src: url("../font/ZenOldMincho-600.woff2") format("woff2");
}
.ZenOldMincho-600 {
font-family: "ZenOldMincho", serif;
font-weight: 600;
}
@font-face {
font-family: "ZenOldMincho";
font-style: normal;
font-display: swap;
font-weight: 700;
src: url("../font/ZenOldMincho-700.woff2") format("woff2");
}
.ZenOldMincho-700 {
font-family: "ZenOldMincho", serif;
font-weight: 700;
}
@font-face {
font-family: "ZenOldMincho";
font-style: normal;
font-display: swap;
font-weight: 900;
src: url("../font/ZenOldMincho-900.woff2") format("woff2");
}
.ZenOldMincho-900 {
font-family: "ZenOldMincho", serif;
font-weight: 900;
}
/* */
h3.ZenOldMincho {
font-size: clamp(2.4rem, 3.6vw, 4.8rem);
line-height: 1.6;
font-family: "ZenOldMincho", sans-serif;
font-weight: 900;
}