Skip to content

Commit 3b08e85

Browse files
committed
Fix icon display #2
1 parent 36c98a4 commit 3b08e85

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

css/eva-icon.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
@font-face {
22
font-family: 'EVA-Icon';
3-
src: url('../fonts/EVA-Icon.eot?zh8e8a');
4-
src: url('../fonts/EVA-Icon.eot?zh8e8a#iefix') format('embedded-opentype'),
5-
url('../fonts/EVA-Icon.ttf?zh8e8a') format('truetype'),
6-
url('../fonts/EVA-Icon.woff?zh8e8a') format('woff'),
7-
url('../fonts/EVA-Icon.svg?zh8e8a#EVA-Icon') format('svg');
3+
src: url('../fonts/eva-icon.eot?zh8e8a');
4+
src: url('../fonts/eva-icon.eot?zh8e8a#iefix') format('embedded-opentype'),
5+
url('../fonts/eva-icon.ttf?zh8e8a') format('truetype'),
6+
url('../fonts/eva-icon.woff?zh8e8a') format('woff'),
7+
url('../fonts/eva-icon.svg?zh8e8a#EVA-Icon') format('svg');
88
font-weight: normal;
99
font-style: normal;
1010
}

css/eva-icon.scss

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
@font-face {
44
font-family: 'EVA-Icon';
5-
src: url('#{$icomoon-font-path}/EVA-Icon.eot?zh8e8a');
6-
src: url('#{$icomoon-font-path}/EVA-Icon.eot?zh8e8a#iefix') format('embedded-opentype'),
7-
url('#{$icomoon-font-path}/EVA-Icon.ttf?zh8e8a') format('truetype'),
8-
url('#{$icomoon-font-path}/EVA-Icon.woff?zh8e8a') format('woff'),
9-
url('#{$icomoon-font-path}/EVA-Icon.svg?zh8e8a#EVA-Icon') format('svg');
5+
src: url('#{$icomoon-font-path}/eva-icon.eot?zh8e8a');
6+
src: url('#{$icomoon-font-path}/eva-icon.eot?zh8e8a#iefix') format('embedded-opentype'),
7+
url('#{$icomoon-font-path}/eva-icon.ttf?zh8e8a') format('truetype'),
8+
url('#{$icomoon-font-path}/eva-icon.woff?zh8e8a') format('woff'),
9+
url('#{$icomoon-font-path}/eva-icon.svg?zh8e8a#EVA-Icon') format('svg');
1010
font-weight: normal;
1111
font-style: normal;
1212
}

0 commit comments

Comments
 (0)