html - Font Awesome not working in offline mode -


i using font-awesome icons publishing html,css templates. working fine when have live link when download css file , include in pages icon disappears.

live path : <link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">

local path : <link href="css/font-awesome.css" rel="stylesheet">

how can use font awesome in offline mode?

you need download fonts well...it font, other...so, go fontawesome website, follow instructions , download css + fonts :)


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -