designjockey / material-design-fonticons

Material Design Fonticons is a font converted version of the Google Material Design Icon set.
73 stars 4 forks source link

Use relative path in stylesheets #1

Open prykhodkoai opened 9 years ago

prykhodkoai commented 9 years ago

Thanks for awesome package! But I've got error saying that path to font can't be found. All works after url in stylesheet changed to be relative one.

@font-face {
  font-family: 'mdfonticon';
  src: url('fonts/mdfonticon.eot'); => error
  src: url('../fonts/mdfonticon/mdfonticon.eot'); => works      
}
prykhodkoai commented 9 years ago

I can create a PR, to fix this

BaZzz01010101 commented 7 years ago

I join the request to fix font paths. Can't use it directly from node_modules, have to copy to project folder instead.

Thanks.