+ 8
Bootstrap
How to add font awesome icons?
6 ответов
+ 7
Add this :-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
+ 8
check this out :)
https://code.sololearn.com/Why7dmpOTz0L/?ref=app
I'm not sure if this is with boostrap :)
+ 5
do u mean this??
https://code.sololearn.com/W1bq5JsQ5ff4/?ref=app
it have all the ASCII characters
btw I don't know bootsharp
+ 2
Okay Thanks Nikhil
Turns out to be i was using an older version of bootstrap :|
+ 2
Thanks @A.L.The.Flame!
The problem was that I wasn't using the original one
0
Add this to your header:-
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">