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