html - Font-awesome icons works only when puts a download link -


i'm having troubles getting icons font-awesome.css file, need use app without internet conexion, need these icons working in local server, when create new css file , linking on template shows rare characters chinesse letters. works fine when put line:

 <link href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.0.1/css/font-awesome.css" rel="stylesheet"> 

what's wrong ?? i'm confused.

download here: http://fontawesome.io/assets/font-awesome-4.6.3.zip

copy css , fonts folder.

then include css file. assuming working index.html

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

Comments

Popular posts from this blog

amazon web services - S3 Pre-signed POST validate file type? -

c# - Check Keyboard Input Winforms -