Update font path

Fixed the font path in the demo html file
pull/2186/head
Fahad Alduraibi 9 years ago
parent c85e1fd74e
commit ba3880993c
  1. 10
      public/fonts/fontello.html

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

Loading…
Cancel
Save