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

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -