diff --git a/css/editormd.css b/css/editormd.css index 7698a7a..5905b80 100644 --- a/css/editormd.css +++ b/css/editormd.css @@ -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; } diff --git a/scss/editormd.logo.scss b/scss/editormd.logo.scss index 7f4c3b8..51d1c58 100644 --- a/scss/editormd.logo.scss +++ b/scss/editormd.logo.scss @@ -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; -} \ No newline at end of file +}