Skip to content

Commit f8fb580

Browse files
committed
Site updated: 2025-09-02 16:10:36
1 parent 4543110 commit f8fb580

27 files changed

+18228
-0
lines changed

2024/12/07/hello-world/index.html

Lines changed: 465 additions & 0 deletions
Large diffs are not rendered by default.

archives/2024/12/index.html

Lines changed: 465 additions & 0 deletions
Large diffs are not rendered by default.

archives/2024/index.html

Lines changed: 465 additions & 0 deletions
Large diffs are not rendered by default.

archives/index.html

Lines changed: 465 additions & 0 deletions
Large diffs are not rendered by default.

css/iconfont.css

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
@font-face {
2+
font-family: "iconfont"; /* Project id 1994852 */
3+
src: url('iconfont.woff2?t=1738643754843') format('woff2'),
4+
url('iconfont.woff?t=1738643754843') format('woff'),
5+
url('iconfont.ttf?t=1738643754843') format('truetype');
6+
}
7+
8+
.iconfont {
9+
font-family: "iconfont" !important;
10+
font-size: 24px;
11+
font-style: normal;
12+
-webkit-font-smoothing: antialiased;
13+
-moz-osx-font-smoothing: grayscale;
14+
}
15+
16+
.icongame:before {
17+
content: "\e635";
18+
}
19+
20+
.iconrss:before {
21+
content: "\e602";
22+
}
23+
24+
.iconcarema:before {
25+
content: "\e6ce";
26+
}
27+
28+
.icondownload:before {
29+
content: "\e6f2";
30+
}
31+
32+
.iconradio_device:before {
33+
content: "\e622";
34+
}
35+
36+
.iconMinecraft:before {
37+
content: "\ec71";
38+
}
39+
40+
.iconaboutme:before {
41+
content: "\e63e";
42+
}
43+
44+
.iconcode:before {
45+
content: "\e7fc";
46+
}
47+
48+
.icongithub:before {
49+
content: "\e885";
50+
}
51+
52+
.iconQQ:before {
53+
content: "\e887";
54+
}
55+
56+
.iconzhihu:before {
57+
content: "\e88b";
58+
}
59+
60+
.iconwechat:before {
61+
content: "\e600";
62+
}
63+
64+
.iconbili:before {
65+
content: "\e75c";
66+
}
67+
68+
.icondonate:before {
69+
content: "\ea1d";
70+
}
71+
72+
.icontelegram:before {
73+
content: "\ec25";
74+
}
75+
76+
.iconlink:before {
77+
content: "\e83d";
78+
}
79+
80+
.iconemail:before {
81+
content: "\e856";
82+
}
83+
84+
.iconblog:before {
85+
content: "\e601";
86+
}
87+
88+
.iconradio:before {
89+
content: "\e61b";
90+
}
91+

css/iconfont.ttf

6.64 KB
Binary file not shown.

css/iconfont.woff

4.62 KB
Binary file not shown.

css/iconfont.woff2

3.89 KB
Binary file not shown.

0 commit comments

Comments
 (0)