Skip to content

Commit 540d901

Browse files
authored
Merge pull request pandao#283 from junjun16818/master
webpack require editormd.css get editormd-logo.eot url error
2 parents 9f90728 + b769e1a commit 540d901

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

css/editormd.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3081,7 +3081,7 @@
30813081
@font-face {
30823082
font-family: 'editormd-logo';
30833083
src: url("../fonts/editormd-logo.eot?-5y8q6h");
3084-
src: url(".../fonts/editormd-logo.eot?#iefix-5y8q6h") format("embedded-opentype"), url("../fonts/editormd-logo.woff?-5y8q6h") format("woff"), url("../fonts/editormd-logo.ttf?-5y8q6h") format("truetype"), url("../fonts/editormd-logo.svg?-5y8q6h#icomoon") format("svg");
3084+
src: url("../fonts/editormd-logo.eot?#iefix-5y8q6h") format("embedded-opentype"), url("../fonts/editormd-logo.woff?-5y8q6h") format("woff"), url("../fonts/editormd-logo.ttf?-5y8q6h") format("truetype"), url("../fonts/editormd-logo.svg?-5y8q6h#icomoon") format("svg");
30853085
font-weight: normal;
30863086
font-style: normal;
30873087
}

scss/editormd.logo.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
@font-face {
77
font-family: 'editormd-logo';
88
src:url('../fonts/editormd-logo.eot?-5y8q6h');
9-
src:url('.../fonts/editormd-logo.eot?#iefix-5y8q6h') format('embedded-opentype'),
9+
src:url('../fonts/editormd-logo.eot?#iefix-5y8q6h') format('embedded-opentype'),
1010
url('../fonts/editormd-logo.woff?-5y8q6h') format('woff'),
1111
url('../fonts/editormd-logo.ttf?-5y8q6h') format('truetype'),
1212
url('../fonts/editormd-logo.svg?-5y8q6h#icomoon') format('svg');
@@ -86,4 +86,4 @@
8686

8787
#{$prefix}logo-color {
8888
color: $mainColor;
89-
}
89+
}

0 commit comments

Comments
 (0)