From 5136d7dd8084ee0d84b13ce0454c31f11b5723e6 Mon Sep 17 00:00:00 2001 From: modzeleg Date: Thu, 22 Apr 2021 13:57:37 +0200 Subject: [PATCH] T274 modified fontello.css font file path --- css/fontello.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/fontello.css b/css/fontello.css index 0558e0e..28bc34a 100644 --- a/css/fontello.css +++ b/css/fontello.css @@ -1,11 +1,11 @@ @font-face { font-family: 'fontello'; - src: url('css/font/fontello.eot?49304387'); - src: url('css/font/fontello.eot?49304387#iefix') format('embedded-opentype'), - url('css/font/fontello.woff2?49304387') format('woff2'), - url('css/font/fontello.woff?49304387') format('woff'), - url('css/font/fontello.ttf?49304387') format('truetype'), - url('css/font/fontello.svg?49304387#fontello') format('svg'); + 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'); font-weight: normal; font-style: normal; }