From ba3880993c2befa6cbf6196572efe0e01c52cd3f Mon Sep 17 00:00:00 2001 From: Fahad Alduraibi Date: Wed, 10 Feb 2016 16:40:35 -0500 Subject: [PATCH] Update font path Fixed the font path in the demo html file --- public/fonts/fontello.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/public/fonts/fontello.html b/public/fonts/fontello.html index 76af2f9b0da..c7aae73f1b3 100644 --- a/public/fonts/fontello.html +++ b/public/fonts/fontello.html @@ -229,11 +229,11 @@ body { } @font-face { font-family: 'fontello'; - src: url('./font/fontello.eot?33252175'); - src: url('./font/fontello.eot?33252175#iefix') format('embedded-opentype'), - url('./font/fontello.woff?33252175') format('woff'), - url('./font/fontello.ttf?33252175') format('truetype'), - url('./font/fontello.svg?33252175#fontello') format('svg'); + src: url('./fontello.eot?33252175'); + src: url('./fontello.eot?33252175#iefix') format('embedded-opentype'), + url('./fontello.woff?33252175') format('woff'), + url('./fontello.ttf?33252175') format('truetype'), + url('./fontello.svg?33252175#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -984,4 +984,4 @@ body { - \ No newline at end of file +