forked from moonspam/NanumSquare
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnanumsquare.css
36 lines (36 loc) · 1.15 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
@font-face {
font-family: "NanumSquare";
font-weight: 400;
src: url(NanumSquareR.eot);
src: url(NanumSquareR.eot?#iefix) format("embedded-opentype"),
url(NanumSquareR.woff) format("woff"),
url(NanumSquareR.woff2) format("woff2"),
url(NanumSquareR.ttf) format("truetype");
}
@font-face {
font-family: "NanumSquare";
font-weight: 700;
src: url(NanumSquareB.eot);
src: url(NanumSquareB.eot?#iefix) format("embedded-opentype"),
url(NanumSquareB.woff) format("woff"),
url(NanumSquareB.woff2) format("woff2"),
url(NanumSquareB.ttf) format("truetype");
}
@font-face {
font-family: "NanumSquare";
font-weight: 800;
src: url(NanumSquareEB.eot);
src: url(NanumSquareEB.eot?#iefix) format("embedded-opentype"),
url(NanumSquareEB.woff) format("woff"),
url(NanumSquareEB.woff2) format("woff2"),
url(NanumSquareEB.ttf) format("truetype");
}
@font-face {
font-family: "NanumSquare";
font-weight: 300;
src: url(NanumSquareL.eot);
src: url(NanumSquareL.eot?#iefix) format("embedded-opentype"),
url(NanumSquareL.woff) format("woff"),
url(NanumSquareL.woff2) format("woff2"),
url(NanumSquareL.ttf) format("truetype");
}