T274 extracted font files from font folder

This commit is contained in:
2021-04-22 14:37:51 +02:00
parent 5136d7dd80
commit 7ffe6e09c5
6 changed files with 20 additions and 6 deletions

12
css/fontello.css vendored
View File

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