Move Fontello font to icon/
directory
This commit is contained in:
parent
f543d38888
commit
98247b9497
14
fontello.css
vendored
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…
x
Reference in New Issue
Block a user