@font-face {
    font-family : 'Font Awesome 5 Pro';
    src         : url('fa-regular-400.eot');
    src         : url('fa-regular-400.eot?#iefix') format('embedded-opentype'),
    url('fa-regular-400.woff') format('woff'),
    url('fa-regular-400.ttf') format('truetype'),
    url('fa-regular-400.svg#webfont') format('svg');
}

@font-face {
    font-family : 'Font Awesome 5 Solid';
    src         : url('fa-solid-900.eot');
    src         : url('fa-solid-900.eot?#iefix') format('embedded-opentype'),
    url('fa-solid-900.woff') format('woff'),
    url('fa-solid-900.ttf') format('truetype'),
    url('fa-solid-900.svg#webfont') format('svg');
}
