-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebfont.css
More file actions
43 lines (40 loc) · 1.65 KB
/
webfont.css
File metadata and controls
43 lines (40 loc) · 1.65 KB
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
@font-face {
font-weight: 400;
font-family: NanumSquare;
src: url(https://s.pstatic.net/static/www/font/NanumSquareR.eot);
src: url(https://s.pstatic.net/static/www/font/NanumSquareR.eot?#iefix)
format("embedded-opentype"),
url(https://s.pstatic.net/static/www/font/NanumSquareR.woff) format("woff"),
url(https://s.pstatic.net/static/www/font/NanumSquareR.ttf)
format("truetype");
}
@font-face {
font-weight: 300;
font-family: NanumSquare;
src: url(https://s.pstatic.net/static/www/font/NanumSquareL.eot);
src: url(https://s.pstatic.net/static/www/font/NanumSquareL.eot?#iefix)
format("embedded-opentype"),
url(https://s.pstatic.net/static/www/font/NanumSquareL.woff) format("woff"),
url(https://s.pstatic.net/static/www/font/NanumSquareL.ttf)
format("truetype");
}
@font-face {
font-weight: 700;
font-family: NanumSquare;
src: url(https://s.pstatic.net/static/www/font/NanumSquareB.eot);
src: url(https://s.pstatic.net/static/www/font/NanumSquareB.eot?#iefix)
format("embedded-opentype"),
url(https://s.pstatic.net/static/www/font/NanumSquareB.woff) format("woff"),
url(https://s.pstatic.net/static/www/font/NanumSquareB.ttf)
format("truetype");
}
@font-face {
font-weight: 900;
font-family: NanumSquare;
src: url(https://s.pstatic.net/static/www/font/NanumSquareEB.eot);
src: url(https://s.pstatic.net/static/www/font/NanumSquareEB.eot?#iefix)
format("embedded-opentype"),
url(https://s.pstatic.net/static/www/font/NanumSquareEB.woff) format("woff"),
url(https://s.pstatic.net/static/www/font/NanumSquareEB.ttf)
format("truetype");
}