diff --git a/fontello.css b/fontello.css index ec40869..50ca754 100644 --- a/fontello.css +++ b/fontello.css @@ -1,11 +1,11 @@ @font-face { font-family: 'fontello'; - src: url('font/fontello.eot?13793670'); - src: url('font/fontello.eot?13793670#iefix') format('embedded-opentype'), - url('font/fontello.woff2?13793670') format('woff2'), - url('font/fontello.woff?13793670') format('woff'), - url('font/fontello.ttf?13793670') format('truetype'), - url('font/fontello.svg?13793670#fontello') format('svg'); + src: url('icon/fontello.eot?13793670'); + src: url('icon/fontello.eot?13793670#iefix') format('embedded-opentype'), + url('icon/fontello.woff2?13793670') format('woff2'), + url('icon/fontello.woff?13793670') format('woff'), + url('icon/fontello.ttf?13793670') format('truetype'), + url('icon/fontello.svg?13793670#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -15,7 +15,7 @@ @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'fontello'; - src: url('../font/fontello.svg?13793670#fontello') format('svg'); + src: url('icon/fontello.svg?13793670#fontello') format('svg'); } } */ diff --git a/font/LICENSE.txt b/icon/LICENSE.txt similarity index 100% rename from font/LICENSE.txt rename to icon/LICENSE.txt diff --git a/font/fontello.eot b/icon/fontello.eot similarity index 100% rename from font/fontello.eot rename to icon/fontello.eot diff --git a/font/fontello.svg b/icon/fontello.svg similarity index 100% rename from font/fontello.svg rename to icon/fontello.svg diff --git a/font/fontello.ttf b/icon/fontello.ttf similarity index 100% rename from font/fontello.ttf rename to icon/fontello.ttf diff --git a/font/fontello.woff b/icon/fontello.woff similarity index 100% rename from font/fontello.woff rename to icon/fontello.woff diff --git a/font/fontello.woff2 b/icon/fontello.woff2 similarity index 100% rename from font/fontello.woff2 rename to icon/fontello.woff2