I already researched and tried to place all font files (ui-grid.eot, ui-grid.svg, ui-grid.ttf, ui-grid.woff) in the same directory as ui-grid-unstable.css. No matter what I do, Korean characters appear!
Also in firefox I get
downloadable font: loading failed (font-family: "ui-grid" style: normal weight: normal stretch: normal src index: 1): status = 2147500037 source: file: /// C: / webapp / css / lib / angular / css / ui-grid.woff app.css downloadable font: download failed (font-family: "ui-grid" style: normal weight: normal stretch: normal src index: 2): status = 2147500037 source: file: ///C:/webapp/css/lib/angular/css/ui-grid.ttf
I also do not use any assembly mechanism (gazebo, etc.)
Is there a way to display the icons correctly? Or somehow a workaround
---mainDir
--css
--app.css
--images
--js
--controllers
--controller1.js
-controller2.js
etc.
--services
--app.js
etc
--lib
--angular
--css
--ui-grid.eot
--ui-grid.svg
--ui-grid.ttf
--ui-grid.woff
--ui-grid-unstable.css
--js
--angular.min.js
--angular-route.min.js
--ui-grid-unstable.js
--bootstrap
-css
-fonts
-js
--jquery
-js
--views
--view1.html
--view2.html
etc.
index.html
source
share