-
Notifications
You must be signed in to change notification settings - Fork 0
Collapse file tree
Files
Search this repository(forward slash) forward slash/
/
Copy pathNotoSansJP.css
More file actions
More file actions
Latest commit
116 lines (106 loc) · 2.34 KB
/
Copy pathNotoSansJP.css
File metadata and controls
116 lines (106 loc) · 2.34 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
@font-face {
font-family: "NotoSansJP";
font-style: normal;
font-display: swap;
font-weight: 100;
src: url("../font/NotoSansJP-100.woff2") format("woff2");
}
.NotoSansJP-100 {
font-family: "NotoSansJP", sans-serif;
font-weight: 100;
}
@font-face {
font-family: "NotoSansJP";
font-style: normal;
font-display: swap;
font-weight: 200;
src: url("../font/NotoSansJP-200.woff2") format("woff2");
}
.NotoSansJP-200 {
font-family: "NotoSansJP", sans-serif;
font-weight: 200;
}
@font-face {
font-family: "NotoSansJP";
font-style: normal;
font-display: swap;
font-weight: 300;
src: url("../font/NotoSansJP-300.woff2") format("woff2");
}
.NotoSansJP-300 {
font-family: "NotoSansJP", sans-serif;
font-weight: 300;
}
@font-face {
font-family: "NotoSansJP";
font-style: normal;
font-display: swap;
font-weight: 400;
src: url("../font/NotoSansJP-400.woff2") format("woff2");
}
.NotoSansJP-400 {
font-family: "NotoSansJP", sans-serif;
font-weight: 400;
}
@font-face {
font-family: "NotoSansJP";
font-style: normal;
font-display: swap;
font-weight: 500;
src: url("../font/NotoSansJP-500.woff2") format("woff2");
}
.NotoSansJP-500 {
font-family: "NotoSansJP", sans-serif;
font-weight: 500;
}
@font-face {
font-family: "NotoSansJP";
font-style: normal;
font-display: swap;
font-weight: 600;
src: url("../font/NotoSansJP-600.woff2") format("woff2");
}
.NotoSansJP-600 {
font-family: "NotoSansJP", sans-serif;
font-weight: 600;
}
@font-face {
font-family: "NotoSansJP";
font-style: normal;
font-display: swap;
font-weight: 700;
src: url("../font/NotoSansJP-700.woff2") format("woff2");
}
.NotoSansJP-700 {
font-family: "NotoSansJP", sans-serif;
font-weight: 700;
}
@font-face {
font-family: "NotoSansJP";
font-style: normal;
font-display: swap;
font-weight: 800;
src: url("../font/NotoSansJP-800.woff2") format("woff2");
}
.NotoSansJP-800 {
font-family: "NotoSansJP", sans-serif;
font-weight: 800;
}
@font-face {
font-family: "NotoSansJP";
font-style: normal;
font-display: swap;
font-weight: 900;
src: url("../font/NotoSansJP-900.woff2") format("woff2");
}
.NotoSansJP-900 {
font-family: "NotoSansJP", sans-serif;
font-weight: 900;
}
/* */
h3.NotoSansJP {
font-size: clamp(2.4rem, 3.6vw, 4.8rem);
line-height: 1.6;
font-family: "NotoSansJP", sans-serif;
font-weight: 900;
}