remove useless examples/assets/fonts/style.css (#2199)

联动 https://github.com/ElemeFE/element/issues/1703

没用到的字体,会引起编译错误,建议去除。
pull/2206/head
zhou-yg 2017-01-04 18:09:45 +08:00 committed by cinwell.li
parent 9773276fee
commit aeb2d5df19
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<style lang="css"> <style lang="css">
@import 'highlight.js/styles/color-brewer.css'; @import 'highlight.js/styles/color-brewer.css';
@import 'assets/styles/common.css'; @import 'assets/styles/common.css';
@import 'assets/styles/fonts/style.css';
html, body { html, body {
margin: 0; margin: 0;