-
Notifications
You must be signed in to change notification settings - Fork 0
Collapse file tree
Files
Search this repository(forward slash) forward slash/
/
Copy pathZenKakuGothicNew.css
More file actions
More file actions
Latest commit
68 lines (62 loc) · 1.5 KB
/
Copy pathZenKakuGothicNew.css
File metadata and controls
68 lines (62 loc) · 1.5 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
@font-face {
font-family: "ZenKakuGothicNew";
font-style: normal;
font-display: swap;
font-weight: 300;
src: url("../font/ZenKakuGothicNew-300.woff2") format("woff2");
}
.ZenKakuGothicNew-300 {
font-family: "ZenKakuGothicNew", sans-serif;
font-weight: 300;
}
@font-face {
font-family: "ZenKakuGothicNew";
font-style: normal;
font-display: swap;
font-weight: 400;
src: url("../font/ZenKakuGothicNew-400.woff2") format("woff2");
}
.ZenKakuGothicNew-400 {
font-family: "ZenKakuGothicNew", sans-serif;
font-weight: 400;
}
@font-face {
font-family: "ZenKakuGothicNew";
font-style: normal;
font-display: swap;
font-weight: 500;
src: url("../font/ZenKakuGothicNew-500.woff2") format("woff2");
}
.ZenKakuGothicNew-500 {
font-family: "ZenKakuGothicNew", sans-serif;
font-weight: 500;
}
@font-face {
font-family: "ZenKakuGothicNew";
font-style: normal;
font-display: swap;
font-weight: 700;
src: url("../font/ZenKakuGothicNew-700.woff2") format("woff2");
}
.ZenKakuGothicNew-700 {
font-family: "ZenKakuGothicNew", sans-serif;
font-weight: 700;
}
@font-face {
font-family: "ZenKakuGothicNew";
font-style: normal;
font-display: swap;
font-weight: 900;
src: url("../font/ZenKakuGothicNew-900.woff2") format("woff2");
}
.ZenKakuGothicNew-900 {
font-family: "ZenKakuGothicNew", sans-serif;
font-weight: 700;
}
/* */
h3.ZenKakuGothicNew {
font-size: clamp(2.4rem, 3.6vw, 4.8rem);
line-height: 1.6;
font-family: "ZenKakuGothicNew", sans-serif;
font-weight: 900;
}