-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathnanumsquare.css
81 lines (81 loc) · 2.53 KB
/
nanumsquare.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
77
78
79
80
81
@font-face {
font-family: 'NanumSquare';
font-weight: 400;
src: url(NanumSquareR.eot);
src: local('☺'),
url(NanumSquareR.eot?#iefix) format('embedded-opentype'),
url(NanumSquareR.woff2) format('woff2'),
url(NanumSquareR.woff) format('woff'),
url(NanumSquareR.ttf) format('truetype');
}
@font-face {
font-family: 'NanumSquare';
font-weight: 700;
src: url(NanumSquareB.eot);
src: local('☺'),
url(NanumSquareB.eot?#iefix) format('embedded-opentype'),
url(NanumSquareB.woff2) format('woff2'),
url(NanumSquareB.woff) format('woff'),
url(NanumSquareB.ttf) format('truetype');
}
@font-face {
font-family: 'NanumSquare';
font-weight: 800;
src: url(NanumSquareEB.eot);
src: local('☺'),
url(NanumSquareEB.eot?#iefix) format('embedded-opentype'),
url(NanumSquareEB.woff2) format('woff2'),
url(NanumSquareEB.woff) format('woff'),
url(NanumSquareEB.ttf) format('truetype');
}
@font-face {
font-family: 'NanumSquare';
font-weight: 300;
src: url(NanumSquareL.eot);
src: local('☺'),
url(NanumSquareL.eot?#iefix) format('embedded-opentype'),
url(NanumSquareL.woff2) format('woff2'),
url(NanumSquareL.woff) format('woff'),
url(NanumSquareL.ttf) format('truetype');
}
/* AC */
@font-face {
font-family: 'NanumSquareAc';
font-weight: 400;
src: url(NanumSquareAcR.eot);
src: local('☺'),
url(NanumSquareAcR.eot?#iefix) format('embedded-opentype'),
url(NanumSquareAcR.woff2) format('woff2'),
url(NanumSquareAcR.woff) format('woff'),
url(NanumSquareAcR.ttf) format('truetype');
}
@font-face {
font-family: 'NanumSquareAc';
font-weight: 700;
src: url(NanumSquareAcB.eot);
src: local('☺'),
url(NanumSquareAcB.eot?#iefix) format('embedded-opentype'),
url(NanumSquareAcB.woff2) format('woff2'),
url(NanumSquareAcB.woff) format('woff'),
url(NanumSquareAcB.ttf) format('truetype');
}
@font-face {
font-family: 'NanumSquareAc';
font-weight: 800;
src: url(NanumSquareAcEB.eot);
src: local('☺'),
url(NanumSquareAcEB.eot?#iefix) format('embedded-opentype'),
url(NanumSquareAcEB.woff2) format('woff2'),
url(NanumSquareAcEB.woff) format('woff'),
url(NanumSquareAcEB.ttf) format('truetype');
}
@font-face {
font-family: 'NanumSquareAc';
font-weight: 300;
src: url(NanumSquareAcL.eot);
src: local('☺'),
url(NanumSquareAcL.eot?#iefix) format('embedded-opentype'),
url(NanumSquareAcL.woff2) format('woff2'),
url(NanumSquareAcL.woff) format('woff'),
url(NanumSquareAcL.ttf) format('truetype');
}