@font-face {
    font-family: 'Arial';
    src: url('fonts/arial.eot');
    src: url('fonts/arial.eot?#iefix') format('embedded-opentype'),
         url('fonts/arial.woff2') format('woff2'),
         url('fonts/arial.woff') format('woff'),
         url('fonts/arial.ttf')  format('truetype'),
         url('fonts/arial.svg#Arial') format('svg');
}