-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfont.css
More file actions
59 lines (46 loc) · 1.3 KB
/
Copy pathfont.css
File metadata and controls
59 lines (46 loc) · 1.3 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
@charset "utf-8";
@font-face {
font-family:"MyriadPro-BoldIt";
src:local("MyriadPro-BoldIt"),
url("./font/MyriadPro-BoldIt.otf.eot") format("embedded-opentype"),
url("./font/MyriadPro-BoldIt.woff") format("woff");
}
@font-face {
font-family:"MyriadPro-SemiboldIt";
src:local("MyriadPro-SemiboldIt"),
url("./font/MyriadPro-SemiboldIt.otf.eot") format("embedded-opentype"),
url("./font/MyriadPro-SemiboldIt.woff") format("woff");
}
@font-face {
font-family:"NanumSquareR";
src:local("NanumSquareR"),
url("./font/NanumSquareR.eot") format("embedded-opentype"),
url("./font/NanumSquareR.woff") format("woff");
}
@font-face {
font-family:"NanumSquareEB";
src:local("NanumSquareEB"),
url("./font/NanumSquareEB.eot") format("embedded-opentype"),
url("./font/NanumSquareEB.woff") format("woff");
}
@font-face {
font-family:"NanumSquareL";
src:local("NanumSquareL"),
url("./font/NanumSquareL.eot") format("embedded-opentype"),
url("./font/NanumSquareL.woff") format("woff");
}
.en_bi {
font-family:"MyriadPro-BoldIt";
}
.en_sbi {
font-family:"MyriadPro-SemiboldIt";
}
.ko_l {
font-family: "NanumSquareL";
}
.ko_r {
font-family: "NanumSquareR";
}
.ko_eb {
font-family: "NanumSquareEB";
}