css - Font Awesome not working in offline mode with jsp -


i have searched throughout many articles , still doesn't know why it's not working on offline mode, when import cdn link of cdn instead of lib fontawesome it's working fine

    <link href="css/font-awesome-4.6.3/css/font-awesome.min.css" rel="stylesheet"> 

p/s: icon not showing up, blank +_+

make sure include actual font files when extract font awesome zip web folder. otherwise there's nothing css use.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -