Move Fontello font to `icon/` directory

master
Daniel Rudolf 8 years ago
parent f543d38888
commit 98247b9497
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 14
      fontello.css
  2. 0
      icon/LICENSE.txt
  3. 0
      icon/fontello.eot
  4. 0
      icon/fontello.svg
  5. 0
      icon/fontello.ttf
  6. 0
      icon/fontello.woff
  7. 0
      icon/fontello.woff2

14
fontello.css vendored

@ -1,11 +1,11 @@
@font-face { @font-face {
font-family: 'fontello'; font-family: 'fontello';
src: url('font/fontello.eot?13793670'); src: url('icon/fontello.eot?13793670');
src: url('font/fontello.eot?13793670#iefix') format('embedded-opentype'), src: url('icon/fontello.eot?13793670#iefix') format('embedded-opentype'),
url('font/fontello.woff2?13793670') format('woff2'), url('icon/fontello.woff2?13793670') format('woff2'),
url('font/fontello.woff?13793670') format('woff'), url('icon/fontello.woff?13793670') format('woff'),
url('font/fontello.ttf?13793670') format('truetype'), url('icon/fontello.ttf?13793670') format('truetype'),
url('font/fontello.svg?13793670#fontello') format('svg'); url('icon/fontello.svg?13793670#fontello') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }
@ -15,7 +15,7 @@
@media screen and (-webkit-min-device-pixel-ratio:0) { @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face { @font-face {
font-family: 'fontello'; font-family: 'fontello';
src: url('../font/fontello.svg?13793670#fontello') format('svg'); src: url('icon/fontello.svg?13793670#fontello') format('svg');
} }
} }
*/ */

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Loading…
Cancel
Save