@font-face {
    font-family: 'Font Awesome';
    font-weight:400;
    src: url('fonts/fa-regular-400.woff2') format("woff2"),
    url('fonts/fa-regular-400.woff') format('woff'), 
    url('fonts/fa-regular-400.ttf') format('truetype');
}
@font-face {
    font-family: 'Font Awesome';
    font-weight:900;
    src: url('fonts/fa-solid-900.woff2') format("woff2"),
    url('fonts/fa-solid-900.woff') format('woff'), 
    url('fonts/fa-solid-900.ttf') format('truetype');
}
