Browse Source
Merge pull request #283 from junjun16818/master
webpack require editormd.css get editormd-logo.eot url error
master
pandao
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
css/editormd.css
-
scss/editormd.logo.scss
|
|
@ -3081,7 +3081,7 @@ |
|
|
|
@font-face { |
|
|
|
font-family: 'editormd-logo'; |
|
|
|
src: url("../fonts/editormd-logo.eot?-5y8q6h"); |
|
|
|
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"); |
|
|
|
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"); |
|
|
|
font-weight: normal; |
|
|
|
font-style: normal; |
|
|
|
} |
|
|
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
@font-face { |
|
|
|
font-family: 'editormd-logo'; |
|
|
|
src:url('../fonts/editormd-logo.eot?-5y8q6h'); |
|
|
|
src:url('.../fonts/editormd-logo.eot?#iefix-5y8q6h') format('embedded-opentype'), |
|
|
|
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'); |
|
|
@ -86,4 +86,4 @@ |
|
|
|
|
|
|
|
#{$prefix}logo-color { |
|
|
|
color: $mainColor; |
|
|
|
} |
|
|
|
} |
|
|
|