Skip to content

Commit ae75558

Browse files
committed
feat: 将字体资源下载到本地
1 parent ea382dd commit ae75558

File tree

4 files changed

+1339
-8
lines changed

4 files changed

+1339
-8
lines changed
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
@font-face {font-family: "iconfont";
2+
src: url('./font_2012535_jd48jo96o3r.ttf?t=1612362038768') format('truetype'); /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
3+
}
4+
5+
.iconfont {
6+
font-family: "iconfont" !important;
7+
font-size: 16px;
8+
font-style: normal;
9+
-webkit-font-smoothing: antialiased;
10+
-moz-osx-font-smoothing: grayscale;
11+
}
12+
13+
.icon-female:before {
14+
content: "\e63b";
15+
}
16+
17+
.icon-male:before {
18+
content: "\e8e9";
19+
}
20+
21+
.icon-edit:before {
22+
content: "\e7a1";
23+
}
24+
25+
.icon-translate:before {
26+
content: "\e8f6";
27+
}
28+
29+
.icon-sousuo:before {
30+
content: "\e60a";
31+
}
32+
33+
.icon-arrow-down:before {
34+
content: "\e6345";
35+
}
36+
37+
.icon-dropdown:before {
38+
content: "\e6344";
39+
}
40+
41+
.icon-arrow-up:before {
42+
content: "\e6346";
43+
}
44+
45+
.icon-jiangpai:before {
46+
content: "\e606";
47+
}
48+
49+
.icon-ai-link:before {
50+
content: "\e61c";
51+
}
52+
53+
.icon-huidaodingbu-copy:before {
54+
content: "\e677";
55+
}
56+
57+
.icon-shouqi1:before {
58+
content: "\e746";
59+
}
60+
61+
.icon-github:before {
62+
content: "\e6ed";
63+
}
64+
65+
.icon-gengxinrizhi:before {
66+
content: "\e706";
67+
}
68+
69+
.icon-table:before {
70+
content: "\e607";
71+
}
72+
73+
.icon-bug:before {
74+
content: "\e608";
75+
}
76+
77+
.icon-fuzhi1:before {
78+
content: "\e6d1";
79+
}
80+
81+
.icon-chenggong:before {
82+
content: "\e661";
83+
}
84+
5.41 KB
Binary file not shown.

0 commit comments

Comments
 (0)