Move Fontello font to icon/ directory

This commit is contained in:
Daniel Rudolf 2018-01-21 17:14:20 +01:00
parent f543d38888
commit 98247b9497
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
7 changed files with 7 additions and 7 deletions

14
fontello.css vendored
View File

@ -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');
}
}
*/

View File

Before

Width:  |  Height:  |  Size: 2.2 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB