Date: 2018sep7
Update: 2019sep12
Product: Fontawesome
Keywords: Bootstrap 4, css, style
Language: mixed
Q. Bootstrap4: How to use Fontawesome?
A. You need to drop in the .css file and a webfonts folder.
The .css file references the webfonts folder so your html only needs to mention the .css.
Your html
<link rel="stylesheet" href="css/fontawesome-all.min.css">
Your project needs these folders and files
css/fontawesome-all.min.css
webfonts/*
To get an icon (for example the sun)
<span class='fa fa-sun'></span>