T274 Modified font file path in fontello.css

This commit is contained in:
2021-04-22 13:41:31 +02:00
parent e60402a395
commit 2aa00cca90

12
css/fontello.css vendored
View File

@@ -1,11 +1,11 @@
@font-face { @font-face {
font-family: 'fontello'; font-family: 'fontello';
src: url('font/fontello.eot?49304387'); src: url('css/font/fontello.eot?49304387');
src: url('font/fontello.eot?49304387#iefix') format('embedded-opentype'), src: url('css/font/fontello.eot?49304387#iefix') format('embedded-opentype'),
url('font/fontello.woff2?49304387') format('woff2'), url('css/font/fontello.woff2?49304387') format('woff2'),
url('font/fontello.woff?49304387') format('woff'), url('css/font/fontello.woff?49304387') format('woff'),
url('font/fontello.ttf?49304387') format('truetype'), url('css/font/fontello.ttf?49304387') format('truetype'),
url('font/fontello.svg?49304387#fontello') format('svg'); url('css/font/fontello.svg?49304387#fontello') format('svg');
font-weight: normal; font-weight: normal;
font-style: normal; font-style: normal;
} }