-
Notifications
You must be signed in to change notification settings - Fork 0
/
notosanscjkkr.css
76 lines (70 loc) · 2.13 KB
/
notosanscjkkr.css
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
@font-face {
font-family: "NotoSansKR";
src: local("NotoSansCJKkr-Thin"),
url("NotoSansCJKkr-Thin.woff2") format("woff2"),
url("NotoSansCJKkr-Thin.woff") format("woff"),
url("NotoSansCJKkr-Thin.ttf") format("truetype");
font-weight: 100;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: "NotoSansKR";
src: local("NotoSansCJKkr-Light"),
url("NotoSansCJKkr-Light.woff2") format("woff2"),
url("NotoSansCJKkr-Light.woff") format("woff"),
url("NotoSansCJKkr-Light.ttf") format("truetype");
font-weight: 300;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: "NotoSansKR";
src: local("NotoSansCJKkr-DemiLight"),
url("NotoSansCJKkr-DemiLight.woff2") format("woff2"),
url("NotoSansCJKkr-DemiLight.woff") format("woff"),
url("NotoSansCJKkr-DemiLight.ttf") format("truetype");
font-weight: 350;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: "NotoSansKR";
src: local("otoSansCJKkr-Regular"),
url("NotoSansCJKkr-Regular.woff2") format("woff2"),
url("NotoSansCJKkr-Regular.woff") format("woff"),
url("NotoSansCJKkr-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: "NotoSansKR";
src: local("NotoSansCJKkr-Medium"),
url("NotoSansCJKkr-Medium.woff2") format("woff2"),
url("NotoSansCJKkr-Medium.woff") format("woff"),
url("NotoSansCJKkr-Medium.ttf") format("truetype");
font-weight: 500;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: "NotoSansKR";
src: local("NotoSansCJKkr-Bold"),
url("NotoSansCJKkr-Bold.woff2") format("woff2"),
url("NotoSansCJKkr-Bold.woff") format("woff"),
url("NotoSansCJKkr-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
font-stretch: normal;
}
@font-face {
font-family: "NotoSansKR";
src: local("NotoSansCJKkr-Black"),
url("NotoSansCJKkr-Black.woff2") format("woff2"),
url("NotoSansCJKkr-Black.woff") format("woff"),
url("NotoSansCJKkr-Black.ttf") format("truetype");
font-weight: 900;
font-style: normal;
font-stretch: normal;
}