html - Font Awesome icons not working in Firefox -




i trying understand going on, using font-awesome , 2 icons not load @ in firefox, can guys me solve it?

if open jsfiddle see works on chrome not in firefox.

icons not working are:

fa-user-circle-o fa-calendar-plus-o 

icon working: fa fa-pencil-square-o

tested in:

firefox 55.0.2 (64-bit) ubuntu

chrome version 58.0.3029.96 (64-bit) ubuntu

jsfiddle: https://jsfiddle.net/s15dxabc/4/

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>  <br><br>  <i class="fa-calendar-plus-o"></i>  <br><br>  <i class="fa-user-circle-o"></i>  <br><br>  <i class="fa fa-pencil-square-o"></i>

here updated js fiddle https://jsfiddle.net/s15dxabc/6/ forgot add .fa class

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>  <br><br>  <i class="fa fa-calendar-plus-o"></i>  <br><br>  <i class="fa fa-user-circle-o"></i>  <br><br>  <i class="fa fa-pencil-square-o"></i>





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -