lipis / bootstrap-social

:couple: Social Sign-In Buttons for Bootstrap
https://lipis.github.io/bootstrap-social/
MIT License
2.91k stars 821 forks source link

don't work google #163

Closed juanitourquiza closed 7 years ago

juanitourquiza commented 7 years ago

This code don't work:

 <a class="btn btn-social-icon btn-facebook" href="login/facebook">
  <span class="fa fa-facebook"></span>
 </a>
 <a class="btn btn-social-icon btn-google" href="login/google">
   <span class="fa fa-google"></span>
 </a>

This is the result: rr

What is the problem??

Pandalousie commented 7 years ago

I think your font-awesome file (css) is a bad version ! Test with "font-awesome": "~4.7"

juanitourquiza commented 7 years ago

Thanks !!!! Now, it's perfect

Regards