I integrated Font Awesome 5 in a project with bootstrap 4. When I recall a font via CSS it does not work. with Font Awesome 4 the code was as follows:
#mainN
the solution is call it like normal font:
@font-face { font-family: "Font Awesome 5 Free-Regular-400"; src: url(../fonts/Font%20Awesome%205%20Free-Regular-400.otf) format("opentype");}