Skip to content

Commit ae3a3b5

Browse files
authored
Merge pull request #49 from f-dong/BUG修复
v1.4.3 图标修复
2 parents ce99d41 + 3d1d565 commit ae3a3b5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hexo-theme-minimalism",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"private": false,
55
"description": "a minimalist Hexo theme that is simple yet elegant, enabling your blog content to shine. Its powerful features also help you create a personalized blog that truly stands out.",
66
"scripts": {

source/style/_blocks/fonts.styl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
@font-face {
22
font-family: "iconfont"; /* Project id 3522054 */
3-
src: url('iconfont.eot?t=1724986230549'); /* IE9 */
4-
src: url('iconfont.eot?t=1724986230549#iefix') format('embedded-opentype'), /* IE6-IE8 */
5-
url('iconfont.woff2?t=1724986230549') format('woff2'),
6-
url('iconfont.woff?t=1724986230549') format('woff'),
7-
url('iconfont.ttf?t=1724986230549') format('truetype'),
8-
url('iconfont.svg?t=1724986230549#iconfont') format('svg');
3+
src: url('../fonts/iconfont.eot?t=1724986230549'); /* IE9 */
4+
src: url('../fonts/iconfont.eot?t=1724986230549#iefix') format('embedded-opentype'), /* IE6-IE8 */
5+
url('../fonts/iconfont.woff2?t=1724986230549') format('woff2'),
6+
url('../fonts/iconfont.woff?t=1724986230549') format('woff'),
7+
url('../fonts/iconfont.ttf?t=1724986230549') format('truetype'),
8+
url('../fonts/iconfont.svg?t=1724986230549#iconfont') format('svg');
99
}
1010

1111
.icon {

0 commit comments

Comments
 (0)