0
Cant we link font aweson to css file
Like @import url()
4 Answers
+ 3
In html head <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
0
David Delgado is this the only way we can include it?
0
No, you can use the code in this cheatsheet https://fontawesome.com/cheatsheet
To refer directly to a determinate icon.
You can do it but is the hard way:
https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements
0
Try it yourself bro