I have structured like this
ci3
-application
-assets
-css
-home
-main.css
-fonts
-home
-icon
-font-awesome
I have some trouble, in main.css to call font-awesome. How to call it? Actually, this is my code :
@font-face {
font-family: 'FontAwesome';
src: url('???'); //how to call it ?
font-weight: normal;
font-style: normal;
}