Skip to content
This repository has been archived by the owner on Aug 15, 2018. It is now read-only.

使用iconfont后编译后出错 #1320

Closed
soda-x opened this issue Jun 1, 2015 · 0 comments
Closed

使用iconfont后编译后出错 #1320

soda-x opened this issue Jun 1, 2015 · 0 comments

Comments

@soda-x
Copy link
Contributor

soda-x commented Jun 1, 2015

@font-face {font-family: "graph";
  src: url('./iconfont.eot'); /* IE9*/
  src: url('./iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('./iconfont.woff') format('woff'), /* chrome、firefox */
  url('./iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('./iconfont.svg') format('svg'); /* iOS 4.1- */
}

编译后

@font-face {
  font-family: "graph";
  src: url("../../ebe59f84da75eb4548b7914bba29cf40.eot");;
  src: url("../../ebe59f84da75eb4548b7914bba29cf40.eot?#iefix"); format('embedded-opentype'),url("../../5855f977d52c124cf749180033548a29.woff"); format('woff'),url("../../a3f890f3b6da3fcc49bea837ca60663b.ttf"); format('truetype'),url("../../8336baf50870ad238c4fec75c4516be8.svg"); format('svg');
}
soda-x added a commit to spmjs/spm-webpack that referenced this issue Jun 1, 2015
fix: fixCSSpathPlugin bug which is mentioned in spmjs/spm#1320, Close…
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant